Skip to content

Releases: dokozero/okcolor

okcolor@11.0

Choose a tag to compare

@dokozero dokozero released this 29 Apr 07:44
  • Updated UI to the latest Figma UI3
  • Updated auto-detection of file color profile
  • Added square render for OkLCH (relative chroma on the x-axis)
  • Added lightness and relative chroma updates with arrow keys in color picker
  • Added hue updates with scroll wheel / trackpad in color picker
  • Added support for math operations in inputs
  • Deprecated OkHSL and OkHSV (still supported but not recommended)
  • Fixed some render issues in Safari (color picker and slider handlers)
  • Removed support for Ctrl key in color picker (only Shift is supported now)
  • Updated Shift step value to 5 in color picker and inputs for consistency
  • Added support for pasting oklch() value with decimal lightness (0 to 1, e.g. oklch(0.58 0.1776 259.41))
  • Fixed current gamut value not updating when changing hue
  • Updated code dependencies

okcolor@10.0

Choose a tag to compare

@dokozero dokozero released this 19 Nov 16:25
  • 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

okcolor@9.0

Choose a tag to compare

@dokozero dokozero released this 15 Oct 09:16
  • 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)

okcolor@6.0

Choose a tag to compare

@dokozero dokozero released this 09 Oct 13:41
  • 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)

okcolor@5.0

Choose a tag to compare

@dokozero dokozero released this 19 Aug 09:34
  • Faster render for color picker (from ~25ms to ~1.5ms), thanks to @freydev.
  • Better resolution for OkLCH color picker, thanks to @freydev.

okcolor@4.0

Choose a tag to compare

@dokozero dokozero released this 07 Aug 07:51
  • 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

okcolor@3.0

Choose a tag to compare

@dokozero dokozero released this 21 Jun 09:44
  • 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.

okcolor@2.0

Choose a tag to compare

@dokozero dokozero released this 21 Jun 09:44
  • 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)

okcolor@1.0

Choose a tag to compare

@dokozero dokozero released this 21 Jun 09:43

First version.