We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ac71e commit 7cc1b18Copy full SHA for 7cc1b18
CHANGELOG.md
@@ -8,6 +8,21 @@ All notable changes to this project will be documented in this file.
8
9
See the [Changesets](./.changeset) for the latest changes.
10
11
+## [1.3.2](./#1.3.2) - 2025-03-08
12
+
13
+### Fixed
14
15
+- **Pin Input**: Fix issue where OTP SMS autofill doesn't work as expected.
16
17
+- **Date Picker**: Fix issue where Svelte throws a `state_unsafe_mutation` error when controlling the datepicker range
18
+ mode.
19
20
+- **Rating Group**: Fix issue where rating group label places focus incorrectly.
21
22
+- **React**: Flush effects synchronously rather than within a microtask.
23
24
+- **Checkbox**: Fix issue where checkbox incorrectly sets `data-invalid` when `invalid` is `false`.
25
26
## [1.3.1](./#1.3.1) - 2025-03-05
27
28
### Fixed
0 commit comments