All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Upgraded dependencies to improve security
- Fixed
MonthPicker
to correctly forward the value toMonthInput
.
- Updated the storybook to properly maintain state for a better demo experience.
- Added components
MonthPicker
,MonthInput
, andMonthCalendar
that allow for month selection.
- Changed all components to leave the part of the date that they do not change the same. So a time picker does not change the date and a date picker does not change the time.
0.4.10 - 2020-09-10
- Added support for
noPopup
prop to all picker components.
0.4.9 - 2020-08-28
- Added support for
disabled
toDateRangePicker
andTimeRangePicker
.
0.4.8 - 2020-07-30
- Changed open/close of calendar/clock to be more tightly coupled to the focus state of the input.
0.4.7 - 2020-07-14
- Fix issue with onChange in
DateInput
.
0.4.6 - 2020-07-14
- Added support for more formats for smart typing in
DateInput
.
0.4.5 - 2020-07-14
- Fixed some issues with date format pipes in
DateInput
.
0.4.4 - 2020-07-14
- Make
DateInput
support smart typing validation for certain date formats.
0.4.3 - 2020-01-20
- Make
TimeInput
inherit fromDateInput
.
0.4.2 - 2020-01-09
- Fixed issue in clock where AM/PM would not work correctly.
0.4.1 - 2020-01-09
- Fixed issue in clock where minutes would display as 60 instead of 0.
0.4.0 - 2020-01-09
- Added
TimeInput
,TimePicker
andTimeRangePicker
.
0.3.1 - 2019-11-28
- Fixed initial state for
typeValue
inDateInput
0.3.0 - 2019-11-27
- Add the ability to type to
DatePicker
andDateRangePicker
.
0.2.0 - 2019-07-24
- Add
WeekPicker
component.
- Change usage of
week.number
translation key to receive argumentweek
instead ofweekNumber
.
0.1.5 - 2019-07-23
- Add
onWeekSelect
property toDatePicker
to determine what should happen when someone selects a week in theDatePicker
.
0.1.4 - 2019-07-04
- Add
includeWeeks
property to bothDatePicker
andDateRangePicker
for displaying week numbers to the calendar. ForDateRangePicker
this week number can also be clicked to select this week as your range.
0.1.3 - 2019-06-13
- Add fluid property to
DatePicker
and always enable it when it is inside a Semantic UI Form.
0.1.2 - 2019-06-04
- Fix
configureTranslation
so that it actually does what it says it does.
0.1.1 - 2019-06-04
- Make
DateRangePicker
always fluid when it is inside a Semantic UI Form.
0.1.0 - 2019-05-23
- First version of this project.