This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
v3.4.0
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 theCheckboxGroup
andCheckboxChipGroup
components to customize the tooltip text that appears on hover when the maximum amount of checkboxes have been checked (#13).- The
hours
,minutes
andseconds
props of theTimePicker
component allow you to specify what values the user can choose from (#120). disabledDates
prop for theCalendar
component to disable specific dates or ranges of dates (#34).inputClass
prop for theTimePicker
andDatePicker
components to pass them down to theTextField
(#269).- The
Button
component is now SvelteKit-compatible (using thenoPrefetch
prop would also unsetsveltekit:prefetch
).
Fixed
- [For contributors on Windows] The scripts in
package.json
should now work on CMD as well.