We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99fbea commit fb4a82eCopy full SHA for fb4a82e
CHANGELOG.md
@@ -16,13 +16,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
16
### Added
17
18
- Added fallback styles for all components.
19
+- Added `heading` property to **Collapsible**.
20
21
### Fixed
22
23
- Made **Tabs** accessible.
24
- Fixed clipped focus outline in the **ButtonGroup**.
25
- Prevent drop shadow from appearing unnecessarily in **Scrollable**.
26
27
+### Deprecated
28
+
29
+- Deprecated the `title` property on **Scrollable**.
30
31
## [1.17.0] - 2025-07-02
32
33
0 commit comments