We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f19ce commit 91289c4Copy full SHA for 91289c4
CHANGELOG.md
@@ -8,6 +8,19 @@ 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.1](./#1.3.1) - 2025-03-05
12
+
13
+### Fixed
14
15
+- **Radio Group, Switch**: Improve focus behavior in Safari browser.
16
17
+- **Accordion**: Fix issue in Safari where clicking triggers doesn't show the content as expected.
18
19
+- **Auto Resize**:
20
+ - Fix issue where height calculations could be incorrect in high DPI scenarios.
21
+ - Account for `maxHeight`, `overflowY`, and `boxSizing` CSS properties.
22
+ - Calculate height when its form owner resets.
23
24
## [1.3.0](./#1.3.0) - 2025-03-03
25
26
### Fixed
0 commit comments