Minor Changes
-
feat: 1. list adds support for the
sticky
attribute. Now sticky-offset, sticky-top, and sticky-bottom will only take effect whensticky
istrue
. (#257)- Added support for
list-main-axis-gap
,list-cross-axis-gap
.
- Added support for
-
feat(web): The list element supports list-type with flow. (#240)
It supports all attributes and events under single, and also provides
full-span
.For detailed usage, please refer to the official website.