Skip to content

Releases: nhn/tui.color-picker

v2.2.8

14 Jun 07:35
Compare
Choose a tag to compare

Bug Fixes

  • 263cbb2 Fix: slider works properly when the size changed (#68)

Documentation

  • 076334d Docs: correct grammar of readme.md (#54)
  • d75c1db Docs: rename corp name to nhn cloud (#62)

Downloads

v2.2.7

18 Jun 07:22
Compare
Choose a tag to compare

Enhancement

  • 049742d env: remove edge in karma browser (#39)
  • 5915766 chore(deps): update dependencies (#48)
  • ccac543 chore: update github docs
  • 0518128 chore: change tui-code-snippet to devDependency
  • b85e8d1 chore(deps): update dependencies (#49)
  • a1e8a5c chore: api examples to es6 (#50)
  • e79c52e chore: migrate tests from karma to jest (#52)

Documentation

  • c672f1f Docs: fix typo in commit_message_convention.md

Downloads

v2.2.6

09 Jan 02:29
Compare
Choose a tag to compare

Enhancement

  • 6875715 Refactor:update tui-code-snippet@2.2.0 (#25)
    • tui-code-snippet has been included in the bundle files.

Downloads

v2.2.5

07 Nov 07:16
Compare
Choose a tag to compare

v2.2.4

17 Sep 09:17
Compare
Choose a tag to compare

Enhancement

Documentation

v2.2.3

03 Apr 00:31
Compare
Choose a tag to compare

changed

  • Change company name(nhnent -> nhn)

v2.2.2

13 Feb 12:12
Compare
Choose a tag to compare

Feature

  • Apply to new design of documents.

v2.2.1

13 Dec 02:41
Compare
Choose a tag to compare

Features

  • 4681dfe chore: update code-snippet to v1.5.0 for GA (#11)

v2.2.0

02 May 08:08
Compare
Choose a tag to compare

Improved

  • Blank values in the preset option have been improved to display as unselected colors.
var colorpicker = tui.colorPicker.create({
      container: document.getElementById('color-picker'),
      preset: [
          '#181818',
          '',
          '#282828',
          ...
      ],
});

v2.1.0

13 Apr 13:42
Compare
Choose a tag to compare

Features

  • 17473ea Feat: update documents (close #5)
  • 87718e0 Feat: update README.md for formatting (close #6)
  • 6746ada Feat: send hostname

Documentation

  • ab1a7b8 Docs: update year of license
  • 89d3e2e Docs: add install via CDN guide