@rcarls/rc-chip-group 0.5.0 → 0.6.0
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 +22 -0
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# @rcarls/rc-chip-group
|
|
2
|
+
|
|
3
|
+
## 0.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ffcbf11: Add adaptive chip-group layouts, native-backed filter chips, and shared
|
|
8
|
+
input-chip rendering. Native-backed chips preserve controlled host state,
|
|
9
|
+
follow form resets when uncontrolled, and accept native link actions. Groups
|
|
10
|
+
restore author-owned chip variants when coordination ends. Keep search input
|
|
11
|
+
chrome inside the search surface and align contextual icon sizes with Material 3.
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [ffcbf11]
|
|
16
|
+
- Updated dependencies [6683eb9]
|
|
17
|
+
- Updated dependencies [7adbd76]
|
|
18
|
+
- Updated dependencies [ee7ba6c]
|
|
19
|
+
- Updated dependencies [30eb232]
|
|
20
|
+
- Updated dependencies [0a462c5]
|
|
21
|
+
- @rcarls/rc-chip@0.6.0
|
|
22
|
+
- @rcarls/rc-common@0.6.0
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.6.0",
|
|
7
7
|
"description": "Adaptive wrapping and scrolling layout for native-backed chips and arbitrary elements.",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"test:browser:firefox": "vitest --run --project=firefox"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@rcarls/rc-chip": "0.
|
|
49
|
-
"@rcarls/rc-common": "0.
|
|
48
|
+
"@rcarls/rc-chip": "0.6.0",
|
|
49
|
+
"@rcarls/rc-common": "0.6.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@custom-elements-manifest/analyzer": "0.11.0",
|