@okam/directus-next-component 1.7.37 → 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,62 @@
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
+
30
+ ## 1.7.38 (2026-01-15)
31
+
32
+ ### 🚀 Features
33
+
34
+ - ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
35
+ - **directus-next-component:** directus link supports search params ([21a3e46](https://github.com/OKAMca/stack/commit/21a3e46))
36
+
37
+ ### 🩹 Fixes
38
+
39
+ - **directus-next-component:** valid directus link href error handling ([#365](https://github.com/OKAMca/stack/pull/365))
40
+ - ⚠️ functions starting with "use" should be reserved to react hooks ([68f1f8f](https://github.com/OKAMca/stack/commit/68f1f8f))
41
+ - **directus-next:** bump version ([e9441ad](https://github.com/OKAMca/stack/commit/e9441ad))
42
+ - **directus-next-component:** core-lib in externals deps ([9b04ca0](https://github.com/OKAMca/stack/commit/9b04ca0))
43
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
44
+
45
+ ### ⚠️ Breaking Changes
46
+
47
+ - Consumers must now have react and react-dom in their own
48
+
49
+ ### 🧱 Updated Dependencies
50
+
51
+ - Updated next-component to 1.3.0
52
+ - Updated directus-next to 1.2.12
53
+
54
+ ### ❤️ Thank You
55
+
56
+ - Marie-Maxime Tanguay @marie-maxime
57
+ - Pierre-Olivier Clerson @poclerson
58
+ - poclerson
59
+
1
60
  ## 1.7.37 (2026-01-14)
2
61
 
3
62
  ### 🚀 Features
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
- const index = require("../DirectusImg/index.js");
3
- const index$1 = require("../DirectusVideo/index.js");
2
+ const index$1 = require("../DirectusImg/index.js");
3
+ const index = require("../DirectusVideo/index.js");
4
4
  const directusFileConfig = {
5
- image: index,
6
- video: index$1
5
+ image: index$1,
6
+ video: index
7
7
  };
8
8
  module.exports = directusFileConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-next-component",
3
- "version": "1.7.37",
3
+ "version": "1.7.39",
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.2.4",
36
+ "@okam/next-component": "1.3.0",
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.11",
42
+ "@okam/directus-next": "1.2.13",
43
43
  "zod": "^4.2.1"
44
44
  },
45
45
  "peerDependencies": {