Date Picker Svelte Versions Save

Date and time picker for Svelte

v2.12.0

1 month ago
  • Disable autocomplete for date input (@gianarb)

v2.11.0

3 months ago
  • Add component slot, for adding your own child elements
  • Don't clamp time of day when settig date/month/year
  • Fix time field sometimes showing a value outside min/max
  • Fix time field losing highlight after pressing left/right arrow keys
  • Use numeric keyboard in time field
  • Fix time field not losing highlight

v2.10.1

5 months ago
  • Fix view not updating when value changes externally with browseWithoutSelecting

v2.10.0

6 months ago
  • Add required prop (@ChromuSx)
  • Add id prop (@portfolioris)

v2.9.0

6 months ago
  • Add timePrecision prop for showing a time picker (@nihanmubashshir)

v2.8.0

8 months ago
  • Add date to select event detail

v2.7.0

8 months ago
  • Add dynamicPositioning prop to avoid the date popup appearing outside the screen (@stinger567)
  • DateInput: Avoid errors when undefined is passed as value (@happysalada)

v2.6.0

10 months ago
  • Add 'yy' format (@erezarnon)

v2.5.1

11 months ago
  • Fix wrong version published

v2.5.0

11 months ago
  • Add Svelte 4 support