Skip to content

Releases: nhn/tui.date-picker

v4.3.3

03 Jan 01:54
Compare
Choose a tag to compare

Chore

Downloads

Full Changelog: v4.3.2...v4.3.3

v4.3.2

23 Nov 06:52
Compare
Choose a tag to compare

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

30 Sep 07:22
Compare
Choose a tag to compare

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

12 Aug 04:37
Compare
Choose a tag to compare

Features

  • e7f28c9 Feat: set date to today by click today text(fix #87) (#88)

Downloads

v4.2.2

08 Jul 09:28
Compare
Choose a tag to compare

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

01 Jul 09:46
Compare
Choose a tag to compare

Bug Fixes

  • 7042892 Fix: consider time range on date range picker (fix #51) (#84)

Enhancement

Downloads

v4.2.0

18 Mar 06:07
Compare
Choose a tag to compare

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

07 May 12:42
Compare
Choose a tag to compare

Features

  • Support TypeScript declaration file

Documentation

Downloads

v4.0.3

20 Dec 01:49
Compare
Choose a tag to compare

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

20 Sep 02:30
Compare
Choose a tag to compare

Bug Fixes

  • bd2818a Fix: DateRangePicker with TimePicker (fix #49)