Skip to content

Releases: weexteam/weex-vue-render

v1.0.15

18 Jan 05:58
Compare
Choose a tag to compare

Bug Fixes

  • fix <switch> component's styles.
  • fix test cases for <switch> and <input>.

v1.0.14

17 Jan 04:22
Compare
Choose a tag to compare

Improvements

  • now you can use 'wx' unit.
  • remove weex.createEventMap method.

Bug fixes

  • fix two way binding for <input> component.
  • fix return event for <input> component.
  • fix errors relative to createEventMap.

v1.0.13

12 Jan 03:33
Compare
Choose a tag to compare

Improvements

  • support create weex components through render function.
  • support binding native events for custom components with .native modifier.
  • all weex native events should be dispatched through dom elements.
  • refactor test procedure flow and increase test cases' total number to 96.

Bug Fixes

  • fix event binding.
  • fix indicator item styles.
  • fix slider's overflow style.

v1.0.9

05 Jan 06:39
Compare
Choose a tag to compare

Bug Fixes

  • overflow in slider's cells.

v1.0.8

04 Jan 08:03
Compare
Choose a tag to compare

Improvements

Use compiling tools to optimize render's performance. Currently support below components as html elements: div, image, text, cell, a.

  • remove components: div, image, text, cell, a.
  • refactor appear watcher, image lazyloading, components implementation, some APIs, and the event triggering and handling system.
  • significantly improved runtime performance.
  • add test cases.