Releases: rnwonder/solid-date-picker
Releases · rnwonder/solid-date-picker
v1.4.7
v1.4.3
v1.3.8
v1.3.5
What Changed
- Added close function to
PickerRenderJSXwhich can be called to close the picker
calendarLeftAreaJSX={({ close }) => (
<div>
<button onClick={close}>close</button>
</div>
)}- Completed Internationalization, locale value effect is now seen across the picker
- Added a new props
yearSelectorCountandmonthSelectorTopLabel. See what they do here
v1.2.8
What Changed
-
Integrated
@rnwonder/simple-datejslibrary -
Bug fixes
-
Breaking Changes
-
The library's css is no longer imported by default
-
You will have to import yourself
import '@rnwonder/solid-date-picker/dist/style.css'
v1.2.7
v1.2.0
-
Breaking Changes
DatePickerStandAlone now called Calendar. PickerAloneValue type now called CalendarValue Check it out
Other Changes
- Added new month and year selector types and set it as the default
monthSelectorType="full-size"andyearSelectorType="full-size". The old one is still available asmonthSelectorType="compact-dropdown"andyearSelectorType="compact-dropdown". Check it out
v1.0.0
Breaking Changes
- Imports for utils, DateMath, TimePicker and all other components have been moved to individual files. To improve solid start use. Check them out in Installation, Utilities, or DateMath
Other Changes
-
Library default colors changed to more neutral colors.
-
Time picker component bug fixes. Still in beta, but it's more stable
-
Bug fixes on other components, YearSelector, MonthSelector, Popover, RnPortal and DatePickerStandAlone
-
Added clickOutside function to Utilities
-
Simplify Datepicker and TimePicker setup. No longer compulsory to pass value and setValue