@okam/next-component 1.3.0 → 1.3.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 +13 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 1.3.1 (2026-01-16)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **next-component:** remove breaking changes tag ([3dcba77](https://github.com/OKAMca/stack/commit/3dcba77))
|
|
6
|
+
- **next-component:** stop bundling okam libs ([ba6ba7c](https://github.com/OKAMca/stack/commit/ba6ba7c))
|
|
7
|
+
|
|
8
|
+
### ❤️ Thank You
|
|
9
|
+
|
|
10
|
+
- poclerson
|
|
11
|
+
|
|
1
12
|
## 1.3.0 (2026-01-15)
|
|
2
13
|
|
|
3
14
|
### 🚀 Features
|
|
@@ -5,15 +16,12 @@
|
|
|
5
16
|
- **admin-bar:** add AdminBar with draft mode support ([289427e](https://github.com/OKAMca/stack/commit/289427e))
|
|
6
17
|
- **next-component:** nuqs wrapper for react-aria ([d63f2f7](https://github.com/OKAMca/stack/commit/d63f2f7))
|
|
7
18
|
- ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
|
|
19
|
+
- Consumers must now have react and react-dom in their own
|
|
8
20
|
|
|
9
21
|
### 🩹 Fixes
|
|
10
22
|
|
|
11
23
|
- adminbar safe draft mode handling ([#385](https://github.com/OKAMca/stack/pull/385))
|
|
12
24
|
|
|
13
|
-
### ⚠️ Breaking Changes
|
|
14
|
-
|
|
15
|
-
- Consumers must now have react and react-dom in their own
|
|
16
|
-
|
|
17
25
|
### ❤️ Thank You
|
|
18
26
|
|
|
19
27
|
- Marie-Maxime Tanguay @marie-maxime
|
|
@@ -24,9 +32,6 @@
|
|
|
24
32
|
### 🚀 Features
|
|
25
33
|
|
|
26
34
|
- ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
|
|
27
|
-
|
|
28
|
-
### ⚠️ Breaking Changes
|
|
29
|
-
|
|
30
35
|
- Consumers must now have react and react-dom in their own
|
|
31
36
|
|
|
32
37
|
### 🧱 Updated Dependencies
|
|
@@ -469,4 +474,4 @@
|
|
|
469
474
|
|
|
470
475
|
### ❤️ Thank You
|
|
471
476
|
|
|
472
|
-
- Marie-Maxime Tanguay @marie-maxime
|
|
477
|
+
- Marie-Maxime Tanguay @marie-maxime
|