@breadstone/mosaik-elements-svelte 0.0.214 → 0.0.216
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 +14 -0
- package/index.mjs +3286 -3047
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 0.0.216 (2026-01-04)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 0.0.215 (2026-01-04)
|
|
6
|
+
|
|
7
|
+
### 🚀 Features
|
|
8
|
+
|
|
9
|
+
- **order-management): add order management component with list and table views feat(drawer): implement full-screen mode for drawer component fix(drawer): update drawer styles for full-screen support in themes refactor(toast): adjust toast component to handle enter animations correctly chore(package:** update postbuild:dev script to include wca analysis ([0992db6a46](https://github.com/RueDeRennes/mosaik/commit/0992db6a46))
|
|
10
|
+
|
|
11
|
+
### 🩹 Fixes
|
|
12
|
+
|
|
13
|
+
- **resize:** standardize resize event names to camelCase and update related components ([a9cc1df0a7](https://github.com/RueDeRennes/mosaik/commit/a9cc1df0a7))
|
|
14
|
+
|
|
1
15
|
## 0.0.214 (2026-01-02)
|
|
2
16
|
|
|
3
17
|
### 🚀 Features
|