@okam/directus-next 2.2.0 → 2.2.1
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 +24 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 2.2.0 (2026-04-06)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **next-component:** allow formatting Link locale via i18n config ([#460](https://github.com/OKAMca/stack/pull/460))
|
|
6
|
+
- **directus-next:** getPageSettings props accepts gql client ([a6d983fa](https://github.com/OKAMca/stack/commit/a6d983fa))
|
|
7
|
+
|
|
8
|
+
### 🩹 Fixes
|
|
9
|
+
|
|
10
|
+
- **directus-next:** getPageSettings also allows custom query fn ([c76c5163](https://github.com/OKAMca/stack/commit/c76c5163))
|
|
11
|
+
- **directus-next:** remove props client memoization to match config arg ([fb169f6a](https://github.com/OKAMca/stack/commit/fb169f6a))
|
|
12
|
+
|
|
13
|
+
### 🧱 Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated core-lib to 2.1.0
|
|
16
|
+
- Updated next-component to 2.1.0
|
|
17
|
+
- Updated directus-node to 1.1.0
|
|
18
|
+
- Updated directus-query to 2.1.0
|
|
19
|
+
|
|
20
|
+
### ❤️ Thank You
|
|
21
|
+
|
|
22
|
+
- Pierre-Olivier Clerson @poclerson
|
|
23
|
+
- poclerson
|
|
24
|
+
|
|
1
25
|
## 2.1.1 (2026-03-26)
|
|
2
26
|
|
|
3
27
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@okam/directus-next",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/OKAMca/stack.git"
|
|
6
6
|
},
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
45
|
-
"@okam/core-lib": "2.
|
|
46
|
-
"@okam/directus-node": "1.
|
|
47
|
-
"@okam/directus-query": "2.1.
|
|
45
|
+
"@okam/core-lib": "2.2.0",
|
|
46
|
+
"@okam/directus-node": "1.2.0",
|
|
47
|
+
"@okam/directus-query": "2.1.1",
|
|
48
48
|
"@okam/logger": "1.1.0",
|
|
49
|
-
"@okam/next-component": "2.1.
|
|
49
|
+
"@okam/next-component": "2.1.1",
|
|
50
50
|
"graphql-request": "^7.1.2",
|
|
51
51
|
"radashi": "^12.3.0",
|
|
52
52
|
"server-only": "0.0.1",
|