Patch Changes
-
refactor: allow elements to be rendered before :defined (#855)
Before this commit, we don't allow developers to render these elements before they're defined.
In this commit, we will remove these restrictions.
-
fix: remove the style
contain: content
of x-foldview-ng, otherwise it will cause theposition: fixed
elements to be positioned incorrectly after scrolling. (#878) -
fix: x-list should observe property list-type change. (#862)
Before this commit, list-type only works when it was first assigned.
use
requestAnimationFrame
instead ofqueueMicrotask
to layoutListItem, this is because it may cause crashes in webkit. -
fix: list-item should support linear layout. (#859)
-
Updated dependencies []:
- @lynx-js/web-elements-template@0.7.3