Skip to content

Latest commit

 

History

History
143 lines (82 loc) · 9.78 KB

CHANGELOG.md

File metadata and controls

143 lines (82 loc) · 9.78 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.13 (2021-08-14)

Bug Fixes

  • bundle installation package-lock size (9b4237b)

Docs

  • README: update WheelPickerSelectEvent description (5b0e217)

0.0.12 (2021-08-09)

Docs

  • README: add accepted format patterns (a7138d7)
  • README: fix isAfter and isBefore docs (e57d986)

0.0.11 (2021-08-09)

Docs

  • storybook: fix storybook source code loader (2ba5d9e)

0.0.10 (2021-08-09)

Features

  • categorize accessibility stories (a41ca9c)

Docs

  • storybook: groups order and add introduction page (3500947)
  • storybook: update all filter stories (4c70764)
  • storybook: update all styling stories (8c44616)

0.0.9 (2021-08-09)

Bug Fixes

  • highlightHolidays issue (ab56cd8)

Minor Improvements

  • add sideEffect to false in package.json file (1539664)
  • add versionrc file (da80d33)

Docs

  • README: change them image (702cb40)
  • README: fix typo and add more info (17c740b)
  • storybook: remove console addons (5b87482)
  • storybook: update all Columns Text formatter stories and fix the Stories source code (5d90197)
  • storybook: update all Date range stories and fix the Stories source code (1a41204)
  • usePicker: add more docs for defaultSelectedDateObject complex logics (7a7078a)

0.0.8 (2021-08-08)

0.0.7 (2021-08-08)

Bug Fixes

  • usePicker: min and max date issue (0bd3631)

0.0.6 (2021-08-07)

Bug Fixes

0.0.5 (2021-08-07)

Features

  • README: add demo url and some notes (e267367)

Bug Fixes

  • npm: add source map files and stories to npmignore file (25e759b)

0.0.4 (2021-08-07)

0.0.4-beta.0 (2021-08-06)

Features

  • add documentations (3c48e16)
  • add roadmap (b18bea6)
  • added onCancel click event and minor improvements (04a7de4)
  • improve document (6763585)
  • move template inside story (9bfba3d)

Bug Fixes

0.0.3 (2021-06-12)

Features

  • add addDayName prop (f98271c)
  • add bottom sheet and picker's base component (37793f9)
  • add caption and fix onChange event (94f0224)
  • add chromatic and upgrade packages (817d786)
  • add disableSheetDrag prop to Picker (5462074)
  • add highlight holidays and pass isHoliday in config prop function methods (aa9a862)
  • add highlightWeekends and fix reported issues (a84e9b0)
  • add some demos of picker by storybook (b5b7a03)
  • add submit and cancel functions (bcd8304)
  • add value and initialValue props and fixed reported bugs (9c6b26a)
  • add WheelPicker base model and codes (9d105a9)
  • calculate days in month and minor improvements (e54e73b)
  • determine the defaultValue by multiple logics (a634aee)
  • min and max date range (c819d0e)

Bug Fixes

  • default picker value and refactor whole codes documentation (dc5802c)
  • defaultValue and formatter prop (5bfd47e)
  • highlightWeekend bugs (77f8c62)
  • min and max date with initialValue (fa92ef9)
  • prevent to rerender when year or month has changed if daysInMonth was equals to its prev value (3ca1c99)
  • raise onCancel event (fb54655)
  • update highlightWeekends and highlightHolidays if they updated (23ec235)