You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by mk...@apache.org on 2013/06/26 04:01:51 UTC

git commit: [flex-sdk] [refs/heads/develop] - Added an addition issue and updated the sdk changes.

Updated Branches:
  refs/heads/develop 712b1ba76 -> a374632f5


Added an addition issue and updated the sdk changes.


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/a374632f
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/a374632f
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/a374632f

Branch: refs/heads/develop
Commit: a374632f52d0873c7f0709faab3d81ea5e7acb8e
Parents: 712b1ba
Author: Mark Kessler <Ke...@gmail.com>
Authored: Tue Jun 25 22:00:51 2013 -0400
Committer: Mark Kessler <Ke...@gmail.com>
Committed: Tue Jun 25 22:01:17 2013 -0400

----------------------------------------------------------------------
 RELEASE_NOTES | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/a374632f/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 3a49eb7..6a3fb14 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -41,6 +41,7 @@ SDK Changes
  - Spark RadioButtonGroup now has a selectedIndex property.
  - Spark ButtonBar and TabBar can now enable/disable buttons.
  - Spark ButtonBar and TabBar can now prevent the selection / toggling of their buttons.
+ - Added enabled property when buttons are created for the MX ButtonBar.
  - Fixed RTEs in Advanced DataGrid when dynamically assigning columns.
  - Improved support of dates including DD/MM/YYYY support, single digit day and
    month in date formats and international dates including Japanese, Chinese
@@ -290,6 +291,7 @@ FLEX-14787         Confusing, implicit cast to Number
 FLEX-14773         ListBase::findKey is invoked with event.keyCode instead of event.charCode                       Fixed
 FLEX-14630         Flex-SDK cannot be built entirely from source                                                   Fixed
 FLEX-14581         Mx.Controls.DateChooser - Setting .monthNames to Array of Length < 12 causes "Null" months      Fixed
+FLEX-14522         enable/disable items within the building phase of the ButtonBar component not possible          Implemented
 FLEX-14450         NumberValidator maxValue/minValue don't work with non-english settings                          Fixed
 FLEX-14316         mx.core.UITextField.truncateToFit() contains dead code                                          Fixed
 FLEX-14153         Unrequired cast of calHeader in DateChooser                                                     Fixed