Skip to content

1.8.0

Compare
Choose a tag to compare
@ivam5 ivam5 released this 30 Jan 10:40
· 65 commits to master since this release

πŸ› Bug Fixes

  • Resolved inconsistent focus issues when navigating through the following components: DateInput, DateTimeInput, DateRangeInput, TimeInput and Select (#181)

⚑ Component Improvements

  • Enhance disabled state appearance for the Toggle component, integrating new styles into the token system for easy customization (#112)
  • Introduce the emptyState prop to enable displaying a custom message or content when the DataTable is empty (#133)
  • Simplify DataTable sorting with the introduction of a new hook (useSortableDataTable) (#149)
  • Improve DataTable sorting, introducing the multiSort prop to allow users to simultaneously sort by multiple columns (#182)
  • Introduce a visual cue for file upload progress in the DragZone with the addition of the loader prop (#178)

πŸ“š Docs Improvements

  • Updated documentation to offer clear and precise details about the DataTable component's sorting capabilities (#148)
  • Improved NumberInputField documentation now provides a comprehensive list of all available props (#150)
  • Refined Storybook code snippets with improved details to enhance user experience and ease of understanding (#176)