Releases: onesine/react-tailwindcss-datepicker
Releases · onesine/react-tailwindcss-datepicker
v1.6.2
- 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
- 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 constantDATE_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
- 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.5.0
- Remove tailwind-merge 🗑️ 97eb8ac
- [Fix] Circular dependency c1c9042
- Merge pull request #79 from JefteCaro/master f58c597
- [Fix]
inputClassName
,containerClassName
, andtoggleClassName
accept functions (#64) 751e29f - Code refactoring dcd09bf
- Merge remote-tracking branch 'origin/master' fdc8b6c
- Merge pull request #61 from AnalogMemory/fix/format-returned-value f7c0b62
- Code refactoring 0c8fc06
- Merge pull request #76 from devinmatte/hide-unused-shortcuts 55569d8
- Hide null options d0ec811
- Updating shortcuts to hide when ommited f218699
- [bug] Format date values with expected format 60c0c2a
- console.log value on dev page 43852dc
v1.4.2
- Merge pull request #57 from srini-leanfolks/fix/38 2c55797
- Merge pull request #56 from srini-leanfolks/master 24e8d21
- Merge pull request #52 from Kater-auf-Dach/master b041b78
- restored methods for weekdays e4c5b85
- resolved the month issue f9a5887
- removed require in all places f31c484
- [Fix] Condition for icons render in ToggleButton 695885b
- Merge branch 'onesine:master' into master 29ffd1f
- Merge pull request #1 from Kater-auf-Dach/Kater-auf-Dach-patch-1 33167b9
v1.4.1
- [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 viaonChange
40cf3a2 - [Feature] Customization prop:
toggleIcon
(#49) f0bdfc6 - Update Datepicker.tsx ec12d36
- changed import from cjs to esm (#45) e34d36f
v1.4.0
- 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
allowstartWeekOn
benull | undefined
307775e - [Fix] Error on
disabledDates?.length
call (#46) 6675607 - Merge branch 'master' into master 37c588e
- [Fix] missing
classNames
fromhelpers
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 onbuild
2685b9f - prettify f51cbb3
- [Fix]
useCallback
missingdisplayFormat
dependency e42956d - Update .npmignore 725dd92
- feat: add startWeekOnProps to mark the start week day 5a1e3ea
v1.3.4
- Update .npmignore file 7154f7d
- [Fix]
dist
not generated onbuild
6ba2ec0 (#37 ) - prettify 4940c97
- [Fix] 'useCallback' missing
displayFormat
dependency 5b68b4b - [Fix]
useCallback
missingdisabledDates
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