You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by zs...@apache.org on 2018/12/20 09:37:24 UTC

[incubator-weex-site] branch draft updated: Update roadmap.md

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

zshshr pushed a commit to branch draft
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/draft by this push:
     new 9cff3b2  Update roadmap.md
9cff3b2 is described below

commit 9cff3b219e348b4b23467e55c00a1dd948e582d4
Author: zshshr <zh...@gmail.com>
AuthorDate: Thu Dec 20 17:37:20 2018 +0800

    Update roadmap.md
---
 docs/community/roadmap.md | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/docs/community/roadmap.md b/docs/community/roadmap.md
index e69de29..377c71a 100644
--- a/docs/community/roadmap.md
+++ b/docs/community/roadmap.md
@@ -0,0 +1,35 @@
+# Weex Project Roadmap
+
+> This document outlines work that is currently being worked on and things we plan to work on next.  And  we hope to obtain valuable feedback from the community to help us better understand user needs and adjust our roadmaps.
+
+## WeexCore
+### JS binding
+#### v0.20
+* Will be supporting C++ timer that more efficient than platform timer module;
+* Feature of MessageLoop for thread interactions;
+#### v0.21
+* Using javaScriptCore standard API instead of source code
+* Support dom Binding for better portability and performance.
+### Layout
+#### v0.20
+* Add test insfrastructure for layout engine.
+* Support direction:RTL and minor bugfix.
+#### v0.21
+* Add enough test cases to cover layout engine.
+### Render
+#### v0.20
+* Support renderPage life cycle management and resource management.
+* Support render task schedule.
+#### v0.21
+## tools
+
+This year, the weex-toolkit will release version 2.0.0, it mainly provides the following new features:
+
+- Flawless installation and upgrade experience.
+- Better unit & functional testing support.
+- Visual Studio Code extensions with support for build/run/debug.
+- Split into multiple packages that can be reused on the Node-side program.
+
+Also, there will be some feartures and optimization for the submodules, such as weex-debugger, weexpack and so on. 
+
+All the schedules can be viewed on the [milestones](https://github.com/weexteam/weex-toolkit/milestones).