Skip to content

Releases: borela/naomi

v3.14.3

23 Mar 17:51
Compare
Choose a tag to compare

JS/JSX Comment toggle plugin

  • Fix #111 where an exclamation mark was being added to blank lines;

v3.14.2

22 Mar 15:21
Compare
Choose a tag to compare

JavaScript

  • Fix yield expected value; #110;

Jest Snapshot

  • Add support for Object {} and Array[] notation; #108;

v3.14.1

22 Mar 13:54
Compare
Choose a tag to compare

JavaScript

  • Add bail to jest properties and functions; Fix #107;

Flow

  • Make single parameter functions less greedy; Fix #109;

v3.14.0

22 Mar 01:59
Compare
Choose a tag to compare

Candyman

  • Minor updates to attribute colors;

JS/JSX Comment toggle plugin

  • Rewrite and cleanup;
  • Fix #102 and #105;

JavaScript

  • Add styled component API helpers #101;
  • Fix sub property tag not being highlighted near template string;

CSS

  • Enhance identifiers precision;
  • Add custom property sets;
  • Add ruleset nesting;
  • Add some missing constants;
  • Add custom media;
  • Add custom selector;
  • Add @nest;
  • Conditional groups are allowed to contain properties only;
  • Add blur, gray, hwb , image-set, repeat and minmax;
  • Add x and fr units;
  • Add matches;
  • Allow standalone attribute selector;
  • Enhance attribute selecto value matching for unquoted strings;
  • Add exclusive scopes to grid values #103;

v3.13.0

17 Mar 13:05
Compare
Choose a tag to compare

JavaScript

  • Add support for single line comments in styled components #100;

v3.12.3

17 Mar 12:14
Compare
Choose a tag to compare

JavaScript

  • Make destructuring key similar to object literals #98;
  • Fix interpolation in styled components #99;

v3.12.2

16 Mar 13:25
82751b2
Compare
Choose a tag to compare

JavaScript

  • Fix #96 where flow functions prevented the rest of interface/class body from being highlighted;

v3.12.1

15 Mar 17:52
Compare
Choose a tag to compare

JavaScript

  • Fix #95 By allowing expressions after new and typeof operators;

v3.12.0

09 Mar 18:21
Compare
Choose a tag to compare

General

  • Rebalance candyman colors to tone down JSX attributes color;

JSX

  • Add exclusive scopes to dangerouslySetInnerHTML, key and ref;

v3.11.0

09 Mar 14:21
Compare
Choose a tag to compare

JSX

  • Add shortcuts #93 and #94 that enhance emmet compatibility.