Releases: chakra-ui/ark
Releases · chakra-ui/ark
@ark-ui/solid@5.9.0
Added
- Locale: Added
useFilter
hook to filter data based on the current locale. - Format: Added
FormatRelativeTime
component for formatting relative time.
@ark-ui/react@5.9.0
Added
- Locale: Added
useFilter
hook to filter data based on the current locale. - Format: Added
FormatRelativeTime
component for formatting relative time.
@ark-ui/vue@5.8.0
Added
- Date Picker: Added support for
outsideDaySelectable
prop to allow selecting days outside the current month (on
the same visible date range)
@ark-ui/solid@5.8.0
Added
- Date Picker: Added support for
outsideDaySelectable
prop to allow selecting days outside the current month (on
the same visible date range)
@ark-ui/react@5.8.0
Added
- Date Picker: Added support for
outsideDaySelectable
prop to allow selecting days outside the current month (on
the same visible date range)
Fixed
- Collapsible: Fixed issue in React.js <= v18.x where collapse animation might not work as expected
@ark-ui/vue@5.7.0
Added
- [NEW] Listbox: Introduced the
Listbox
component for selecting a single or multiple items from a list. See the
documentation for details. - Improved support for grouping collection items. Check the
Listbox
,Select
orCombobox
documentation for more
details.
Changed
- Added
package.json
toexports
for improved compatibility with tools like Vite.
@ark-ui/solid@5.7.0
Added
- [NEW] Listbox: Introduced the
Listbox
component for selecting a single or multiple items from a list. See the
documentation for details. - Improved support for grouping collection items. Check the
Listbox
,Select
orCombobox
documentation for more
details.
Changed
- Added
package.json
toexports
for improved compatibility with tools like Vite.
@ark-ui/react@5.7.0
Added
- [NEW] Listbox: Introduced the
Listbox
component for selecting a single or multiple items from a list. See the
documentation for details. - Improved support for grouping collection items. Check the
Listbox
,Select
orCombobox
documentation for more
details.
Changed
- Added
package.json
toexports
for improved compatibility with tools like Vite.
@ark-ui/vue@5.5.0
Added
- Presence: Added support for skipping the initial animation when the component is mounted. This can be used in all
disclosure components (e.g.,Dialog
,DatePicker
,Menu
etc).
Fixed
-
Tabs: Fixed issue where tabs indicator animation behaves inconsistently.
-
Date Picker
- Fixed issue where datepicker throws error when navigating month view.
- Fixed issue where range selection doesn't reset correctly when clicking the same start date.
-
Disclosure Components
- Fixed issue where pointerdown outside doesn't work consistently on mobile devices.
- Improved pointerdown outside click detection in shadow DOM environments.
@ark-ui/solid@5.5.0
Added
- Presence: Added support for skipping the initial animation when the component is mounted. This can be used in all
disclosure components (e.g.,Dialog
,DatePicker
,Menu
etc).
Fixed
-
Tabs: Fixed issue where tabs indicator animation behaves inconsistently.
-
Date Picker
- Fixed issue where datepicker throws error when navigating month view.
- Fixed issue where range selection doesn't reset correctly when clicking the same start date.
-
Disclosure Components
- Fixed issue where pointerdown outside doesn't work consistently on mobile devices.
- Improved pointerdown outside click detection in shadow DOM environments.