Releases: javadbat/jb-date-input-react
Releases · javadbat/jb-date-input-react
release version 5.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-number
toshow-persian-number
to 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
release version 2.6.1
new features:
add a customizable month name so you can change the month name based on your localization in both jalali and gregorian date
fix:
fix typescript mandatory value prop and make it optional
2.3.1
release version 2.0.20
update jb-date-input version to fix trigger button problem
release version 2.0.18
first stable version with typescript support and nextjs demo page