Skip to content

Releases: onesine/react-tailwindcss-datepicker

v1.7.2

23 Aug 18:37
Compare
Choose a tag to compare
  • [Fix 🐛] resolve #270 not parse local parameters to dateFormat function 2dbe93f

v1.7.1...v1.7.2

v1.7.1

23 Aug 18:21
Compare
Choose a tag to compare
  • Update ucFirst function b4234be
  • Update ucFirst function 71a380e
  • Update ucFirst function 36c632b
  • undefined is not an object (evaluating 'r[0].toUpperCase') #271

v1.7.0...v1.7.1

v1.7.0

18 Aug 15:43
Compare
Choose a tag to compare
  • Update README.md 📚 98b3229
  • Update README.md 📚 0cb0151
  • Update README.md 📚 bb94aa5
  • [Fix 🐛] startWeekOn confuses dates in the calendar 2ef44b3
  • Merge pull request #269 from onesine/refactoring a288c5e
  • Conflit resolution ✅ 177c788
  • Code refactoring & update package use 🎉 669b979
  • Merge pull request #266 from julioflima/hotfix/init-time 0761692
  • Fix typescript. ae553e3
  • Resolve conflicts. 99ce644
  • Merge new fixes. 0a50124
  • Minor change 9065b07
  • Merge remote-tracking branch 'origin/master' 52ee2c5
  • Merge pull request #229 from Elbarae1921/master 807982b
  • Fix type context 6ea341c
  • Refactoring types ec9c07d
  • Merge remote-tracking branch 'origin/master' 7ab2a12
  • Merge pull request #222 from cheeselemon/issue-150 a1a3b52
  • Fix vertical dash bg-color class issue 3e3d9d9
  • Code refactoring 3e53a95
  • Merge pull request #203 from protocols-fyi/master 0d55e86
  • Merge pull request #182 from scrappergus/master 7c8b3e6
  • Merge pull request #179 from HurSungYun/HurSungYun-patch-1 1bb6f1f
  • Merge pull request #97 from karimhossenbux/patch-1 a3255b7
  • Merge branch 'master' into patch-1 ebced8a
  • Add appearance none. da582c0
  • remove unused. f929039
  • Add time picker. f25ad43
  • Finished 7f44868
  • Adjusted icon 4ce8bd4
  • Fix type... caafbd3
  • Remove unused icon, and found that nothing is working... 946476f
  • Finished styling. b42d459
  • Missing understand the triggers to change the global value. 448e290
  • Missing save the date time in returned value. 0d78a2c
  • fix: should wait for button click when both asSingle and showFooter are true af5fe0c
  • Fix weekday check function for other locales 2e9f352
  • feat(popupcls): ✨ Added a popup classname, so the outside world can customise this. This is important to control z-index with other components on the page. be6480e
  • Changes necessary to satisfy commit hook requirements for the prior commit. 5b8378f
  • New option for setting the 'required' attribute on the date picker input element. eb1f986
  • Update CONTRIBUTING.md 6c4e796
  • fix readme copy/paste npm/yarn install 5bc0a31

v1.6.6...v1.7.0

v1.6.6

30 Jul 15:03
Compare
Choose a tag to compare
  • Update compilerOptions in tsconfig.json file 1c29605
  • Update lint-stage script 4ccbcc4
  • Update lint-stage script 777b035
  • Resolve prettier issue c404c97
  • Resolve lint issue a83f585
  • Installation and configuration of husky fb45409
  • Update README.md 📚 22e700b
  • Update eslint & prettier script be17b1e
  • Export all types afd8765

v1.6.5...v1.6.6

v1.6.5

18 Jul 13:35
Compare
Choose a tag to compare
v1.6.5

v1.6.4

18 Jul 09:00
Compare
Choose a tag to compare

v1.6.3...v1.6.4

v1.6.3

13 Jun 19:16
Compare
Choose a tag to compare
v1.6.3

v1.6.2

13 Jun 18:48
Compare
Choose a tag to compare
  • Refactoring update calendar date 2f4808d
  • Merge pull request #143 from poshiemaaat/add-is-forward-looking-prop f82dbad
  • Use DATE_FORMAT const 46298c9
  • Remove useless code in shortcuts 77fb990
  • Merge remote-tracking branch 'origin/master' 1316205
  • Merge pull request #138 from t0m3k/shortcutsRevertWithFixes 9d744e2
  • Update README.md 📚 d99cdb7
  • Add active / current selected month and year fd557e2
  • Add conditional looking f0c755d
  • Merge pull request #91 from AnalogMemory/fix/dates-not-visually-disabled 90199d8
  • Refactor how the buttonClass returns the class name b65495a
  • Narrow types allowed type arg in buttonClass function 419ce87
  • Previous & next date styles should be consistent cab259d
  • Revert the api changes keeping types fixed 175ff29
  • Update DatepickerStore 23c955f
  • Merge pull request #133 from t0m3k/fixShortcutsTypes b1b0afe
  • Merge pull request #134 from t0m3k/fixMinDate 3a88d5f
  • Merge pull request #132 from t0m3k/customDatesParsingError 138c308
  • Fix primary color type enforcement using typescript 4919fdb
  • Fix min and max date to include provided day value. 03e009e
  • Simplify the shortcuts logic b946333
  • Fix custom shortcuts types 653b684
  • Split in half if there is no separator afd1112
  • Fix the problems with custom dates 6872212

v1.6.1...v1.6.2

v1.6.1

11 May 08:04
Compare
Choose a tag to compare
  • Merge pull request #77 from devinmatte/disable-years-outside-range 81c91ca
  • Merge pull request #120 from byanes/max-date-fix 8d8ba29
  • Replace YYYY-MM-DD by the constant DATE_FORMAT 61e8bf0
  • Merge pull request #63 from t0m3k/parseCustomFormat 82790be
  • Merge branch 'master' into parseCustomFormat 927f058
  • Pass right day to isDateDisabled dd3a9fc
  • Merge pull request #114 from AbhinavRobinson/master 5603305
  • enum to string fix, issue with keys in Config not fixed 5d1231b
  • Enables clear button when readOnly is true 🎉 75a70b6
  • Disabling years outside maxDate and minDate range cfefeec
  • Parse custom formats using input ea10120

v1.6.0...v1.6.1

v1.6.0

12 Apr 11:39
Compare
Choose a tag to compare
  • Add popoverDirection attribute on the playground d5b1068
  • Update popover direction & refactoring 2f775fc
  • Merge pull request #109 from sesolaga/feature/add-popover-direction 74c2d11
  • Feature: popover direction 7e46812
  • Update README.md 📚 0624c2c
  • Add custom shortcuts in playground 🎉 1058851
  • [ #23, #78, #106] Customized shortcut 🎉 6e9535d
  • Merge pull request #80 from giero/master b4c780f
  • Removed unused type c135486
  • Merge branch 'master' of https://github.com/giero/react-tailwindcss-datepicker 5b71828
  • Merge remote-tracking branch 'onesine/master' f207540
  • [Fix 🐛] #24 Disable specific days with disabledDates 8dbe933
  • Merge pull request #102 from sesolaga/fix/format-returned-value-on-apply-click e02bb63
  • Fixes format of return value when Apply button is clicked 75419ce
  • Merge branch 'onesine:master' into master 7e8917f
  • [Fix] inputClassName, containerClassName, and toggleClassName accept functions to override component className (#64) cac5cb4
  • [Fix] inputClassName, containerClassName, and toggleClassName accept functions to override component className (#64) 30c7db5

v1.5.1...v1.6.0