React Tailwindcss Datepicker Versions Save

Modern date range picker component for React using Tailwind 3 and dayjs. Alternative to Litepie Datepicker.

v1.4.1

1 year ago
  • [Fix] Prevent selecting dates past the maxDate (#50) 7391504
  • Merge pull request #47 from srini-leanfolks/master 061dec4
  • Merge pull request #48 from Kater-auf-Dach/Kater-auf-Dach-patch-1 bebc7e1
  • [Feature] Initialize classNames props Feature [Feature] input element a11y via onChange 40cf3a2
  • [Feature] Customization prop: toggleIcon (#49) f0bdfc6
  • Update Datepicker.tsx ec12d36
  • changed import from cjs to esm (#45) e34d36f

https://github.com/onesine/react-tailwindcss-datepicker/compare/v1.4.0...v1.4.1

v1.4.0

1 year ago
  • Merge remote-tracking branch 'origin/master' 56680b0
  • Merge pull request #40 from dimitribarbot/allow-custom-colors 57c24d0
  • Removing other classNames e3a81da
  • Merge pull request #41 from sct/master b0df81d
  • add toggleClassName to button 2b3f35a
  • Publishing ignore .rollup.cache 8210a72
  • Revert v1.3.4 6bbbcdc
  • v1.3.5 4484a32
  • [Fix] helpers getNumberOfDay allow startWeekOn be null | undefined 307775e
  • [Fix] Error on disabledDates?.length call (#46) 6675607
  • Merge branch 'master' into master 37c588e
  • [Fix] missing classNames from helpers cbdea02
  • Merge pull request #35 from handinugroho/add-startweekon-feature 66a710c
  • Update index.js d16f730
  • Update index.js 2d7f87c
  • Merge branch 'master' into add-startweekon-feature 314ca09
  • Update index.js 7eef45c
  • feat: use locale configuration for startWeekOn for default value 622f0da
  • Merge pull request #43 from NoahMLoomis/bugfix-dates-not-highlighted-correctly fe2e365
  • Fixed bug where the displayFormat was affecting the period being selected 4432330
  • add props to pass an input ID and input name to the input field a7aa195
  • Add primary and secondary colors as available theming colors to allow anyone to use their own custom color 8050c4c
  • Update README.md cc18f59
  • Create CONTRIBUTING.md eb1e1cb
  • Update README.md 1a24658
  • v1.3.4 4ddbf4d
  • Update .npmignore file b4e0105
  • [Fix] dist not generated on build 2685b9f
  • prettify f51cbb3
  • [Fix] useCallback missing displayFormat dependency e42956d
  • Update .npmignore 725dd92
  • feat: add startWeekOnProps to mark the start week day 5a1e3ea

https://github.com/onesine/react-tailwindcss-datepicker/compare/v1.3.4...v1.4.0

v1.3.4

1 year ago
  • Update .npmignore file 7154f7d
  • [Fix] dist not generated on build 6ba2ec0 (#37 )
  • prettify 4940c97
  • [Fix] 'useCallback' missing displayFormat dependency 5b68b4b
  • [Fix] useCallback missing disabledDates dependency 1e77132
  • Merge pull request #30 from NoahMLoomis/add-dates-restriction-props faf885f
  • Merge branch 'NoahMLoomis-add-dates-restriction-props' 08d9736
  • Remove package.lock and yarn.lock of .gitignore b8138e0
  • Conflict resolution cf84753
  • Empty commit to add yarn.lock 05c5207
  • Changed file version and name ef5cbd0
  • Update package file abb5e8c
  • Add files to .npmignore. aa0efd4
  • updated package.json 9c56a98
  • Updated readme 5df5890
  • Added disabledDates and added fields to playground e176695
  • Update README.md 9b42c20
  • Update README.md 42eacf4
  • Merge branch 'master' of github.com:NoahMLoomis/react-tailwindcss-datepicker into add-dates-restriction-props 1c01467
  • [Fix bug] Playground css not loaded d981cd2
  • Add package 7c65ed1
  • Merge branch 'add-dates-restriction-props' of github.com:NoahMLoomis/react-tailwindcss-datepicker into add-dates-restriction-props cf05cc9
  • stashing a0a89fe
  • Added minDate and maxDate, any dates outside of that are disabled 6b56c50
  • Fix typos beef17d
  • Implimentation a type of Date value ca082f5

https://github.com/onesine/react-tailwindcss-datepicker/compare/v1.3.3...v1.3.4

v1.3.2

1 year ago
  • [Fix 🐛] The placeholder does not match the displayFormat props . 53c26d8
  • [Fix 🐛] The calendar is not displayed. ab1d314

https://github.com/onesine/react-tailwindcss-datepicker/compare/v1.3.1...v1.3.2

v1.3.0

1 year ago
  • Resolve useEffect dependency a42222a
  • [Fix] Update width of days buttons ab17709
  • [Fix] Custom separator resets to default 3cbca7a
  • [Fix] Changed readonly to readOnly [Fix] Stop calendar from showing when readOnly 02591b0
  • Merge pull request #19 from NoahMLoomis/add-date-format-prop 693e2b3
  • Merge branch 'master' into add-date-format-prop 763d846
  • Merge pull request #18 from NoahMLoomis/add-readonly-prop 412b5b8
  • Updated readme with new feature 7a1001d
  • Added displayFormat prop to change the text didplay of the selected dates 0c422e7
  • Added readonly prop to make the field non-editable by typing 6184977

https://github.com/onesine/react-tailwindcss-datepicker/compare/v1.2.2...v1.3.0

v1.2.1

1 year ago
  • Fix bug 🐛: Mobile responsiveness #12 b6a5a32
  • Update README.md 5e332ec
  • Update README.md b7b17ce
  • Merge pull request #14 from JefteCaro/master 24ba802
  • Update README.md f91a1a9

https://github.com/onesine/react-tailwindcss-datepicker/compare/v1.2.0...v1.2.1

v1.2.0

1 year ago
  • Merge pull request #9 from JefteCaro/master 5865d96
  • remove console.log 9a7b7fd
  • remove console.log 9e6177b
  • [Feature] Calendar pops at the top of input [Feature] disabled prop [Feature] Additional prop to overload input class: inputClassName [Feature] Additional prop to overload container class: containerClassName 103bbac
  • Fix: Missing button type attributes. Triggers submit when inside the form. c36cfaa
  • Update readme file 📚 7da9a50

https://github.com/onesine/react-tailwindcss-datepicker/compare/v1.1.2...v1.2.0

v1.1.2

1 year ago
  • Fix: onChange does not fire when using the shortcuts #4 25d6b58
  • Eslint and prettier config 7974350

https://github.com/onesine/react-tailwindcss-datepicker/compare/v1.1.1...v1.1.2

v1.1.1

1 year ago
  • Changed types of value and onChange to be the same. 2081219
  • Merge pull request #2 from NoahMLoomis/bugfix/types-mismatch 589ea9d
  • Changed types of value and onChange to be the same. Added package-lock.json to .gitIgnore 2a4536c

https://github.com/onesine/react-tailwindcss-datepicker/compare/v1.1.0...v1.1.1

v1.1.0

1 year ago