Skip to content

v3.5.0

Compare
Choose a tag to compare
@Jasenkoo Jasenkoo released this 01 Oct 09:04
· 861 commits to main since this release
7eb8196

🚀 Features

  • dayClass - Pass custom classes to the specific calendar days (#136)
  • Extended presetRanges to pass a custom slot (#140)
  • highlightDisabledDays - Keep disabled dates highlighted if enabled 77eefcd (#150)
  • Extended markers to accept html string d8cfe85 (#156)
  • New slots added left-sidebar and right-sidebar
  • updateInternalModelValue - New method to update internal model-value while the picker is in open state

🐛 Bug Fixes

  • Fixed autoApply not working with yearPicker (#138)
  • Fixed issue with invalid selection in monthPicker with range mode (#147)
  • Fixed issue with calendar flow step being skipped when changing months via chevron (#149)

🔧 Refactor