Skip to content

Releases: arthurdenner/react-semantic-ui-datepickers

v2.5.0

19 Apr 15:56
6d63186
Compare
Choose a tag to compare

2.5.0 (2020-04-19)

Features

v2.4.0

25 Mar 17:49
Compare
Choose a tag to compare

2.4.0 (2020-03-25)

Features

v2.3.0

14 Jan 19:28
Compare
Choose a tag to compare

2.3.0 (2020-01-14)

Features

v2.2.0

23 Dec 17:30
Compare
Choose a tag to compare

2.2.0 (2019-12-23)

Bug Fixes

  • deps: update dependency core-js to v3.4.7 (#126) (6df4219)

Features

  • allow selection through datepicker only (#134) (1046a4d)

v2.1.0

02 Dec 19:36
Compare
Choose a tag to compare

2.1.0 (2019-12-02)

Features

v2.0.0

12 Nov 07:56
Compare
Choose a tag to compare

2.0.0 (2019-11-12)

Bug Fixes

  • deps: update dependency core-js to v3.2.1 (#61) (cc99dec)
  • deps: update dependency react-fast-compare to v2.0.4 (#63) (5cc68d7)
  • types: add Catalan locale key to options of locale prop (#85) (f72d7ac), closes #80

Features

  • Import locales from JSON files dynamically (#75) (949bc5c)
  • datepicker: Rename props and update onChange signature (#84) (7cbe2f3)
  • deps: update dependency dayzed to v3 (#66) (866851a)
  • locales: add Catalan locale (#80) (d43add5)
  • locales: add Hebrew locale (#102) (3c6661e)
  • locales: add Japanese locale (#87) (0856e86)
  • locales: add Swedish locale (#86) (8c6d9de)
  • package.json: bump React version in peerDependencies (#77) (7583d3f)

BREAKING CHANGES

  • datepicker: onDateChange signature was changed
  • datepicker: onDateChange prop was renamed to onChange
  • datepicker: selected prop was renamed to value
  • package.json: The React version must be at least 16.8.0, which support Hooks
  • The locale prop is now a string and fallbacks to en-US if it has an invalid value

v1.12.0

09 Oct 14:10
Compare
Choose a tag to compare

1.12.0 (2019-10-09)

Features

  • Migrate to TypeScript, build with tsdx and update Storybook (#45) (c0afb67)

v1.11.1

03 Oct 09:33
Compare
Choose a tag to compare

1.11.1 (2019-10-03)

Bug Fixes

  • datepicker: showCalendar no longer triggers if readOnly is true (#42) (cfc0010), closes #43

v1.11.0

31 Jul 15:28
f9e075b
Compare
Choose a tag to compare

1.11.0 (2019-07-31)

Features

  • locales: Adding new Polish locale (#35) (f9e075b)

v1.10.1

18 Jul 21:35
Compare
Choose a tag to compare

1.10.1 (2019-07-18)

Bug Fixes

  • definitions: Add missing pointing prop definition (#34) (7ab55ae)