Skip to content

Releases: facelessuser/ColorHelper

ST3 1.3.0

05 Dec 22:45

Choose a tag to compare

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 rebeccapurple to the webcolor names.
  • Added better rgb and rgba support: 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 #AARRGGBB instead 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

22 Nov 14:54

Choose a tag to compare

Fixes

  • Remove project commands that do nothing

ST3 1.2.0

22 Nov 02:46

Choose a tag to compare

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_picker setting.
  • 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

20 Nov 05:20

Choose a tag to compare

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->ColorHelper in the menu.
  • Support for the SCSS package added.

ST3 1.0.3

18 Nov 05:37

Choose a tag to compare

Fixes

  • Use dependency that does not clash
  • Add more scope support for POST CSS

ST3 1.0.2

17 Nov 03:41

Choose a tag to compare

Fixes

  • typo in code where view_window should have been view.window

ST3 1.0.1

15 Nov 01:16

Choose a tag to compare

Fixes

Markdown dependency needs to not clash with default Markdown package. Renamed to python-markdown.

ST3 1.0.0

13 Nov 05:48

Choose a tag to compare

Initial release.