Hi Andrew, I'm sorry but I already started preparing artifacts, so this probably won't go to 0.9.6.
Thanks, Piotr pon., 16 wrz 2019 o 11:55 <[email protected]> napisaĆ(a): > This is an automated email from the ASF dual-hosted git repository. > > andreww pushed a commit to branch release/0.9.6 > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git > > > The following commit(s) were added to refs/heads/release/0.9.6 by this > push: > new 4136e54 Update RELEASE_NOTES.md > 4136e54 is described below > > commit 4136e543b3dba11bfadb08d9ce357cbb36d7b9a4 > Author: Andrew Wetmore <[email protected]> > AuthorDate: Mon Sep 16 06:55:05 2019 -0300 > > Update RELEASE_NOTES.md > > Many small text edits. > --- > RELEASE_NOTES.md | 62 > ++++++++++++++++++++++++++++---------------------------- > 1 file changed, 31 insertions(+), 31 deletions(-) > > diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md > index a4a4bb0..9e8ec3c 100644 > --- a/RELEASE_NOTES.md > +++ b/RELEASE_NOTES.md > @@ -1,38 +1,38 @@ > Apache Royale 0.9.6 > =================== > > -- Compiles faster > -- For applications targeting JavaScript, you can now incorporate the vast > resources available in existing, free, JavaScript libraries. > -- Many additional components available: > - - for Jewel: Wizard, PopUp, TabBar, Module, ModuleLoader, FooterBar, > Badge, ScrollableSectionContent, HorizontalListScroll > -- Emulations of many other components available > -- Many improvements and fixes in Jewel UI Set: > - - DateField/DateChooser full implememtation. > - - Fixes to make components work right on IE11 and Android/iOS mobile > devices. > - - Many improvements to all themes included (styles for new components, > added more styles like disabled missing in some components,...) > - - Many beads included for Jewel set: > - - Added search filter bead on Jewel ComboBox > - - Added SearchFilterForList bead to use with Jewel List and TextInput. > +- Compiles faster. > +- For applications targeting JavaScript, you can now incorporate the vast > resources available in existing, free JavaScript libraries. > +- Many additional components are available: > + - for the Jewel component set, Wizard, PopUp, TabBar, Module, > ModuleLoader, FooterBar, Badge, ScrollableSectionContent, and > HorizontalListScroll are now available. > +- Emulations of many other components are available. > +- Many improvements and fixes in the Jewel component set: > + - Full implementation of DateField/DateChooser. > + - Components now work correctly on IE11 and on Android/iOS mobile > devices. > + - Many improvements to all themes, such as styles for new components > and a disabled style that was missing in some components. > + - Many beads have been added for Jewel components: > + - Search filter bead on Jewel ComboBox > + - SearchFilterForList bead to use with Jewel List and TextInput > - RequiredSelection for DropDownList > - - Improvements on focus handling > - - Button now extends from new BasicButton > -- Many improvements on Tour De Jewel demo app to show all new components > and beads developed in this version. > -- Added BrowserOrientation bead > -- Added loadCSS, to load external CSS dinamically. > -- Added generation of source-maps to all Royale libs for better debugging > framework code. > + - Improvements to focus handling. > + - Button now extends from new BasicButton. > +- Many improvements on Tour De Jewel demo app to show components and > beads introduced in this version. > +- Added BrowserOrientation bead. > +- Added loadCSS, to load external CSS dynamically. > +- Added generation of source-maps to all Royale libs for better debugging > of framework code. > - Added new [RoyaleUnit]( > https://apache.github.io/royale-docs/testing/royaleunit.html) library for > unit testing. > -- Improvements to AMF / RemoteObject Support > +- Improvements to AMF / RemoteObject Support. > - AMFBinaryData api now matches flash.utils.ByteArray, (the missing > feature is non-UTF String encoding support). It therefore now works for > deep cloning via readObject/writeObject and registerClassAlias. > -- Updates to Royale collections library with support for sorting and > filtering via ArrayListView. Simple example added to Tour de Jewel > -- A conforming runtime implementation of AS3 Vector (typed Arrays) was > added for javascript output, with options for avoiding certain runtime > checks. > -- int, uint, Class are now represented as simple, distinct types (Class > is now not 'Object', int is now not 'Number' for example), and these > support indirect 'as' or 'is' type checking and instantiation, matching swf > behavior. > -- General Improvements and additions in Reflection library > -- New Apache Royale Crux MVC/DI/IOC application architecture library > (based on Swiz Framework) was added, with some simple examples > -- Added many new or missing libs to [ASDocs reference]( > https://royale.apache.org/asdoc/) > +- Updates to Royale collections library with support for sorting and > filtering via ArrayListView. Simple example added to Tour de Jewel. > +- A conforming runtime implementation of AS3 Vector (typed Arrays) was > added for javaScript output, with options for avoiding certain runtime > checks. > +- int, uint, Class are now represented as simple, distinct types (Class > is now not an 'Object', int is now not a 'Number', for example), and these > support indirect 'as' or 'is' type checking and instantiation, matching swf > behavior. > +- General improvements and additions to the Reflection library. > +- New Apache Royale Crux MVC/DI/IOC application architecture library > (based on Swiz Framework) was added, with some simple examples. > +- Added and updated documentation in many areaas of [ASDocs reference]( > https://royale.apache.org/asdoc/). > - Dozens of bugs reported, investigated, and squashed. For details of > - closed bug reports see [GitHub Issues list]( > https://github.com/apache/royale-asjs/issues?q=is%3Aissue+is%3Aclosed) > + closed bug reports see [GitHub Issues list]( > https://github.com/apache/royale-asjs/issues?q=is%3Aissue+is%3Aclosed). > > -Updates to the RELEASE_NOTES discovered after this file was packaged into > the release artifacts can be found here: > +Updates to the RELEASE_NOTES made after this file was packaged into the > release artifacts can be found here: > > https://github.com/apache/royale-asjs/wiki/Release-Notes-0.9.6 > > @@ -54,7 +54,7 @@ Known Issues: > frameworks/libs/MXRoyale.swc, frameworks/libs/SparkRoyale.swc, > frameworks/js/libs/MXRoyaleJS.swc, > and frameworks/js/libs/SparkRoyaleJS.swc from their library-paths (or > from the file system). > > -Updates to the RELEASE_NOTES discovered after this file was packaged into > the release artifacts can be found here: > +Updates to the RELEASE_NOTES made after this file was packaged into the > release artifacts can be found here: > > https://github.com/apache/royale-asjs/wiki/Release-Notes-0.9.4 > > @@ -79,7 +79,7 @@ Apache Royale 0.9.2 > - Fixed Maven distribution so you can use in IDEs like VSCode, Moonshine > and more. > - https://github.com/apache/royale-asjs/issues/125 > > -Updates to the RELEASE_NOTES discovered after this file was packaged into > the release artifacts can be found here: > +Updates to the RELEASE_NOTES made after this file was packaged into the > release artifacts can be found here: > > https://github.com/apache/royale-asjs/wiki/Release-Notes-0.9.2 > > @@ -88,7 +88,7 @@ Apache Royale 0.9.1 > > - The ASDoc example was upgraded to look better, show events, and provide > permalinks. > > -Updates to the RELEASE_NOTES discovered after this file was packaged into > the release artifacts can be found here: > +Updates to the RELEASE_NOTES made after this file was packaged into the > release artifacts can be found here: > > https://github.com/apache/royale-asjs/wiki/Release-Notes-0.9.1 > > @@ -102,7 +102,7 @@ without Flash. > Apache Royale was previously released by the Apache Flex project. You can > see RELEASE_NOTES for earlier releases in the Apache Flex releases. > > -Updates to the RELEASE_NOTES discovered after this file was packaged into > the release artifacts can be found here: > +Updates to the RELEASE_NOTES made after this file was packaged into the > release artifacts can be found here: > > https://github.com/apache/royale-asjs/wiki/Release-Notes-0.9.0 > > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*
