@okam/directus-next-component 1.7.40 → 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.
- package/CHANGELOG.md +88 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
## 1.
|
|
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.
|
|
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.
|
|
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,13 +76,35 @@
|
|
|
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
|
-
###
|
|
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
|
|
|
51
|
-
- Updated directus-next to 1.2.
|
|
107
|
+
- Updated directus-next to 1.2.14
|
|
52
108
|
|
|
53
109
|
### ❤️ Thank You
|
|
54
110
|
|
|
@@ -56,11 +112,12 @@
|
|
|
56
112
|
- Pierre-Olivier Clerson @poclerson
|
|
57
113
|
- poclerson
|
|
58
114
|
|
|
59
|
-
## 1.7.
|
|
115
|
+
## 1.7.39 (2026-01-15)
|
|
60
116
|
|
|
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,9 +128,31 @@
|
|
|
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
|
-
###
|
|
131
|
+
### 🧱 Updated Dependencies
|
|
132
|
+
|
|
133
|
+
- Updated directus-next to 1.2.13
|
|
75
134
|
|
|
135
|
+
### ❤️ Thank You
|
|
136
|
+
|
|
137
|
+
- Marie-Maxime Tanguay @marie-maxime
|
|
138
|
+
- Pierre-Olivier Clerson @poclerson
|
|
139
|
+
- poclerson
|
|
140
|
+
|
|
141
|
+
## 1.7.38 (2026-01-15)
|
|
142
|
+
|
|
143
|
+
### 🚀 Features
|
|
144
|
+
|
|
145
|
+
- ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
|
|
76
146
|
- Consumers must now have react and react-dom in their own
|
|
147
|
+
- **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
|
|
148
|
+
|
|
149
|
+
### 🩹 Fixes
|
|
150
|
+
|
|
151
|
+
- **directus-next-component:** valid directus link href error handling ([#365](https://github.com/OKAMca/stack/pull/365))
|
|
152
|
+
- ⚠️ functions starting with "use" should be reserved to react hooks ([68f1f8f](https://github.com/OKAMca/stack/commit/68f1f8f))
|
|
153
|
+
- **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
|
|
154
|
+
- **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
|
|
155
|
+
- update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
|
|
77
156
|
|
|
78
157
|
### 🧱 Updated Dependencies
|
|
79
158
|
|
|
@@ -91,6 +170,7 @@
|
|
|
91
170
|
### 🚀 Features
|
|
92
171
|
|
|
93
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
|
|
94
174
|
- **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
|
|
95
175
|
|
|
96
176
|
### 🩹 Fixes
|
|
@@ -101,10 +181,6 @@
|
|
|
101
181
|
- **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
|
|
102
182
|
- update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
|
|
103
183
|
|
|
104
|
-
### ⚠️ Breaking Changes
|
|
105
|
-
|
|
106
|
-
- Consumers must now have react and react-dom in their own
|
|
107
|
-
|
|
108
184
|
### 🧱 Updated Dependencies
|
|
109
185
|
|
|
110
186
|
- Updated stack-ui to 1.44.0
|
|
@@ -818,4 +894,4 @@
|
|
|
818
894
|
|
|
819
895
|
### ❤️ Thank You
|
|
820
896
|
|
|
821
|
-
- 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.
|
|
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.
|
|
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.
|
|
42
|
+
"@okam/directus-next": "1.2.19",
|
|
43
43
|
"zod": "^4.2.1"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|