This repository was archived by the owner on Apr 26, 2024. It is now read-only.
4.3.0
4.3.0
- Add tests for expected functionality
- Minor fixes to match expected functionality
timeConstraintsprop now correctly controlsstepsize forhours,minutes,seconds, andmillisecondsonFocuscallback now only triggers once and when you would expectonBlurcallback now only triggers once and when you would expect- When
shouldHideInputprop is set,idandclassNameprops will be passed to the underlying picker wrapper.
- [internal] switch to storybook for docs
- Update dependencies to latest
What’s Changed
- Add shouldHideInput tests and prop drilling when hiding input (#581) @NateRadebaugh
- Trigger onBlur and add test (#580) @NateRadebaugh
- Trigger onFocus once on click and add test (#577) @NateRadebaugh
- test: Add down-arrow-to-open test (#576) @NateRadebaugh
- Add typing tests (#543) @NateRadebaugh
- Improve internal types, wire up TimeConstraints, write tests for onChange/time steps (#536) @NateRadebaugh
- test: Add onChange handler tests (#525) @NateRadebaugh
- Add tests to navigate prev/next for days/months/years (#524) @NateRadebaugh
- Add a number of tests for switching modes/selecting date/times. (#523) @NateRadebaugh
- Simplify dev/docs by moving from example app to storybook (#378) @NateRadebaugh
- Update tsdx to latest version. Update scripts/paths to dist files. (#192) @NateRadebaugh