@okam/directus-next-component 1.7.41 → 1.8.4

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 +71 -17
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,18 @@
1
- ## 1.7.41 (2026-01-16)
1
+ ## 1.8.4 (2026-01-16)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated stack-ui to 1.44.1
6
+ - Updated next-component to 1.3.2
7
+
8
+ ## 1.8.3 (2026-01-16)
9
+
10
+ ### 🧱 Updated Dependencies
11
+
12
+ - Updated next-component to 1.3.1
13
+ - Updated directus-next to 1.2.19
14
+
15
+ ## 1.8.0 (2026-01-16)
2
16
 
3
17
  ### 🚀 Features
4
18
 
@@ -7,6 +21,8 @@
7
21
 
8
22
  ### 🩹 Fixes
9
23
 
24
+ - **directus-next-component:** remove breaking changes tag ([cb030b6](https://github.com/OKAMca/stack/commit/cb030b6))
25
+ - **directus-next-component:** stop bundling okam libs ([c2a9016](https://github.com/OKAMca/stack/commit/c2a9016))
10
26
  - **directus-next-component:** valid directus link href error handling ([#365](https://github.com/OKAMca/stack/pull/365))
11
27
  - ⚠️ functions starting with "use" should be reserved to react hooks ([68f1f8f](https://github.com/OKAMca/stack/commit/68f1f8f))
12
28
  - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
@@ -17,9 +33,33 @@
17
33
 
18
34
  - Consumers must now have react and react-dom in their own
19
35
 
36
+ ### ❤️ Thank You
37
+
38
+ - Marie-Maxime Tanguay @marie-maxime
39
+ - Pierre-Olivier Clerson @poclerson
40
+ - poclerson
41
+
42
+ ## 1.7.42 (2026-01-16)
43
+
44
+ ### 🚀 Features
45
+
46
+ - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
47
+ - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
48
+ - - Consumers must now have react and react-dom in their own
49
+
50
+ ### 🩹 Fixes
51
+
52
+ - **directus-next-component:** remove breaking changes tag ([cb030b6](https://github.com/OKAMca/stack/commit/cb030b6))
53
+ - **directus-next-component:** stop bundling okam libs ([c2a9016](https://github.com/OKAMca/stack/commit/c2a9016))
54
+ - **directus-next-component:** valid directus link href error handling ([#365](https://github.com/OKAMca/stack/pull/365))
55
+ - ⚠️ functions starting with "use" should be reserved to react hooks ([68f1f8f](https://github.com/OKAMca/stack/commit/68f1f8f))
56
+ - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
57
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
58
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
59
+
20
60
  ### 🧱 Updated Dependencies
21
61
 
22
- - Updated directus-next to 1.2.15
62
+ - Updated directus-next to 1.2.16
23
63
 
24
64
  ### ❤️ Thank You
25
65
 
@@ -27,11 +67,12 @@
27
67
  - Pierre-Olivier Clerson @poclerson
28
68
  - poclerson
29
69
 
30
- ## 1.7.40 (2026-01-15)
70
+ ## 1.7.41 (2026-01-16)
31
71
 
32
72
  ### 🚀 Features
33
73
 
34
74
  - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
75
+ - Consumers must now have react and react-dom in their own
35
76
  - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
36
77
 
37
78
  ### 🩹 Fixes
@@ -42,9 +83,31 @@
42
83
  - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
43
84
  - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
44
85
 
45
- ### ⚠️ Breaking Changes
86
+ ### 🧱 Updated Dependencies
87
+
88
+ - Updated directus-next to 1.2.15
46
89
 
90
+ ### ❤️ Thank You
91
+
92
+ - Marie-Maxime Tanguay @marie-maxime
93
+ - Pierre-Olivier Clerson @poclerson
94
+ - poclerson
95
+
96
+ ## 1.7.40 (2026-01-15)
97
+
98
+ ### 🚀 Features
99
+
100
+ - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
47
101
  - Consumers must now have react and react-dom in their own
102
+ - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
103
+
104
+ ### 🩹 Fixes
105
+
106
+ - **directus-next-component:** valid directus link href error handling ([#365](https://github.com/OKAMca/stack/pull/365))
107
+ - ⚠️ functions starting with "use" should be reserved to react hooks ([68f1f8f](https://github.com/OKAMca/stack/commit/68f1f8f))
108
+ - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
109
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
110
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
48
111
 
49
112
  ### 🧱 Updated Dependencies
50
113
 
@@ -61,6 +124,7 @@
61
124
  ### 🚀 Features
62
125
 
63
126
  - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
127
+ - Consumers must now have react and react-dom in their own
64
128
  - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
65
129
 
66
130
  ### 🩹 Fixes
@@ -71,10 +135,6 @@
71
135
  - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
72
136
  - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
73
137
 
74
- ### ⚠️ Breaking Changes
75
-
76
- - Consumers must now have react and react-dom in their own
77
-
78
138
  ### 🧱 Updated Dependencies
79
139
 
80
140
  - Updated directus-next to 1.2.13
@@ -90,6 +150,7 @@
90
150
  ### 🚀 Features
91
151
 
92
152
  - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
153
+ - Consumers must now have react and react-dom in their own
93
154
  - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
94
155
 
95
156
  ### 🩹 Fixes
@@ -100,10 +161,6 @@
100
161
  - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
101
162
  - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
102
163
 
103
- ### ⚠️ Breaking Changes
104
-
105
- - Consumers must now have react and react-dom in their own
106
-
107
164
  ### 🧱 Updated Dependencies
108
165
 
109
166
  - Updated next-component to 1.3.0
@@ -120,6 +177,7 @@
120
177
  ### 🚀 Features
121
178
 
122
179
  - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
180
+ - Consumers must now have react and react-dom in their own
123
181
  - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
124
182
 
125
183
  ### 🩹 Fixes
@@ -130,10 +188,6 @@
130
188
  - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
131
189
  - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
132
190
 
133
- ### ⚠️ Breaking Changes
134
-
135
- - Consumers must now have react and react-dom in their own
136
-
137
191
  ### 🧱 Updated Dependencies
138
192
 
139
193
  - Updated stack-ui to 1.44.0
@@ -847,4 +901,4 @@
847
901
 
848
902
  ### ❤️ Thank You
849
903
 
850
- - Marie-Maxime Tanguay @marie-maxime
904
+ - Marie-Maxime Tanguay @marie-maxime
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-next-component",
3
- "version": "1.7.41",
3
+ "version": "1.8.4",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -33,13 +33,13 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@okam/logger": "1.1.0",
36
- "@okam/next-component": "1.3.0",
37
- "@okam/stack-ui": "1.44.0",
36
+ "@okam/next-component": "1.3.2",
37
+ "@okam/stack-ui": "1.44.1",
38
38
  "@react-spring/web": "^10.0.3",
39
39
  "next": "^15.0.0",
40
40
  "radashi": "^12.3.0",
41
41
  "unlazy": "^0.12.1",
42
- "@okam/directus-next": "1.2.15",
42
+ "@okam/directus-next": "1.2.20",
43
43
  "zod": "^4.2.1"
44
44
  },
45
45
  "peerDependencies": {