Releases: nhn/tui.color-picker
Releases · nhn/tui.color-picker
v2.2.8
14 Jun 07:35
Compare
Sorry, something went wrong.
No results found
Bug Fixes
263cbb2 Fix: slider works properly when the size changed (#68 )
Documentation
Downloads
v2.2.7
18 Jun 07:22
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v2.2.4
17 Sep 09:17
Compare
Sorry, something went wrong.
No results found
Enhancement
Documentation
v2.2.3
03 Apr 00:31
Compare
Sorry, something went wrong.
No results found
changed
Change company name(nhnent -> nhn)
v2.2.2
13 Feb 12:12
Compare
Sorry, something went wrong.
No results found
Feature
Apply to new design of documents.
v2.2.1
13 Dec 02:41
Compare
Sorry, something went wrong.
No results found
Features
4681dfe chore: update code-snippet to v1.5.0 for GA (#11 )
v2.2.0
02 May 08:08
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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