v3.4.0
⚠️ Breaking Changes
There are quite a few breaking changes, they are related to the keyboard navigation and focus management, if it is not important to you, you don't have to pay attention.
- Keyboard navigation is changed for better accessibility,
tabto the input field will just focus the input,enterto open the picker, after closing, the focus will be set again on the input field. This will improve form inputs via keyboard since thetabkey will not be blocked by opening the calendar. focus-prevevent removedopenMenuOnFocusprop is removed, the menu has to be explicitly opened, if you need it, you can callopenMenuwhen focused.focusandblurevents will be emitted on input state change, instead of menu open/close
🚀 Features
- Extend
yearPickerto supportrange(#82) - Extend
utcto support the same UTC value input/output - Extend sidebar option for
presetDateswithstyleproperty (#85) - New event added
invalid-select(#97) highlight- Option to highlight dates (#98)
🐛 Bug Fixes
- Fixed issue with validation not processing
nullvalue (#83) - Fixed issue with
utcreturning zoned value (#66)