Version 0.0.9
New Features:
- Added useListQueryParams with the ability to set page with replace strategy.
- Added pageSize as a prop for the Table component.
- Added routing into Tabs component.
- Added DatePickerPopup component with range mode.
Bug Fixes:
- Fixed Pagination default page not being set into URL.
- Fixed incorrect theme merging in AppelloKitProvider.
- Removed replaceIn strategy from useListQueryParams.
- Combined controlled state with route state in Tabs component.
- Truncated field label for InlineFields.
- Fixed useClickAway options not being set to an empty object.
- Added left positioning to DatePickerPopup.
- Fixed onChange not working for DatePicker.
- Fixed defaultValue not working for DatePicker.
- Fixed anonymous onChange callback triggering update effect for DatePicker.
Chores:
- Fixed Pagination story.
- Removed paths filter in chromatic.yml.