Skip to content

Releases: facelessuser/ColorHelper

ST3 6.0.3

12 Aug 02:04
Compare
Choose a tag to compare

6.0.3

  • FIX: Fix registration of color spaces in custom color objects.

ST3 6.0.2

10 Aug 01:17
Compare
Choose a tag to compare

6.0.2

  • FIX: Fix issue where default, dynamic color class wasn't always
    properly.

st3-6.0.1

09 Aug 12:21
Compare
Choose a tag to compare

6.0.1

  • FIX: Fix absolute import reference that should have been relative.

ST3 6.0.0

08 Aug 17:32
Compare
Choose a tag to compare

6.0.0

WARNING: We finally made it to a stable coloraide 1.x.x release,
but some more unforeseen changes had to be made. This has been a long
road to get the underlying color library to a stable state.

  • User created custom plugins may need refactoring again, but most
    should be unaffected.
  • If you tweaked the newadd_to_default_spaces, please compare against
    the default list as some plugins were renamed and user settings may
    need to get updated. Color space plugins that do not properly load
    should show log entries in the console.
  • NEW: Upgraded to the stable coloraide 1.1. This should hopefully
    eliminate API churn as it is now a stable release.
  • NEW: Log when default color space loading fails.
  • FIX: Fix color picker slider issue.

ST3 5.0.1

03 Aug 01:30
Compare
Choose a tag to compare

5.0.1

  • FIX: Fix issue with Sublime ColorMod.

ST3 5.0.0

13 Jul 03:26
Compare
Choose a tag to compare

5.0.0

BREAKING CHANGE: Newest coloraide was updated. It is approaching
a 1.0 release. In the path to a 1.0 release some refactoring and
reworking caused custom color classes to break. All internal color
classes should be fine, but any users that created custom local
color classes will need to update the color classes and color spaces
to work with the latest version.

  • NEW: Upgrade to latest coloraide.
  • NEW: Many new color spaces have been added and can optionally
    be included via the new add_to_default_spaces option. Some that
    were available previously are no longer registered by default.
    See add_to_default_spaces in the settings file to enable more
    spaces. A restart of Sublime Text is required when changing this
    setting.
  • NEW: Add new add_to_default_spaces which allows a user to add
    NEW color spaces to the default color space so that the new spaces
    can be saved and recognized in palettes and other areas of ColorHelper.
    Modifying this setting requires a restart of Sublime Text. Custom
    color classes should only be used to modifying previously added
    color spaces to add to recognized input and output formats.

ST3 4.3.1

12 Apr 18:48
Compare
Choose a tag to compare

4.3.1

  • NEW: Upgrade underlying coloraide library to fix a color parsing
    bug.

ST3 4.3.0

06 Apr 01:36
e0e8085
Compare
Choose a tag to compare

4.3.0

  • NEW: Upgrade coloraide, along with various improvements brings
    the new HSLuv color space.
  • NEW: New coloraide enforces the old Lch gamut mapping as some
    issues with the CSS recommended Oklch were discovered.
  • NEW: Add HSLuv based color picker. Can be enabled in the settings.

ST3 4.2.0

20 Feb 00:36
Compare
Choose a tag to compare

4.2.0

  • NEW: Upgrade coloraide library which brings back color mapping
    mapping in CIELCH. While interpolation is great in Oklab/Oklch, gamut
    mapping with chroma reduction in Oklch has some less desirable corner
    cases. Using Oklch is in the early stages in the CSS Color Level 4 spec
    and there needs to be more time for this to mature and be tested more.
  • NEW: oklab() and oklch() CSS format is now available. This form
    is based on the published CSS Level 4 spec and requires lightness to be
    a percentage. In the future, it is likely that percentages will be
    optional for lightness and could even be applied to some of the other
    components, but currently, such changes are in some early drafts and
    not currently included in ColorHelper.

ST3 4.1.1

14 Jan 23:09
29012af
Compare
Choose a tag to compare

4.1.1

  • FIX: Fix palette update logic that would not properly format the
    version.