@okam/directus-next-component 1.7.37 → 1.7.38

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,33 @@
1
+ ## 1.7.38 (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 next-component to 1.3.0
23
+ - Updated directus-next to 1.2.12
24
+
25
+ ### ❤️ Thank You
26
+
27
+ - Marie-Maxime Tanguay @marie-maxime
28
+ - Pierre-Olivier Clerson @poclerson
29
+ - poclerson
30
+
1
31
  ## 1.7.37 (2026-01-14)
2
32
 
3
33
  ### 🚀 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.38",
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.12",
43
43
  "zod": "^4.2.1"
44
44
  },
45
45
  "peerDependencies": {