Skip to content

Releases: javadbat/jb-date-input

v6.0.1

11 Oct 15:48

Choose a tag to compare

Add i18n and make it multilingual

v5.9.0

05 Jun 09:04

Choose a tag to compare

Full Changelog: v5.7.0...v5.9.0
Add JSDoc to some properties and methods.
Refactor methods to be prepared for the next headless release.

release version 5.7.0

27 Apr 06:43

Choose a tag to compare

Breaking changes:

  • Use JB-design-system color palette colors instead of internal color codes

release version 5.6.0

26 Mar 20:27

Choose a tag to compare

new features:

  • Add error prop/attribute to show a custom error message.
  • add part names input, calendar, popover for date input parts for easier access for styling

release version 5.5.0

25 Feb 05:34

Choose a tag to compare

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

13 Feb 16:32

Choose a tag to compare

fixes

  • fix event bleeding in react.
  • refactor the event system and use the jb-core functions instead of common functions.
  • add a keyboard and input event to react function

v5.4.2

25 Dec 05:33

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

Choose a tag to compare

-add async validation

  • fix some mobile popover issue

v5.2.0

20 Nov 14:13

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

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