@openameba/spindle-ui 3.2.6 → 3.2.7
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 +9 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.2.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2157](https://github.com/openameba/spindle/pull/2157) [`711a604`](https://github.com/openameba/spindle/commit/711a604cbd88f212062da8b5415f1ddad1a13f21) Thanks [@yanagi0602](https://github.com/yanagi0602)! - Fix infinite re-render ("Maximum update depth exceeded") in `useAutoSlide` / `HeroCarousel` when `autoplay` is enabled. The timeout id is now held in a ref instead of state so the auto-slide callbacks stay stable and the mount effect no longer re-runs on every commit. Surfaced under React 19.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`711a604`](https://github.com/openameba/spindle/commit/711a604cbd88f212062da8b5415f1ddad1a13f21)]:
|
|
10
|
+
- @openameba/spindle-hooks@1.11.1
|
|
11
|
+
|
|
3
12
|
## 3.2.6
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openameba/spindle-ui",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.7",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"ameba-color-palette.css": "^4.17.0",
|
|
31
31
|
"use-callback-ref": "^1.3.3",
|
|
32
|
-
"@openameba/spindle-hooks": "^1.11.
|
|
32
|
+
"@openameba/spindle-hooks": "^1.11.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@figma/code-connect": "1.4.7",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"dialog-polyfill": "0.5.6",
|
|
54
54
|
"dotenv": "17.4.2",
|
|
55
55
|
"figma-api": "1.12.0",
|
|
56
|
-
"firebase-tools": "15.19.
|
|
56
|
+
"firebase-tools": "15.19.1",
|
|
57
57
|
"jsdom": "29.1.1",
|
|
58
58
|
"postcss": "8.5.15",
|
|
59
59
|
"postcss-cli": "11.0.1",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"stylelint-config-standard": "39.0.1",
|
|
71
71
|
"stylelint-order": "8.1.1",
|
|
72
72
|
"stylelint-selector-bem-pattern": "4.0.1",
|
|
73
|
-
"tsx": "4.22.
|
|
73
|
+
"tsx": "4.22.4",
|
|
74
74
|
"vitest": "4.1.7"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|