Skip to content

v3.4.0

Compare
Choose a tag to compare
@illright illright released this 13 Sep 20:29
· 138 commits to main since this release
f684e13

Added

  • The Breadcrumbs component has been added to the library (#157).
  • A new Table component has been added, useful for displaying simple collections of data (#255).
  • maxReachedTooltip prop for the CheckboxGroup and CheckboxChipGroup components to customize the tooltip text that appears on hover when the maximum amount of checkboxes have been checked (#13).
  • The hours, minutes and seconds props of the TimePicker component allow you to specify what values the user can choose from (#120).
  • disabledDates prop for the Calendar component to disable specific dates or ranges of dates (#34).
  • inputClass prop for the TimePicker and DatePicker components to pass them down to the TextField (#269).
  • The Button component is now SvelteKit-compatible (using the noPrefetch prop would also unset sveltekit:prefetch).

Fixed

  • [For contributors on Windows] The scripts in package.json should now work on CMD as well.