Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@luics luics released this 28 Jun 13:17

New Features

  1. TabBar is a specialized component corresponding to the radio-style selection.
  2. NavPage contains a navbar at the top of the window and an embed content page.
  3. Activity Showcase is built by composing TabBar and NavPage.
  4. Web displays web content in the weex page.
  5. A defines a hyperlink to a page in the web.
  6. Text supports style text-overflow.
  7. Image supports attribute resize.
  8. List supports events appear, disappear, loadmore and refresh.
  9. New Syntax
    1. Inline event supports a expression of calling event handler in template.
    2. Require Native Module requires a native module by require('@weex-module/moduleName').
    3. Computed Property supports complicated logic in data bindings.
    4. New Repeat Syntax is easy to access the key or value of repeated object.

Bugfixes

  • [android] fix crash 4fa2771
  • [android] fix #20, android slider indicator edge is not smooth 5b8f3a7
  • [android] fix List 4acc90a
  • [android] fix NavBar 8b4ea4f
  • [android] fix position=fixed did not setLayout 3b9128c
  • [jsfm] fix change data when ready 0a1aa5d
  • [jsfm] fix when the key of trackby is zero efa5070
  • [jsfm] fix append tree d3871b3
  • [jsfm] fix transformer version 9f21bcc
  • [jsfm] fix inline event test 1ce3212
  • [jsfm] fixed transformer 0.3 66b647a
  • [jsfm] fixed jscs error a5067d5
  • [jsfm] hotfixed transformer version bug and fixed a small sample code bug 48862dc
  • [jsfm] fix callback 2f85737
  • [jsfm] fix #1 #12 56e6a79
  • [jsfm] fix undefined for element's depth 2b7eb9e
  • [jsfm] fix calling functional data-binding multiply dcd9b66