Skip to content

Latest commit

 

History

History
170 lines (109 loc) · 5.08 KB

CHANGELOG.md

File metadata and controls

170 lines (109 loc) · 5.08 KB

Changelog

🎉 Release - v1 🎉

v1.3.1 - 2024-04-19

Edited

  • Refactor code to explicit props declaration and also minimize the export
  • Refactor code to support webpack 5
  • Updated example for selectable with input formatting

v1.3.0 - 2024-04-18

Added

  • Support dayjs/locale/th as default
  • Support dayjs/plugin/buddhistEra as default

Updated

  • dependencies
  • example/with-vite-andt-tailwind's deps, source code, and also bumps the vite major version

v1.2.1 - 2024-02-20

Edited

  • Fixed bugs on dist output when publish to npmjs

v1.2.0 - 2024-02-14

Edited

  • 🌹 Happy Valentine Day
  • updated dependencies (Alert! bump major version. So if something not working as expected, don't hesitate for opening the issues/PR.)
  • updated demo example/with-vite-antd-tailwind

v1.1.0 - 2023-09-27

Edited

  • updated dependencies

v1.0.5 - 2023-06-12

Edited

  • Fixed package linking

v1.0.4 - 2023-06-09

Edited

  • bump dependencies

v1.0.3 - 2023-04-11

Added

  • Vercel Analytics for demo project

Edited

  • bump dependencies
  • fixed z-index over the properties table in example

v1.0.2 - 2023-01-26

Added

  • some devDependencies like mockdate for ease to develop
  • supporting es import and be standalone without css
  • example for this new release

Edited

  • code structure as component separated
  • package.json scripts
  • replace enzyme testing with react testing library

Updated

  • dependencies and react@18.2

Removed

  • eslint for reducing project complexity (using vscode extension instead)
  • antd, @ant-design/icons for reduce package size (customization available)

[v1.0.0...v1.0.1] - 2023-01-25

I have to skipping for the old versions which was unpublished once on first created.


Legacy Version - v0.x.x

v0.2.2 - 2022-06-16

  • [Fixed] When the value of props.value changes, the state will no longer be updated.
  • [Updated] Dependencies

v0.2.1 - 2022-04-29

  • [Removed] some dependency which not used anymore
  • [Edited] Example page for update latest version

v0.2.0 - 2022-04-29

  • [Updated] Dependencies (Note: Upgrade major version of React@18.1.0 and react-datepicker)
  • [Added] inputProps property for customizable of input
  • [Added] inputProps description on README.md and also a missing one reactDatePickerProps
  • [Edited] ESLint and prettier
  • [Edited] missing remove unused code

v0.1.5 - 2021-04-02

  • [Updated] Dependencies
  • [Fixed] bug on "Form Submit" after click prev/next month button

v0.1.4 - 2021-01-19

  • [Merged] PR#2
  • [Added] CodeQL Analysis
  • [Added] Supported props disabled and readOnly
  • [Added] Supported year boundaries with yearBoundary props. The default is 99 btw It depends on minDate and maxDate
  • [Added] Clearable button will hide on disabled or readOnly props is true. The default is true
  • [Added] Supported more props of react-datepicker by using reactDatePickerProps props
  • [Fixed] some buggy on yarn

v0.1.3 - 2021-01-12

  • [Merged] PR#1
  • [Added] more features, displayFormat, inputStyle, and clearable

v0.1.2 - 2021-01-11

  • [Fixed] Known vulnerabilities
  • [Added] Link for demo
  • [Added] display date format for input
  • [Added] clearable props to let user clear their selected date
  • [Added] inputStyle to control input box styling

v0.1.1 - 2020-05-11

  • Initialized Project

v0.1.0 - 2020-05-11

  • Initialized Project