Skip to content

Latest commit

Β 

History

History
417 lines (253 loc) Β· 15 KB

CHANGELOG.md

File metadata and controls

417 lines (253 loc) Β· 15 KB

v3.0.8 (2015-02-10)

⬆️ Dependencies Update

v3.0.7 (2015-02-09)

πŸ› Bug Fixes

  • Fix calling method on undefined marker (d58c511b, #64)

v3.0.6 (2015-02-03)

  • Upgrade pigments version. Includes fixes for #74)

v3.0.5 (2015-01-16)

πŸ› Bug Fixes

  • Fix deprecations on editor methods (8386e01e)

v3.0.4 (2015-01-14)

πŸ› Bug Fixes

  • Fix missing color search for restored text editors (f189b73d)
  • Prevent errors in markers update when res is null (cfe9dbfa)
  • Fix remaining deprecations (36179390)

v3.0.3 (2015-01-07)

πŸ› Bug Fixes

  • Fix error raised when closing an editor (f9914482)

v3.0.2 (2015-01-05)

πŸ› Bug Fixes

  • Fix colors marker not rendered when editor is not active when opened (5f291f66)

v3.0.1 (2015-01-03)

  • Add missing CHANGELOG entries for v3.0.0.

v3.0.0 (2015-01-03)

  • The major changes in v3.0.0 concerns the view appended to the DOM. Now views are handled through custom elements instead of space-pen views.

v2.0.16 (2014-12-31)

πŸ› Bug Fixes

  • Fix marker display issue when scrolling (01aba50e)

v2.0.15 (2014-12-30)

πŸ› Bug Fixes

  • Fix broken update check method (f1f9c992)
  • Fix remaining deprecations (c186b932)

v2.0.14 (2014-12-02)

πŸ› Bug Fixes

  • Fix palette event deprecation (7e905df5)

v2.0.13 (2014-11-30)

πŸ› Bug Fixes

v2.0.12 (2014-11-28)

πŸ› Bug Fixes

  • Fix error raised when closing the last editor of a pane (8ee359eb)

v2.0.11 (2014-11-27)

πŸ› Bug Fixes

v2.0.10 (2014-11-26)

πŸ“¦ Dependencies

  • Upgrade to pigments v3.0.4.

v2.0.9 (2014-11-26)

πŸ› Bug Fixes

v2.0.8 (2014-11-25)

πŸ› Bug Fixes

  • Change how finder package is required in models (147647a2)

v2.0.7 (2014-11-25)

πŸ“¦ Dependencies

  • Upgrade to pigments v3.0.3.

v2.0.6 (2014-11-17)

πŸ“ Documentation

  • Add a more detailed description of the excludedGrammars setting.

v2.0.5 (2014-11-14)

πŸ› Bug Fixes

  • Rebuild markers on editor config changes (845b8d65, #32)
  • Fix region styles when shadow DOM is enabled (06c0f4e2)

v2.0.4 (2014-10-22)

πŸ› Bug Fixes

  • Fix broken access to scope in latest Atom (ffb4468d)

v2.0.3 (2014-10-15)

πŸ› Bug Fixes

  • Fix issue with variable names in pigments (51e4a719)

v2.0.2 (2014-10-14)

πŸ› Bug Fixes

  • Fix access to a removed private method (f12d0a2f)

v2.0.1 (2014-10-14)

πŸ› Bug Fixes

v2.0.0 (2014-10-14)

✨ Features

  • Add a setting to exclude specified grammar from highlighting (724ff88a)
    By setting a list of grammar scopes in the excludedGrammars setting, the corresponding files won’t display any color highlights.

πŸ› Bug Fixes

  • Fix deprecations (6a80af02)
  • Fix atom freeze when canceling big multiple selections (10fb9bfa)

v1.0.5 (2014-10-03)

πŸ› Bug Fixes

  • Fix broken dot marker update since API changes (a9b97049)

v1.0.4 (2014-09-18)

πŸ› Bug Fixes

  • Fix aliased color at n+2 not detected (6f446e79)

🐎 Performances

  • Prevent works when no markers was found (352c9cf1)

v1.0.3 (2014-09-16)

πŸ› Bug Fixes

  • Fix deprecated method calls on markers (040475c8)
  • Fix deprecated method calls (bfcc4a90)

v1.0.1 (2014-08-04)

πŸ› Bug Fixes

  • Fix warning due to deprecated prefixed function (49bd8c6e)

v1.0.0 (2014-08-04)

✨ Features

  • Add support of pigments 2.0.0 and Atom 0.120.0 (78d0db5f)

πŸ› Bug Fixes

  • Fix invalid layout when adding removing a color in a line (a185707c)

v0.19.4 (2014-07-30)

πŸ› Bug Fixes

  • Fix missing match when a color is followed by a class selector (8c482feb)

v0.19.3 (2014-07-21)

πŸ› Bug Fixes

v0.19.2 (2014-07-21)

πŸ› Bug Fixes

v0.19.1 (2014-07-20)

πŸ› Bug Fixes

  • Fix creating markers for invalid colors (dc204b98)

v0.19.0 (2014-07-20)

✨ Features

  • Implement masking markers present in strings (7691338b)
  • Add support for variables in color functions (abe33/pigments@ee67434a)

    Includes:
    • Any parameter can now be a variable
    • Any missing variable will mark the color as invalid

v0.18.0 (2014-07-18)

πŸ› Bug Fixes

  • Fix sass method parsed as css color function (eced697f, #21)

v0.17.0 (2014-07-16)

✨ Features

πŸ› Bug Fixes

  • Fix z-index issues with popover lists (ea13b1d1, #17)
  • Fix missing getBufferRange method on dot markers (4d25639b, #19)

v0.16.0 (2014-07-11)

✨ Features

  • Implement masking markers present in comments (cb4d5529, #16)
  • Implement dot markers on end of lines (98d7e33d, #11)

v0.15.0 (2014-07-10)

✨ Features

  • Add Travis CI setup (38bbaf09)
  • Implement highlight update on palette refresh (a0aa45f6)

πŸ› Bug Fixes

  • Fix views and models access by editors on react (3f0c77eb)

v0.14.0 (2014-06-03)

✨ Features

  • Add screenshot for live update feature (259574ea)
  • Add live update of colors derived of a variable from same file (6ab0d54a)
  • Implement support for color provided by pigments during scan (dedf26ff)
    It enables parsing of colors using variables defined in the same file.

0.13.4 (2014-05-29)

πŸ› Bug Fixes

0.13.3 (2014-05-29)

πŸ› Bug Fixes

  • Fix broken view when react editor is enabled (4be2c7b3)

0.13.1 (2014-05-14)

πŸ› Bug Fixes

  • meta: updates CHANGELOG with latest changes

0.13.0 (2014-05-14)

πŸ› Bug Fixes

  • markers: handles properly declarations that spans on several lines (349ada974e, #8)

0.12.0 (2014-04-25)

✨ Features

0.11.1 (2014-04-16)

✨ Features

  • docs: updates the changelog

0.11.0 (2014-04-16)

✨ Features

  • dependencies: updates oniguruma version from 1.x to 2.x

0.10.0 (2014-04-16)

✨ Features

  • functions: adds support for the following color functions:
    • tint (stylus)
    • shade (stylus)
    • lighten
    • darken
    • transparentize
    • opacify
    • grayscale
    • saturate
    • desaturate
    • adjust-hue
    • invert
    • mix (sass/less)
    • fadein (less)
    • fadeout (less)
    • greyscale (less)

0.9.0 (2014-04-11)

✨ Features

  • expressions:
    • adds support for hsv and hsva expression
    • adds support for darken, lighten and transparentize functions

πŸ› Bug Fixes

  • expressions: previously hsl expressions was treated as in hsv color space

0.8.0 (2014-03-14)

πŸ› Bug Fixes

  • markers: fixes invalid marker position on update after grammar change (4f11759b, #2)