@okam/directus-flexible-content 1.2.19 → 1.2.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 +52 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
|
1
|
+
## 1.2.21 (2025-10-17)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
|
|
6
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- **directus-flexible-content:** core-lib in external deps ([e44cb2b](https://github.com/OKAMca/stack/commit/e44cb2b))
|
|
10
|
+
- update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
|
|
11
|
+
- package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
|
|
12
|
+
- search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
|
|
13
|
+
- search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
|
|
14
|
+
- select controlled ([#280](https://github.com/OKAMca/stack/pull/280))
|
|
15
|
+
|
|
16
|
+
### 🧱 Updated Dependencies
|
|
17
|
+
|
|
18
|
+
- Updated stack-ui to 1.42.3
|
|
19
|
+
- Updated directus-block to 1.5.22
|
|
20
|
+
|
|
21
|
+
### ❤️ Thank You
|
|
22
|
+
|
|
23
|
+
- Marie-Maxime Tanguay @marie-maxime
|
|
24
|
+
- Pierre-Olivier Clerson @poclerson
|
|
25
|
+
- poclerson
|
|
26
|
+
|
|
27
|
+
## 1.2.20 (2025-10-14)
|
|
28
|
+
|
|
29
|
+
### 🚀 Features
|
|
30
|
+
|
|
31
|
+
- bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
|
|
32
|
+
|
|
33
|
+
### 🩹 Fixes
|
|
34
|
+
|
|
35
|
+
- **directus-flexible-content:** core-lib in external deps ([e44cb2b](https://github.com/OKAMca/stack/commit/e44cb2b))
|
|
36
|
+
- update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
|
|
37
|
+
- package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
|
|
38
|
+
- search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
|
|
39
|
+
- search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
|
|
40
|
+
- select controlled ([#280](https://github.com/OKAMca/stack/pull/280))
|
|
41
|
+
|
|
42
|
+
### 🧱 Updated Dependencies
|
|
43
|
+
|
|
44
|
+
- Updated stack-ui to 1.42.2
|
|
45
|
+
- Updated directus-block to 1.5.21
|
|
46
|
+
|
|
47
|
+
### ❤️ Thank You
|
|
48
|
+
|
|
49
|
+
- Marie-Maxime Tanguay @marie-maxime
|
|
50
|
+
- Pierre-Olivier Clerson @poclerson
|
|
51
|
+
- poclerson
|
|
52
|
+
|
|
1
53
|
## 1.2.19 (2025-10-09)
|
|
2
54
|
|
|
3
55
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@okam/directus-flexible-content",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.21",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@nx/vite": "20.2.2",
|
|
26
|
-
"@okam/directus-block": "1.5.
|
|
27
|
-
"@okam/stack-ui": "1.42.
|
|
26
|
+
"@okam/directus-block": "1.5.22",
|
|
27
|
+
"@okam/stack-ui": "1.42.3",
|
|
28
28
|
"@vitejs/plugin-react": "4.3.4",
|
|
29
29
|
"vite": "^5.0.13",
|
|
30
30
|
"vite-plugin-dts": "~2.3.0",
|