⚠️ Breaking changes
monthChangeOnScroll
default and inverse mode are switched, scrolling down will now go to the next month
🚀 Features
- Added swipe events for touch devices, (can be disabled by passing
noSwipe
prop) vertical
- New mode added, instead of going left/right, it will be up/down orientation- New transition added on menu open
ariaLabels
- Option to change aria-labels text
🐛 Bug Fixes
- Fixed issue where calendar transition was not active on the first change
- Fixed issue where the transition was triggered on the second calendar in
multiCalendars
mode whenv-model
value was passed - Fixed wrong path for unpkg import (#3)
- Fixed issue where today is marked on offset date (#9)
- Fixed positioning issue above the input
🔧 Refactor
- Code cleanup, removed redundant code, better organization
- Use
Symbol
for injected props teleport
to acceptHTMLElement
- Improved and smoother transitions
- Positioning is redone, if
autoPosition
is enabled, it will auto fit to screen, x or y-axis (#13)