Releases: javadbat/jb-date-input
Releases · javadbat/jb-date-input
v6.0.1
v5.9.0
release version 5.7.0
Breaking changes:
- Use JB-design-system color palette colors instead of internal color codes
release version 5.6.0
new features:
- Add errorprop/attribute to show a custom error message.
- add part names input,calendar,popoverfor date input parts for easier access for styling
release version 5.5.0
fixed:
- Fix calendarDefaultDateView after assigning input-type.
- Fix the arrow key and increase and decrease the value by the keyboard.
- fix calendar overflow in mobile browser with bottom navigation.
- fix time stamp value assignment bug
new features:
- add selectionStart, selectionEnd, and setSelectionRange methods and properties,
v5.4.5
v5.4.2
v5.3.0
v5.2.0
Full Changelog: v5.0.0...v5.2.0
add prevent default to change event and make it composable
v5.0.0
Breaking changes:
- refactor popover and separate it from inside popover to jb-popover web-component.
- refactor input and use jb-input instead of inner input code and handlers so all styles related to the input need to be refactored.
- change use-persian-numbertoshow-persian-numberto make all jb-design-system use the same names and approach.
new features
- better focus and caret pos handling
- less package size
- add br and gzip to package build file and add default minification to reduce loaded bundle size
- better typescript support
- better overflow handler