Releases: nhn/tui.date-picker
Releases · nhn/tui.date-picker
v4.3.2
Bug Fixes
- f53606b Fix: prev or next year button doesn't appear even though there are selectable years (#108)
- 02b16ea Fix: set incorrect time range on end date picker (#109)
- 4ea1b67 Fix: fire change event redundantly when time also changed (#110)
Documentation
Downloads
v4.3.1
Bug Fixes
- c1e1db4 Fix: cannot click meridiem radio button of timepicker (#90)
- 9de9f7c Fix: touch below element after touch today button in smartphone (#91)
Downloads
v4.3.0
Features
- e7f28c9 Feat: set date to today by click today text(fix #87) (#88)
Downloads
v4.2.2
Bug Fixes
- 7e2463c Fix: touch below element together in smartphone (fix #78) (#86)
- e148f88 Fix: fix weekstartday property when it is used with typescript (fix #82) (#83)
Downloads
v4.2.1
Bug Fixes
- 7042892 Fix: consider time range on date range picker (fix #51) (#84)
Enhancement
Downloads
v4.2.0
Features
- dddb9d2 Feat: add option to start on monday (#18) (#70)
- The
weekStartDay
option lets you start your week on any day of the week! ('Sun', 'Mon', ...)
// example
const calendar = DatePicker.createCalendar('#calendar-wrapper', {
...,
weekStartDay: 'Mon',
});
Downloads
v4.1.0
Features
- Support TypeScript declaration file
Documentation
Downloads
v4.0.3
Enhancement
- 7c14e85 Refactor: remove handlebars (#56)
tui-dom
has been removed from dependencies.
tui-code-snippet
has been updated to v2.2.0.
tui-code-snippet
has been included in the bundle files.
tui-time-picker
has been updated to v2.0.3.
Documentation
- 9e52ad8 Docs: fix jsdoc for private methods
Downloads
v4.0.2
Bug Fixes
- bd2818a Fix: DateRangePicker with TimePicker (fix #49)