You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by mi...@apache.org on 2015/12/18 12:38:33 UTC

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34958 Removed sub-tasks, added two newly-resolved features and upgraded some issues that were listed as bugs to the New Features heading.

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 9c7d389d2 -> e11ef417c


FLEX-34958
Removed sub-tasks, added two newly-resolved features and upgraded some issues that were listed as bugs to the New Features heading.


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

Branch: refs/heads/develop
Commit: e11ef417cc59e9146ec791c64e3a36b2a004e63a
Parents: 9c7d389
Author: Mihai Chira <mi...@apache.org>
Authored: Fri Dec 18 13:38:18 2015 +0200
Committer: Mihai Chira <mi...@apache.org>
Committed: Fri Dec 18 13:38:18 2015 +0200

----------------------------------------------------------------------
 RELEASE_NOTES | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e11ef417/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index cbd6418..9670131 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -3,7 +3,12 @@ Apache Flex 4.15.0
 
 New Features
 ------------
-- Sorting on complex DataGrid fields 
+- FLEX-34852 Sorting by complex fields in ListCollectionView
+- FLEX-34837 Full support for sorting on complex fields of DataGrid rows
+- 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
 
 AIR and Flash Player Support
 ----------------------------
@@ -31,6 +36,8 @@ FLEX-34775	Application hangs (in infinite loop) when opening a node inside
 FLEX-34807	TLF - EditManager - TextFlowEdit -insertTextScrap
 FLEX-34812	Error "Could not find or load main class Flash" when running 
 			`ant frameworks-rsls`
+FLEX-34837  DataGrid sorted with complex dataField doesn't keep track of changes
+            to those fields, leading to RTE when trying to remove selected item
 FLEX-34838	getItemIndex returns -1 for item whose property was edited with 
 			GridItemEditor in a sorted DataGrid
 FLEX-34850	Applying sort with complex dataField on DataGrid results in 
@@ -45,17 +52,11 @@ FLEX-34878	error property of NumberFormatter returns null and not it's
 			default value
 FLEX-34879	FLEX-34853 Deprecate state setters and reverse() for mx and 
 			spark SortField and Sort classes
-FLEX-34883	FLEX-34852 Sort correctly by complex fields with all data types
-FLEX-34884	FLEX-34852 Make sure that finding objects works correctly
 FLEX-34891	TLF: pasted text doesn't get the format of the original text
-FLEX-34927	Allow the setting of an arbitrary property on an object via 
-			ObjectUtil
 FLEX-34929	Error #1009 when copy/paste a text with style effect in a 
 			RichEditableText/RichTextEditor
 FLEX-34934	Spark Window - Closed Window
-FLEX-34941	Allow custom validators to use the triggerEvent
 FLEX-34944	GridItemRenderer overrides error tooltip
-FLEX-34945	Validator should be able to validate nested properties
 PR#8		Mxmlc accepts not only *.swc but also *.ane files
 PR#12		Fix MenuBar.styleChanged() crash bug