@verbb/plugin-kit-vue 2.0.4 → 2.0.5
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 +5 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.0.5 - 2026-07-21
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Multi-date `DatePicker` (`mode="multiple"`, comma-separated ISO list) and `ColorInput` `readonly` are available through the underlying web components (lockstep with `@verbb/plugin-kit-web`). No Vue API change.
|
|
9
|
+
|
|
5
10
|
## 2.0.4 - 2026-07-21
|
|
6
11
|
|
|
7
12
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verbb/plugin-kit-vue",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "Vue adapters for @verbb/plugin-kit-web custom elements",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
"license": "MIT",
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"@lit-labs/vue-utils": "^0.1.3",
|
|
89
|
-
"@verbb/plugin-kit-core": "2.0.
|
|
90
|
-
"@verbb/plugin-kit-forms": "2.0.
|
|
91
|
-
"@verbb/plugin-kit-web": "2.0.
|
|
89
|
+
"@verbb/plugin-kit-core": "2.0.5",
|
|
90
|
+
"@verbb/plugin-kit-forms": "2.0.5",
|
|
91
|
+
"@verbb/plugin-kit-web": "2.0.5",
|
|
92
92
|
"clsx": "^2.1.1",
|
|
93
93
|
"tailwind-merge": "^3.5.0"
|
|
94
94
|
},
|