This repository was archived by the owner on Sep 4, 2026. It is now read-only.
Releases: nhn/tui.date-picker
Releases · nhn/tui.date-picker
Release list
v3.0.0
Major version update
- Naming change
- APIs change
- Separating TimePicker component
- New branches
- Using npm
You must refer to the migration guide for new version.
v2.1.0
Features
- DateRange-picker - Example
- New apis
- setInput(input,
options) --options: {syncFromInput, format} - removeRange(start, end,
type) --type: null, 'date', 'month', 'year' - findOverlappedRange
- addCssClass
- removeCssClass
- isDisabled
- setInput(input,
Fix
- Range/RangeModel Bugs
Refactor
- Range, RangeModel
- CSS
v2.0.0
Major changes
- Merge calendar component
- Remove dependency - tui-component-calendar
- New design
- Optional input element
- Type('date', 'month', 'year') api
- Locale-texts
- Wiki - https://github.com/nhnent/tui.component.date-picker/wiki
1.6.0
Feature
- Enable initial blank date.
- (Constructor option)
date: 'blank'
- (Constructor option)
- Leave it blank if the initial date is not in selectable range.
Fix
- The layers of year, month and date can be opened on the 'mm-dd' format.
- The year can be selected even when selectable range doesn't have every "month" of a year.
ex) "year 2015" is selectable in selectable range of 2015/03 ~ 2015/04 which doesn't cover every 12 months of 2015. - The month can be selected even when selectable range doesn't have every "day" of a year.
ex) "month 03" is selectable in selectable range of 2013/03/03 ~ 2015/03/20 which doesn't cover every 31 days of March, 2015.
Chore
- Gulp -> Webpack
- Update ESLint
1.5.1
Bug Fix
- Bug : When the initial
dateset 31, the date of the previous or next month having under 30 days is not selected.
1.5.0
- Update Feature
- When using TimePicker and set
showMeridianoption, the user can select meridiem on container. (Meridiem is AM or PM) - When the original hour set between 0 to 11 on TimePicker,
AMis selected. - When the original hour set between 12 to 23 on TimePicker,
PMis selected. - When the meridiem is changed, the original hour set 12 hour clock.
- When using TimePicker and set
- Bug Fix
- When using the meridiem and the midnight(
00:00) time set, the hour display12:00 AM.
- When using the meridiem and the midnight(
1.4.0
- Update Dependency File :
tui.component.calendarv1.2.0 - Update Features
- Add the year & month layer to pick date. (When clicking the title on calendar view, each layer is shown)
- The toggling opener is changed to default feature. (When clicking the opener, the already opened layer is closed)
- When picking the specific date, the layer is closed.
- The
dateFormoption is changed todateFormatto clarify. ( Enabled to usingdateFormoption in this updated version yet)
- Add API
enable: Public API to make picker and opener enabled.disable: Public API to make picker and opener disabled. (Adddisabledclass name on picker and opener element for disable state)#pick: Custom event to fire after picking date on the layer
- Bug Fix
- When
setDateAPI is called with already picked date,updatecustom event is not fired. - When
posoptions set0value, the positions apply well.
- When
- Sample pages are updated.
1.3.1
1.3.0
Feature
- Add
parentElementoption - Add
enableSetDateByEnterKeyoption - Add
setElementmethod - Add
setRangesmethod