Skip to content

Releases: nhn/tui.date-picker

v4.0.1

17 Sep 09:54
Compare
Choose a tag to compare

Enhancement

  • 62b1012 Chore: apply eslint, prettier
  • 62b1012 Chore: update devDependencies

Documentation

v4.0.0

06 Aug 08:10
Compare
Choose a tag to compare

Features

Bug Fixes

  • ac6d6ce Fix: separate the calendar and timepicker containers (#43)

Breaking Changes

  • In v4.0.0, jQuery is removed. It might cause other components to fail if they pass a jQuery object as a container. See the detail here.

v3.3.4

08 Jul 02:43
Compare
Choose a tag to compare

Bug Fixes

  • b33124f Fix: resolve tracking GA option inside using tui-time-picker

v3.3.3

01 Apr 07:00
Compare
Choose a tag to compare

Changed

  • #28 change company name

v3.3.2

26 Mar 02:13
Compare
Choose a tag to compare

Fixed

  • #26 When click the input box on your mobile browser, click and touchend event occur concurrently

v3.3.1

12 Feb 09:32
Compare
Choose a tag to compare

Feature

  • Apply to new design of documents.

v3.3.0

08 Feb 01:21
Compare
Choose a tag to compare

Add

  • The setType api

    datepicker.setType('month');

v3.2.1

07 Dec 09:20
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the changeLanguage method was used but the format was not reflected in the changed language.

Changed

  • Improved ga hostname collection method. (From tui-code-snippet version v1.5.0)

v3.2.0

17 Apr 07:26
Compare
Choose a tag to compare

Add

  • The changeLanguage api

    datepicker.changeLanguage('ko');

v3.1.0

03 Apr 12:29
Compare
Choose a tag to compare

Add

  • The usageStatistics option
    • send hostname to google analytics [default value is true]