Skip to content

Releases: appello-software/web-ui

Version 0.0.10

26 May 14:21
Compare
Choose a tag to compare

New Features ✨

  • DateInput: Added mode props.
  • Sidebar: Added rightHeaderElement prop.
  • TextArea: Added maxLength layout.
  • RadioGroupField: Added new component.
  • Badge: Added orange color and new filled variation.

Bug Fixes 🐛

  • DateField: Fixed typing issue.
  • Modal: Fixed spacing between buttons.
  • Button/UK041: Fixed layout issues in count.

Chores 🛠️

  • Updated scripts in package.json to improve build process.
  • Fixed circular dependencies issue.

Version 0.0.9

10 May 16:59
Compare
Choose a tag to compare

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.