Skip to content

Releases: javadbat/jb-date-input

v5.4.2

25 Dec 05:33
Compare
Choose a tag to compare

move jb-date-input-react to jb-date-input/react
fix input-type initial problem

v5.3.0

30 Nov 14:17
Compare
Choose a tag to compare

-add async validation

  • fix some mobile popover issue

v5.2.0

20 Nov 14:13
Compare
Choose a tag to compare

Full Changelog: v5.0.0...v5.2.0

add prevent default to change event and make it composable

v5.0.0

30 Sep 17:42
Compare
Choose a tag to compare

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 to show-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

version 4 release

02 Jul 12:13
Compare
Choose a tag to compare

in v4 we refactored our codebase in this manner

  • we refactor the validation mechanism to a new standard jb-design-system validation method
  • we disable the overflow handler by default due to some problem when the page is empty or half-empty
  • make some methods private because they are meant to be private in v4 we refactored our codebase in this manner

v3.13.1

10 Jun 20:50
Compare
Choose a tag to compare

fix arrow key bug when value type and input type are different

release version 3.13.0

19 Feb 14:41
Compare
Choose a tag to compare

add setMonthList method to easily customize month

release version 3.11.0

11 Dec 13:50
Compare
Choose a tag to compare

accept min max value in date format

3.10.0

12 Nov 08:00
Compare
Choose a tag to compare

new features:

  • add placeholder support

bug fixed:

  • make some methods private because they are intended to be private.

release version 3.9.0

20 Oct 15:52
Compare
Choose a tag to compare

add Date object as an acceptable value input and output