@propeller-commerce/propeller-v2-vue-ui 0.3.19 → 0.3.21
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 +20 -0
- package/README.md +2 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,26 @@ once it reaches 1.0. Until then (the `0.x` line) the public API may change
|
|
|
8
8
|
between minor versions; breaking changes are called out below and in
|
|
9
9
|
[MIGRATION.md](./MIGRATION.md).
|
|
10
10
|
|
|
11
|
+
## [0.3.21] - 2026-06-24
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- **Bumped the `@propeller-commerce/propeller-v2-core-ui` dependency from
|
|
16
|
+
`^0.2.4` to `^0.3.1`.** core-ui 0.3.0 promoted the rich `CmsProvider`
|
|
17
|
+
contract and the typed CMS block catalog from the Next boilerplate into the
|
|
18
|
+
shared core; 0.3.1 added a docs-site link. Both releases are purely additive
|
|
19
|
+
("nothing removed or renamed"), so this is a no-runtime-change dependency
|
|
20
|
+
refresh that brings the Vue package onto the current core. No component
|
|
21
|
+
source changed.
|
|
22
|
+
|
|
23
|
+
## [0.3.20] - 2026-06-24
|
|
24
|
+
|
|
25
|
+
### Documentation
|
|
26
|
+
|
|
27
|
+
- Added a link to the canonical docs site
|
|
28
|
+
(https://propeller-commerce.github.io/propeller-v2-vue-ui/) at the top of the
|
|
29
|
+
README, as the source of truth for props and usage.
|
|
30
|
+
|
|
11
31
|
## [0.3.19] - 2026-06-23
|
|
12
32
|
|
|
13
33
|
### Fixed
|
package/README.md
CHANGED
|
@@ -5,6 +5,8 @@ ready-made e-commerce UI — product cards, grids, carts, checkout, account
|
|
|
5
5
|
pages — together with headless composables that talk to the Propeller
|
|
6
6
|
GraphQL API, plus the shared utilities and types those parts build on.
|
|
7
7
|
|
|
8
|
+
📖 **Docs (canonical reference for props & usage):** https://propeller-commerce.github.io/propeller-v2-vue-ui/
|
|
9
|
+
|
|
8
10
|
It is the Vue mirror of [`propeller-v2-react-ui`](https://github.com/propeller-commerce/propeller-v2-react-ui):
|
|
9
11
|
same component set, same SDK seam, same styling contract.
|
|
10
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@propeller-commerce/propeller-v2-vue-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.21",
|
|
4
4
|
"description": "Vue 3 component library for Propeller Commerce — ready-made e-commerce UI, headless composables, and SDK glue.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"lodash.debounce": "^4.0.8",
|
|
63
63
|
"lucide-vue-next": "^1.0.0",
|
|
64
64
|
"marked": "^18.0.0",
|
|
65
|
-
"@propeller-commerce/propeller-v2-core-ui": "^0.
|
|
65
|
+
"@propeller-commerce/propeller-v2-core-ui": "^0.3.1",
|
|
66
66
|
"qs": "^6.15.0",
|
|
67
67
|
"swiper": "^12.1.3",
|
|
68
68
|
"tailwind-merge": "^3.5.0",
|