Releases: facelessuser/ColorHelper
Releases · facelessuser/ColorHelper
ST3 1.3.0
ColorHelper 1.3.0
New
- Color preview will now show transparent colors with and without transparency.
- Transparent colors can now be stored and showed in palettes.
- Specifying files for scanning has been reworked and is now more flexible. Read docs for more info.
- Color Helper no longer has preferred formats when inserting. It will always prompt the user for their desired input format.
- Added CSS4's
rebeccapurpleto thewebcolornames. - Added better
rgbandrgbasupport: percentage format, decimal format (CSS4), percentage alpha (CSS4). - Added support for alpha channel as percentage for
hsla(CSS4). - Clamp color channel values out of range.
- Support CSS4
gray,hwb, and hex values with alpha channels. - Option to read hex with alpha channel as
#AARRGGBBinstead of#RRGGBBAA. - Option to compress hex values if possible on output:
#334455-->#345. - Can disable auto-popups if desired.
- Insert options now are now more dynamic and only show valid options for the current view.
- Anything else I might have missed.
ST3 1.2.1
Fixes
- Remove project commands that do nothing
ST3 1.2.0
ColorHelper 1.2.0
New
- Color picker will appear in palette panel if no color info panel is
allowed. - Added "supported_syntax_incomplete_only" for incomplete colors that
may not yet be scoped within a valid scope due to being incomplete. - In the color picker, instead of the select link, you now must choose the css format to insert via the corresponding
>>>link. - Add alternate rectangular color picker look. You can use the new form by disabling the hex color picker look via the
use_hex_color_pickersetting. - Added new CSS Color Name picker (available in the color picker).
Fixes
- When manually forcing the popup via the command palette, the tooltip was getting closed. ColorHelper is now aware of manual and auto popup tooltips and will only auto close the auto popups when ignored while typing.
ST3 1.1.0
New
- Color picker built into the tooltips (optionally can be overridden with ColorPicker Package's color picker). See documentation for more info.
- Graphic sizes are now configurable in settings.
- Color tooltip used to popup up when a user started to type a color, cut would stay open even when the user ignored it. Now it will auto close in this scenario.
- Settings are accessible via
Preferences->Package Settings->ColorHelperin the menu. - Support for the SCSS package added.
ST3 1.0.3
Fixes
- Use dependency that does not clash
- Add more scope support for POST CSS
ST3 1.0.2
Fixes
- typo in code where
view_windowshould have beenview.window
ST3 1.0.1
Fixes
Markdown dependency needs to not clash with default Markdown package. Renamed to python-markdown.
ST3 1.0.0
Initial release.