Skip to content

Latest commit

 

History

History
92 lines (54 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

92 lines (54 loc) · 2.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.7] - 2022-10-17

Fixed

  • Controlled input does not show default value

1.1.6 - 2022-09-13

Added

  • react hook form storybook

Fixed

  • DatePickerInput null value not reflected to display

1.1.5 - 2022-05-17

Fixed

  • datepickerInput isDisabled does not disable calendar button

1.1.4 - 2022-05-17

Fixed

  • controlled value does not update datepickerInput default value
  • default value not working

1.1.3 - 2022-05-13

Fixed

  • uncontrolled datepickerInput will select current day when open calendar

1.1.2 - 2022-05-13

Fixed

  • datepickerInput controlled clear not working

1.1.1 - 2022-05-13

Fixed

  • datepickerInput clear button cannot clear controlled value

1.1.0 - 2022-05-12

Added

  • DatepickerInput support user input
  • Controlled Input Storybook
  • Ref Input Storybook

Fixed

  • Datepicker sm size display issue
  • DatepickerInput incorrect types
  • Controlled Input showTimeSelector onChange error

Changed

  • DatepickerInput Ref handling

1.0.3 - 2022-05-12