@breadstone/mosaik-elements-svelte 0.1.71 → 0.1.75

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/index.mjs +16732 -15758
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## 0.1.75 (2026-08-16)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **tour-controls:** add TourControlsElement with customizable styles and functionality ([2a338de689](https://github.com/RueDeRennes/mosaik/commit/2a338de689))
6
+ - **mcp:** add JSON parse error middleware and related tests ([1478fb4b4c](https://github.com/RueDeRennes/mosaik/commit/1478fb4b4c))
7
+
8
+ ## 0.1.73 (2026-08-09)
9
+
10
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
11
+
12
+ ## 0.1.72 (2026-08-09)
13
+
14
+ ### 🚀 Features
15
+
16
+ - **combo:** enhance styles and functionality across themes ([de2162bd87](https://github.com/RueDeRennes/mosaik/commit/de2162bd87))
17
+
1
18
  ## 0.1.71 (2026-08-06)
2
19
 
3
20
  ### 🚀 Features