@okam/directus-next-component 1.7.38 → 1.7.39

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 +29 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## 1.7.39 (2026-01-15)
2
+
3
+ ### 🚀 Features
4
+
5
+ - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
6
+ - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - **directus-next-component:** valid directus link href error handling ([#365](https://github.com/OKAMca/stack/pull/365))
11
+ - ⚠️ functions starting with "use" should be reserved to react hooks ([68f1f8f](https://github.com/OKAMca/stack/commit/68f1f8f))
12
+ - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
13
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
14
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
15
+
16
+ ### ⚠️ Breaking Changes
17
+
18
+ - Consumers must now have react and react-dom in their own
19
+
20
+ ### 🧱 Updated Dependencies
21
+
22
+ - Updated directus-next to 1.2.13
23
+
24
+ ### ❤️ Thank You
25
+
26
+ - Marie-Maxime Tanguay @marie-maxime
27
+ - Pierre-Olivier Clerson @poclerson
28
+ - poclerson
29
+
1
30
  ## 1.7.38 (2026-01-15)
2
31
 
3
32
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-next-component",
3
- "version": "1.7.38",
3
+ "version": "1.7.39",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -39,7 +39,7 @@
39
39
  "next": "^15.0.0",
40
40
  "radashi": "^12.3.0",
41
41
  "unlazy": "^0.12.1",
42
- "@okam/directus-next": "1.2.12",
42
+ "@okam/directus-next": "1.2.13",
43
43
  "zod": "^4.2.1"
44
44
  },
45
45
  "peerDependencies": {