Releases: weexteam/weex-vue-render
Releases · weexteam/weex-vue-render
v1.0.26
v1.0.25
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
Bug Fixes
- fix header component's sticky status in some cases when scrollable container updated.
v1.0.23
Bug Fixes
- fix event 'change'.
- fix scale adapting in animation.transition.
v1.0.21
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
Bug Fixeds
- fix font-size related bugs.
v1.0.19
Bug Fixes
- CSS Style
position: sticky
is not supported in web anymore, usesticky
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
Bug Fixes
- It fails to trigger another
appear
event when there's nodiappear
event listeners on the same element.
v1.0.17
Bug Fixes
- trigger duplicated appear/disappear events when there're more than one list.
v1.0.16
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.