Skip to content

Releases: dokozero/okcolor

[email protected]

19 Nov 16:25
Compare
Choose a tag to compare
  • Added contrast checking (ACPA and WCAG).
  • Added settings screen (#2) with these options:
    • Select decimal precision for OkLCH's H and L params
    • Toggle simplified chroma format
    • Select OKLCH inputs order
    • Toggle hardware acceleration
  • Added shortcut to toggle between fill and stroke
  • Persistence of lock toggles (when de-reselecting a shape)
  • Fixed rendering bug of color picker on specific hardware (#6, thanks to @qinyiyao for the help).
  • Fixed wrong color code format for OkHSV and OkHSL in color codes
  • Minor speed improvements
  • Better DX

[email protected]

15 Oct 09:16
Compare
Choose a tag to compare
  • Fixed WebGL sRGB render in Chrome and Safari (issue #6)
  • Reverted input select fix
  • Other minors fixes

(Note, we jumped from version 6 to 9 because I had to publish temps versions with same code to debug on Figma, and it automatically creates new versions, so we are on version 9 to be in sync with plugin page)

[email protected]

09 Oct 13:41
Compare
Choose a tag to compare
  • Added relative chroma feature for OkLCH
  • Same behavior for shift modifier for inputs in OkLCH (CSS)
  • Added 'Esc' key support in input fields
  • Higher decimal precision in OkLCH (CSS) with colors defined outside OkColor
  • Fixed other minor issues
  • Better DX (complete refactor for better code readability)

[email protected]

19 Aug 09:34
Compare
Choose a tag to compare
  • Faster render for color picker (from ~25ms to ~1.5ms), thanks to @freydev.
  • Better resolution for OkLCH color picker, thanks to @freydev.

[email protected]

07 Aug 07:51
Compare
Choose a tag to compare
  • Added OkLCH CSS notation choice
  • Added support to select file color profile
  • Added P3 color support for OkLCH
  • Added color code inputs with support to copy or update them
  • Adjusted spacing in UI to better match Figma's UI

[email protected]

21 Jun 09:44
Compare
Choose a tag to compare
  • Fixed shift key not working for inputs when mouse's pointer is outside of plugin's window.
  • Added a new playground file to better understand the plugin.

[email protected]

21 Jun 09:44
Compare
Choose a tag to compare
  • Added OkLCH color model
  • Added persistence of color model selection (if you restart the plugin and OkLCH was selected, it will still be when you restart)
  • Added Shift and Ctrl key modifier support (Shift to constrain X or Y movement and Ctrl to update value every 5 steps)
  • Better DX (usage of CuloriJS and better debug experience)
  • Fixed some minors bugs (see commits from GitHub's repo for details)

[email protected]

21 Jun 09:43
Compare
Choose a tag to compare

First version.