@okam/directus-next-component 1.7.41 → 1.8.3

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 +64 -17
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
- ## 1.7.41 (2026-01-16)
1
+ ## 1.8.3 (2026-01-16)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated next-component to 1.3.1
6
+ - Updated directus-next to 1.2.19
7
+
8
+ ## 1.8.0 (2026-01-16)
2
9
 
3
10
  ### 🚀 Features
4
11
 
@@ -7,6 +14,8 @@
7
14
 
8
15
  ### 🩹 Fixes
9
16
 
17
+ - **directus-next-component:** remove breaking changes tag ([cb030b6](https://github.com/OKAMca/stack/commit/cb030b6))
18
+ - **directus-next-component:** stop bundling okam libs ([c2a9016](https://github.com/OKAMca/stack/commit/c2a9016))
10
19
  - **directus-next-component:** valid directus link href error handling ([#365](https://github.com/OKAMca/stack/pull/365))
11
20
  - ⚠️ functions starting with "use" should be reserved to react hooks ([68f1f8f](https://github.com/OKAMca/stack/commit/68f1f8f))
12
21
  - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
@@ -17,9 +26,33 @@
17
26
 
18
27
  - Consumers must now have react and react-dom in their own
19
28
 
29
+ ### ❤️ Thank You
30
+
31
+ - Marie-Maxime Tanguay @marie-maxime
32
+ - Pierre-Olivier Clerson @poclerson
33
+ - poclerson
34
+
35
+ ## 1.7.42 (2026-01-16)
36
+
37
+ ### 🚀 Features
38
+
39
+ - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
40
+ - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
41
+ - - Consumers must now have react and react-dom in their own
42
+
43
+ ### 🩹 Fixes
44
+
45
+ - **directus-next-component:** remove breaking changes tag ([cb030b6](https://github.com/OKAMca/stack/commit/cb030b6))
46
+ - **directus-next-component:** stop bundling okam libs ([c2a9016](https://github.com/OKAMca/stack/commit/c2a9016))
47
+ - **directus-next-component:** valid directus link href error handling ([#365](https://github.com/OKAMca/stack/pull/365))
48
+ - ⚠️ functions starting with "use" should be reserved to react hooks ([68f1f8f](https://github.com/OKAMca/stack/commit/68f1f8f))
49
+ - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
50
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
51
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
52
+
20
53
  ### 🧱 Updated Dependencies
21
54
 
22
- - Updated directus-next to 1.2.15
55
+ - Updated directus-next to 1.2.16
23
56
 
24
57
  ### ❤️ Thank You
25
58
 
@@ -27,11 +60,12 @@
27
60
  - Pierre-Olivier Clerson @poclerson
28
61
  - poclerson
29
62
 
30
- ## 1.7.40 (2026-01-15)
63
+ ## 1.7.41 (2026-01-16)
31
64
 
32
65
  ### 🚀 Features
33
66
 
34
67
  - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
68
+ - Consumers must now have react and react-dom in their own
35
69
  - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
36
70
 
37
71
  ### 🩹 Fixes
@@ -42,9 +76,31 @@
42
76
  - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
43
77
  - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
44
78
 
45
- ### ⚠️ Breaking Changes
79
+ ### 🧱 Updated Dependencies
80
+
81
+ - Updated directus-next to 1.2.15
82
+
83
+ ### ❤️ Thank You
46
84
 
85
+ - Marie-Maxime Tanguay @marie-maxime
86
+ - Pierre-Olivier Clerson @poclerson
87
+ - poclerson
88
+
89
+ ## 1.7.40 (2026-01-15)
90
+
91
+ ### 🚀 Features
92
+
93
+ - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
47
94
  - Consumers must now have react and react-dom in their own
95
+ - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
96
+
97
+ ### 🩹 Fixes
98
+
99
+ - **directus-next-component:** valid directus link href error handling ([#365](https://github.com/OKAMca/stack/pull/365))
100
+ - ⚠️ functions starting with "use" should be reserved to react hooks ([68f1f8f](https://github.com/OKAMca/stack/commit/68f1f8f))
101
+ - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
102
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
103
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
48
104
 
49
105
  ### 🧱 Updated Dependencies
50
106
 
@@ -61,6 +117,7 @@
61
117
  ### 🚀 Features
62
118
 
63
119
  - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
120
+ - Consumers must now have react and react-dom in their own
64
121
  - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
65
122
 
66
123
  ### 🩹 Fixes
@@ -71,10 +128,6 @@
71
128
  - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
72
129
  - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
73
130
 
74
- ### ⚠️ Breaking Changes
75
-
76
- - Consumers must now have react and react-dom in their own
77
-
78
131
  ### 🧱 Updated Dependencies
79
132
 
80
133
  - Updated directus-next to 1.2.13
@@ -90,6 +143,7 @@
90
143
  ### 🚀 Features
91
144
 
92
145
  - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
146
+ - Consumers must now have react and react-dom in their own
93
147
  - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
94
148
 
95
149
  ### 🩹 Fixes
@@ -100,10 +154,6 @@
100
154
  - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
101
155
  - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
102
156
 
103
- ### ⚠️ Breaking Changes
104
-
105
- - Consumers must now have react and react-dom in their own
106
-
107
157
  ### 🧱 Updated Dependencies
108
158
 
109
159
  - Updated next-component to 1.3.0
@@ -120,6 +170,7 @@
120
170
  ### 🚀 Features
121
171
 
122
172
  - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
173
+ - Consumers must now have react and react-dom in their own
123
174
  - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
124
175
 
125
176
  ### 🩹 Fixes
@@ -130,10 +181,6 @@
130
181
  - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
131
182
  - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
132
183
 
133
- ### ⚠️ Breaking Changes
134
-
135
- - Consumers must now have react and react-dom in their own
136
-
137
184
  ### 🧱 Updated Dependencies
138
185
 
139
186
  - Updated stack-ui to 1.44.0
@@ -847,4 +894,4 @@
847
894
 
848
895
  ### ❤️ Thank You
849
896
 
850
- - Marie-Maxime Tanguay @marie-maxime
897
+ - 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.3",
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",
36
+ "@okam/next-component": "1.3.1",
37
37
  "@okam/stack-ui": "1.44.0",
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.19",
43
43
  "zod": "^4.2.1"
44
44
  },
45
45
  "peerDependencies": {