Add initial release notes for 4.16

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

Branch: refs/heads/release4.16.0
Commit: 26e4e16dc7913b83a0e03c29ff2cc7c57ec207da
Parents: 33f1a78
Author: Justin Mclean <jmcl...@apache.org>
Authored: Thu Nov 3 11:47:30 2016 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Thu Nov 3 11:47:30 2016 +1100

----------------------------------------------------------------------
 RELEASE_NOTES | 77 +++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 70 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/26e4e16d/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 50164c6..2292b72 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -3,7 +3,7 @@ Apache Flex 4.16.0
 
 New Features
 ____________
-None yet
+FLEX-35122  Update to Font Awesome 4.6
 
 AIR and Flash Player Support
 ----------------------------
@@ -12,19 +12,82 @@ AIR and Flash Player Support
 
 Bug Fixes
 ---------
-None yet
+FLEX-35126  DropDownController inside a pop up still listens to MOUSE_DOWN and
+               MOUSE_DOWN_SOMEWHERE after the popup has closed
+FLEX-35125  DropDownList inside a PopUpAnchor doesn't close when another 
DropDownList
+               is selected
+FLEX-35124  RTE 1009 in DropDownController.systemManager_mouseDownHandler() 
when inside
+               a PopUpAnchor and other item is removed on click
+FLEX-35109  falcon compiler's build.xml error
+FLEX-35106  Incorrect date in datefield popup for fr_FR locale
+FLEX-35100  TextFlowLine.recreateTextLine() throws a null object reference 
error
+FLEX-35082  moveIndexFindRow doesn't accept integer values
+FLEX-35078  Fatal when SelectionManager tries to reapply selection onto 
changed textFlow
+FLEX-35056  Pressing escape on s:Alert causes a RangeError when Alert.CANCEL 
is passed
+               as defaultButtonFlag
+FLEX-35046  Broken icon using FlatSpark ButtonIcon on mobile apps
+FLEX-35045  Flatspark ButtonIcon - icon does not display
+FLEX-35043  Unexpected behaviour of ListCollectionView.itemUpdated() when only 
one
+               parameter supplied
+FLEX-35042  Mistake in example for Pattern 'O' in ASDoc for 
DateFormatter.formatString
+FLEX-35039  ListCollectionView.setItemAt places the item in the wrong position 
if there
+               are duplicate items in the collection
+FLEX-35037  Add ArrayCollection unit tests donated by Justin
+FLEX-35031  HierarchicalCollectionViewCursor cannot find sealed class instance
+FLEX-35028  Error in DataGrid getHeaderRendererAt(-1)
+FLEX-35025  Validator results cannot be intercepted if the value is null
+FLEX-34926  Misplaced [PercentProxy] metatag in GridColumn
+FLEX-34698  Flatspark ButtonIcon: Introduce 'iconFontPlacement' style
+FLEX-34391  ScrollableStageText with large y value crashes app
+FLEX-34088  CalloutButton closes when selecting an item in a spark Dropdown
+FLEX-34088  CalloutButton closes when selecting an item in a spark Dropdown
+FLEX-33646  The "required" property on Validator should be a getter/setter
+FLEX-33311  Null pointer fatal in ConstraintLayout when executing Transition on
+               DropDownList
+FLEX-33058  RTE in HierarchicalCollectionViewCursor when a refresh occurs and 
old cursor
+               had an enumerable property that new cursor item doesn't
+FLEX-31948  When all the columns are invisible, pressing any character Key 
throws RTE
+FLEX-26808  s:DataGrid Drag and Drop of multiple items doesn't work
+FLEX-20313  SelectItem on AdvancedDataGrid use weird code
+
+
+Known Issues
+------------
+
+Adobe Flash Builder Integration
+
+Adobe Flash Builder 4.7 and Adobe Flash Builder 4.6 both contain a bug where,
+when generating the .mxml file for a new project that uses Apache Flex SDK
+4.10.0 or later Spark Application, Flash Builder will incorrectly insert the
+attribute:
+
+    layout="absolute"
+
+This results in a compile error in the new project.  The remedy is to simply
+remove the errant attribute.
+
+The following wiki page has been set up to contain the latest news on Adobe's
+attempt to correct this problem:
+
+    
https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug
+
+Adobe has provided a patch for Flash Builder 4.7 that resolves this issue:
+
+    http://helpx.adobe.com/flash-builder/kb/flex-new-project-issue--.html
+
+
 
 Apache Flex 4.15.0
 ==================
 
 New Features
 ------------
-- FLEX-34837    Full support for sorting on complex fields of DataGrid rows
-- FLEX-34852    Sorting by complex fields in ListCollectionView
-- FLEX-34927    Allow the setting of an arbitrary property on an object via
+FLEX-34837    Full support for sorting on complex fields of DataGrid rows
+FLEX-34852    Sorting by complex fields in ListCollectionView
+FLEX-34927    Allow the setting of an arbitrary property on an object via
                 ObjectUtil
-- FLEX-34941    Allow custom validators to use the triggerEvent
-- FLEX-34945    Validators now able to validate nested properties
+FLEX-34941    Allow custom validators to use the triggerEvent
+FLEX-34945    Validators now able to validate nested properties
 
 AIR and Flash Player Support
 ----------------------------

Reply via email to