@breadstone/mosaik-elements-vue 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.
- package/CHANGELOG.md +55 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,58 @@
|
|
|
1
|
+
## 0.0.92 (2025-08-08)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for mosaik-elements-vue 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-vue 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
|
+
|
|
15
|
+
## 0.0.89 (2025-08-05)
|
|
16
|
+
|
|
17
|
+
This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
|
|
18
|
+
|
|
19
|
+
## 0.0.88 (2025-08-04)
|
|
20
|
+
|
|
21
|
+
### 🚀 Features
|
|
22
|
+
|
|
23
|
+
- add executor options types and schema generation script; remove unused dependencies ([eb71956d5a](https://github.com/RueDeRennes/mosaik/commit/eb71956d5a))
|
|
24
|
+
|
|
25
|
+
## 0.0.87 (2025-08-04)
|
|
26
|
+
|
|
27
|
+
This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
|
|
28
|
+
|
|
29
|
+
## 0.0.86 (2025-08-04)
|
|
30
|
+
|
|
31
|
+
This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
|
|
32
|
+
|
|
33
|
+
## 0.0.85 (2025-08-01)
|
|
34
|
+
|
|
35
|
+
This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
|
|
36
|
+
|
|
37
|
+
## 0.0.84 (2025-08-01)
|
|
38
|
+
|
|
39
|
+
This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
|
|
40
|
+
|
|
41
|
+
## 0.0.83 (2025-08-01)
|
|
42
|
+
|
|
43
|
+
This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
|
|
44
|
+
|
|
45
|
+
## 0.0.82 (2025-08-01)
|
|
46
|
+
|
|
47
|
+
### 🚀 Features
|
|
48
|
+
|
|
49
|
+
- update release version to 0.0.81 in package.json ([6e01a49d06](https://github.com/RueDeRennes/mosaik/commit/6e01a49d06))
|
|
50
|
+
|
|
51
|
+
### 🩹 Fixes
|
|
52
|
+
|
|
53
|
+
- **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))
|
|
54
|
+
- **dependencies:** downgrade TypeScript version from ^5.9.2 to ^5.8.3 across multiple packages ([c58367f25b](https://github.com/RueDeRennes/mosaik/commit/c58367f25b))
|
|
55
|
+
|
|
1
56
|
## 0.0.81 (2025-07-30)
|
|
2
57
|
|
|
3
58
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.93",
|
|
4
4
|
"description": "Mosaik elements for Vue.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"vue": "^3.5.13"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@breadstone/mosaik-elements": "^0.0.
|
|
18
|
-
"@breadstone/mosaik-elements-foundation": "^0.0.
|
|
17
|
+
"@breadstone/mosaik-elements": "^0.0.93",
|
|
18
|
+
"@breadstone/mosaik-elements-foundation": "^0.0.93",
|
|
19
19
|
"tslib": "^2.8.1"
|
|
20
20
|
}
|
|
21
21
|
}
|