Releases: dokozero/okcolor
Releases · dokozero/okcolor
Release list
okcolor@11.0
- 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
- 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
- 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
- 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
okcolor@4.0
- 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
- 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
- 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)