Releases: dokozero/okcolor
Releases · dokozero/okcolor
[email protected]
- 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]
- 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]
- 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]
[email protected]
- 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]
- 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]
- 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]
First version.