🚀 Features
- Added new
ui
prop- Add custom class support for
next
andprevious
nav buttons (#883)
- Add custom class support for
- Added
tp-inline-arrow-[up/down]
slots (#884) - Added support for dynamic calendar update when the count is updated externally (#886) by @simbacod3
🐛 Bug Fixes
- Ignore full date
[min/max]-date
validation inyear-picker
mode (#879) - Fixed wrong default time in
time-picker
mode whentimezone
is provided (#880) - Fixed incorrect month name tokens for
format-locale
(#881) by @exi66 - Fixed issues where value is not reflected in the calendar on
text-input
in specific modes (#893) - Fixed issue where
multi-calendars
are not updating ontext-input
(#894)
🔧 Refactor
- ⚠️ Deprecated props:
input-class-name
,menu-class-name
,calendar-class-name
andcalendar-cell-class-name
in favor ofui
prop