This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 20e1e197f982b6584e29b324e248b4df9bb1c1ef Merge: 9e7e81a 5f91ace Author: Alex Harui <[email protected]> AuthorDate: Fri Dec 8 10:52:46 2017 -0800 Merge branch 'develop' of https://github.com/apache/royale-asjs into develop .../ListExample/src/main/royale/MyInitialView.mxml | 39 +++++- .../src/main/royale/models/ProductsModel.as | 14 ++- .../Basic/src/main/resources/basic-manifest.xml | 1 + .../projects/Basic/src/main/royale/BasicClasses.as | 13 +- .../org/apache/royale/core/DataContainerBase.as | 19 +++ .../DataItemRendererFactoryForHierarchicalData.as | 8 +- .../DynamicItemsRendererFactoryForArrayListData.as | 70 ++++++++--- .../DynamicRemoveItemRendererForArrayListData.as | 136 +++++++++++++++++++++ .../apache/royale/html/supportClasses/DataGroup.as | 19 +++ .../royale/charts/optimized/SVGChartDataGroup.as | 20 ++- .../org/apache/royale/collections/ArrayList.as | 5 + .../org/apache/royale/core/IItemRendererParent.as | 1 + .../org/apache/royale/events/CollectionEvent.as | 12 +- 13 files changed, 316 insertions(+), 41 deletions(-) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
