You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/05/30 19:48:11 UTC

[36/50] git commit: [flex-asjs] [refs/heads/tlf] - RELEASE_NOTES: added Express and MDL component sets to list of new features

RELEASE_NOTES: added Express and MDL component sets to list of new features


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

Branch: refs/heads/tlf
Commit: ff24a87c6f7ecc4109e8206849a4efd16889ef72
Parents: 598e94d
Author: Josh Tynjala <jo...@apache.org>
Authored: Tue May 30 08:13:52 2017 -0700
Committer: Josh Tynjala <jo...@apache.org>
Committed: Tue May 30 08:13:52 2017 -0700

----------------------------------------------------------------------
 RELEASE_NOTES | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ff24a87c/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 2b296cd..70ac15a 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,5 +1,5 @@
 Apache FlexJS 0.8.0
-=================
+===================
 
 Apache FlexJS is a next-generation Flex SDK that provides the capability
 to cross-compile MXML and AS applications to HTML/JS/CSS so they can run
@@ -10,7 +10,9 @@ It is an ‘beta’ type of release.   Expect to find lots of bugs and missing
 features.
 
 New Features
-=================
+============
+- Introducing the new "Express" component set, which is designed for rapid application development. It includes more beads by default than the "Basic" component set to help you get started building FlexJS applications faster.
+- The new "Material Design Lite" component set brings Google's Material Design system to FlexJS.
 - More complete Reflection implementation with access to static members, kept metadata and method parameters
 - Added cross-platform registerClassAlias/getAliasByClass/getClassByAlias implementations (reflection package)
 - Added support for interpreting XML literals as JSX by adding [JSX] metadata to a function.