@lynx-js/web-elements-canary 0.11.0-canary-20260108-fc9e8632 → 0.11.0-canary-20260111-d9c9ff98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -1
- package/package.json +1 -1
- package/src/elements/XList/x-list.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lynx-js/web-elements
|
|
2
2
|
|
|
3
|
-
## 0.11.0-canary-
|
|
3
|
+
## 0.11.0-canary-20260111102946-d9c9ff985d02de83c98595b9851e45f50e944a3e
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
|
|
21
21
|
### Patch Changes
|
|
22
22
|
|
|
23
|
+
- fix: list-item `contain` property changes from `size` to `layout paint`, because the size of the `list-item` can be expanded by its children. ([#2043](https://github.com/lynx-family/lynx-stack/pull/2043))
|
|
24
|
+
|
|
23
25
|
- Use the scoped `@lynx-js/source-field` for source build resolution. ([#2096](https://github.com/lynx-family/lynx-stack/pull/2096))
|
|
24
26
|
|
|
25
27
|
## 0.10.1
|
package/package.json
CHANGED