This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6327638  Add some descriptions to 0.9.9 changes
6327638 is described below

commit 6327638169db2109d57c7e0ed0684d3a4e0e6448
Author: Yishay Weiss <[email protected]>
AuthorDate: Thu Feb 24 10:49:13 2022 +0200

    Add some descriptions to 0.9.9 changes
---
 RELEASE_NOTES.md | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d655e2f..5daf173 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,8 +1,26 @@
-Apache Royale 0.9.9 NIGHTLY
+Apache Royale 0.9.9
 ===================
 
 -MXRoyale
  - MXRoyale has been split 2 libs : MXRoyaleBase (mostly non-UI code) and 
MXRoyale (mostly UI code). Users of MXRoyale should see no immediate changes as 
the build of this swc remains the same.
+ - Listen to children's resize events to fix some layout issues
+ - Various fixes to measured sizes (ComboBox, and other UI components)
+ - Fixes to labels in item renderers not displaying correctly
+ - ComboBox prompt fixes
+ - ArrayCollection.refresh() updating lists
+ - Various fixes to labels in item renderers not showing correctly
+ - Add option to add custom header renderers to data grids
+ - Fix issues with Menu.show() when receiving non-null parent arguments
+ - Improve emulation of ADG's expand/collapse behavior
+
+ -SparkRoyale
+ - ComboBox sizing improvements
+ 
+ -Basic
+ - Improvements to DragBead's out of bounds behavior
+
+ -Examples
+ - Ace example running in Maven
 
 
 Apache Royale 0.9.8
@@ -88,7 +106,7 @@ Apache Royale 0.9.8
 - Collections
   - ArrayList.length now is bindable.
 
-- Maven Distribtuon:
+- Maven Distribution:
   The distributions built by Maven should now be equivalent to those of the 
Ant build.
   
 - Maven Archetypes:

Reply via email to