Skip to content

Releases: weexteam/weex-vue-render

v1.0.26

28 May 06:28
Compare
Choose a tag to compare

Bug Fixes

  • update weex.config.env.rootValue and weex.config.env.rem when updating viewport when using meta.setViewport API.
  • fix scaling for px in animation.transition.

v1.0.25

24 May 13:30
Compare
Choose a tag to compare

improvements

  • use <meta name="weex-viewport" content="..."> to set a viewport design width other than 750.
  • use meta.setViewport({ width: ... }) to update viewport design width.

v1.0.24

25 Apr 02:12
Compare
Choose a tag to compare

Bug Fixes

  • fix header component's sticky status in some cases when scrollable container updated.

v1.0.23

24 Apr 03:45
Compare
Choose a tag to compare

Bug Fixes

  • fix event 'change'.
  • fix scale adapting in animation.transition.

v1.0.21

19 Apr 04:07
Compare
Choose a tag to compare

Improvements

  • Switch component support setting colors.

Bug Fixes

  • Fix error when adding or reducing frame count of a slider component. Now you can change number of slider's children during runtime.

v1.0.20

18 Apr 02:31
Compare
Choose a tag to compare

Bug Fixeds

  • fix font-size related bugs.

v1.0.19

15 Mar 09:14
Compare
Choose a tag to compare

Bug Fixes

  • CSS Style position: sticky is not supported in web anymore, use sticky attribute instead (<cell sticky>...</cell>).
  • Support sticky cells / headers in browsers where this feature is not original supported.
  • Headers in waterfall are not sticky any more by default. You should use sticky attribute to set it to sticky.

v1.0.18

08 Mar 10:19
Compare
Choose a tag to compare

Bug Fixes

  • It fails to trigger another appear event when there's no diappear event listeners on the same element.

v1.0.17

01 Feb 02:44
Compare
Choose a tag to compare

Bug Fixes

  • trigger duplicated appear/disappear events when there're more than one list.

v1.0.16

31 Jan 04:39
Compare
Choose a tag to compare

Bug Fixes

  • webview.reload for <web> component always throws a error.
  • should trigger error event when a cross origin issue arises.
  • always trigger a error event when loaded a cross origin page.