@okam/stack-ui 2.1.0 → 2.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 2.1.0 (2026-04-06)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **stack-ui:** linting fix ([83553d64](https://github.com/OKAMca/stack/commit/83553d64))
6
+ - **stack-ui:** render icon and button separately ([b7e3bc12](https://github.com/OKAMca/stack/commit/b7e3bc12))
7
+ - **stack-ui:** remove focus, pass props, tokens ([7b0b1224](https://github.com/OKAMca/stack/commit/7b0b1224))
8
+ - **stack-ui:** textinput/textarea accept general input attributes ([#427](https://github.com/OKAMca/stack/pull/427))
9
+
10
+ ### ❤️ Thank You
11
+
12
+ - Max Hilland
13
+ - Pierre-Olivier Clerson @poclerson
14
+
1
15
  ## 2.0.3 (2026-03-11)
2
16
 
3
17
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/stack-ui",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "repository": {
5
5
  "url": "https://github.com/OKAMca/stack.git"
6
6
  },
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@internationalized/date": "^3.10.1",
33
33
  "@okam/logger": "1.1.0",
34
- "@okam/react-utils": "0.0.1",
34
+ "@okam/react-utils": "1.0.0",
35
35
  "@react-aria/selection": "^3.27.0",
36
36
  "@react-aria/utils": "^3.32.0",
37
37
  "@react-spring/web": "^10.0.3",