Skip to content

v3.0.0

Compare
Choose a tag to compare
@nathanreyes nathanreyes released this 15 Mar 22:23
· 134 commits to v3 since this release

Calendar

  • Add view prop to display weekly calendars
  • Add initial-page and initial-page-position props
  • Deprecate from-page, from-date, to-page, to-date props in lieu of initial-page
  • Add moveBy method to move by number of pages
  • Emit native event as 2nd argument for day and week events (dayclick, daymouseenter, daymouseleave, dayfocusin, dayfocusout, daykeydown, weeknumberclick)
  • Rename SetupCalendar export to setupCalendar

Date Picker

  • Add rules prop for limiting hours, minutes, seconds and milliseconds
  • Deprecate valid-hours and minute-increment props in lieu of rules
  • Deprecate modelConfig prop in lieu of number and string model modifiers
  • Soft deprecate is-range prop in lieu of range model modifier
  • Add time-accuracy prop to allow selecting seconds and milliseconds components in time picker
  • Major redesign of TimePicker to fit more time component selections
  • Deprecate update-layout slot prop as it is no longer needed