@breadstone/mosaik-elements-foundation 0.0.91 → 0.0.93

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 (2) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,61 @@
1
+ ## 0.0.92 (2025-08-08)
2
+
3
+ This was a version bump only for mosaik-elements-foundation to align it with other projects, there were no code changes.
4
+
5
+ ## 0.0.91 (2025-08-08)
6
+
7
+ This was a version bump only for mosaik-elements-foundation to align it with other projects, there were no code changes.
8
+
9
+ ## 0.0.90 (2025-08-08)
10
+
11
+ ### 🚀 Features
12
+
13
+ - **select:** add filter functionality with placeholder support ([30207277b0](https://github.com/RueDeRennes/mosaik/commit/30207277b0))
14
+ - add border-radius and overflow properties to AppHeaderElement styles for improved layout ([588ed0f41d](https://github.com/RueDeRennes/mosaik/commit/588ed0f41d))
15
+
16
+ ## 0.0.89 (2025-08-05)
17
+
18
+ This was a version bump only for mosaik-elements-foundation to align it with other projects, there were no code changes.
19
+
20
+ ## 0.0.88 (2025-08-04)
21
+
22
+ ### 🚀 Features
23
+
24
+ - add executor options types and schema generation script; remove unused dependencies ([eb71956d5a](https://github.com/RueDeRennes/mosaik/commit/eb71956d5a))
25
+
26
+ ## 0.0.87 (2025-08-04)
27
+
28
+ This was a version bump only for mosaik-elements-foundation to align it with other projects, there were no code changes.
29
+
30
+ ## 0.0.86 (2025-08-04)
31
+
32
+ This was a version bump only for mosaik-elements-foundation to align it with other projects, there were no code changes.
33
+
34
+ ## 0.0.85 (2025-08-01)
35
+
36
+ This was a version bump only for mosaik-elements-foundation to align it with other projects, there were no code changes.
37
+
38
+ ## 0.0.84 (2025-08-01)
39
+
40
+ This was a version bump only for mosaik-elements-foundation to align it with other projects, there were no code changes.
41
+
42
+ ## 0.0.83 (2025-08-01)
43
+
44
+ This was a version bump only for mosaik-elements-foundation to align it with other projects, there were no code changes.
45
+
46
+ ## 0.0.82 (2025-08-01)
47
+
48
+ ### 🚀 Features
49
+
50
+ - update release version to 0.0.81 in package.json ([6e01a49d06](https://github.com/RueDeRennes/mosaik/commit/6e01a49d06))
51
+
52
+ ### 🩹 Fixes
53
+
54
+ - **release): update version number from 0.0.81 to 0.0.82 in release script fix(events:** remove redundant detailType from select event in Meta.g.json ([a330ca39c9](https://github.com/RueDeRennes/mosaik/commit/a330ca39c9))
55
+ - **elements:** add TypeScript ignore comments for static 'is' getters in multiple components ([22cc7e5d04](https://github.com/RueDeRennes/mosaik/commit/22cc7e5d04))
56
+ - **dependencies:** downgrade TypeScript version from ^5.9.2 to ^5.8.3 across multiple packages ([c58367f25b](https://github.com/RueDeRennes/mosaik/commit/c58367f25b))
57
+ - **elements:** add TypeScript ignore comments for static 'is' getters in various components ([5c400e4885](https://github.com/RueDeRennes/mosaik/commit/5c400e4885))
58
+
1
59
  ## 0.0.81 (2025-07-30)
2
60
 
3
61
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-foundation",
3
- "version": "0.0.91",
3
+ "version": "0.0.93",
4
4
  "description": "Mosaik elements components package.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -14,8 +14,8 @@
14
14
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
15
15
  },
16
16
  "dependencies": {
17
- "@breadstone/mosaik-elements": "^0.0.91",
18
- "@breadstone/mosaik-themes": "^0.0.91",
17
+ "@breadstone/mosaik-elements": "^0.0.93",
18
+ "@breadstone/mosaik-themes": "^0.0.93",
19
19
  "@ctrl/tinycolor": "^4.1.0",
20
20
  "@floating-ui/dom": "^1.7.3",
21
21
  "@lit-labs/virtualizer": "^2.1.1",