Skip to content

Releases: arthurdenner/react-semantic-ui-datepickers

v1.5.0

23 Oct 21:00
Compare
Choose a tag to compare

1.5.0 (2018-10-23)

Features

  • datepicker: Allow the user to type a date into the input (#10) (afaf165)

v1.4.0

28 Sep 13:49
Compare
Choose a tag to compare

1.4.0 (2018-09-28)

Features

  • datepicker: Adding new prop filterDate (#7) (2bdaffd)

v1.3.2

10 Sep 19:34
Compare
Choose a tag to compare

1.3.2 (2018-09-10)

Bug Fixes

  • datepicker: Passing down events to the Input component (b3bfa18)

v1.3.1

10 Sep 18:47
Compare
Choose a tag to compare

1.3.1 (2018-09-10)

Bug Fixes

  • datepicker: Passing down the required prop to the Input component (e9be525)

v1.3.0

06 Aug 13:02
Compare
Choose a tag to compare

1.3.0 (2018-08-06)

Features

  • datepicker: Adding new prop pointing that controls where to render the calendar (#5) (6154361), closes #1

v1.2.0

31 Jul 20:11
755bf87
Compare
Choose a tag to compare

1.2.0 (2018-07-31)

Features

  • datepicker: Turning the datepicker into a controlled component (#4) (755bf87), closes #3

v1.1.0

29 Jul 21:00
Compare
Choose a tag to compare

1.1.0 (2018-07-29)

Features

  • typings: Adding TypeScript definitions (674f227)

v1.0.0

29 Jul 04:31
Compare
Choose a tag to compare

1.0.0 (2018-07-29)

Bug Fixes

  • inputs: Fixing the resetState function (16f482b)
  • inputs: Fixing the support to some Dayzed's props (6b75e1e)

Features

  • calendar: Adding a Today button and a showToday prop that defaults to true (f1bcfcf)
  • datepicker: Adding support to keepOpenOnClear prop (defaults to false) (5327272)
  • datepicker: Adding support to keepOpenOnSelect prop (defaults to false) (612a369)
  • inputs: Adding RangeInput and tweaking styles and props validation (72f4d6f)
  • inputs: Adding support to custom todayButtonText (ca34b29)
  • inputs: Adding support to firstDayOfWeek and custom monthNames and weekdayNames (cad4151)
  • inputs: Formatting input value while typing and supporting some Input's props (968a311)
  • inputs: Handling onChange and onBlur events on the input (5ec9aeb)