Skip to content

Releases: borela/naomi

v3.4.5

20 Feb 23:42
Compare
Choose a tag to compare

FJSX15 -> JavaScript

  • Use generic name to enable support for external plugins;
  • Simplify recursion patterns to catch edge cases in arrow functions and destructuring;
  • Allow comments after extends;
  • Fix #68

CSS3 -> CSS

  • Use generic name to enable support for external plugins;
  • Fix calc expressions;
  • Fix custom properties;

v3.4.4

19 Feb 14:20
Compare
Choose a tag to compare

FJSX15

  • Fix #66 caused by methods having higher priority than properties;

v3.4.3

19 Feb 07:21
Compare
Choose a tag to compare

FJSX15

  • Change extension priority;

v3.4.2

19 Feb 04:35
Compare
Choose a tag to compare

FJSX15

  • Fix styled components;

HTML5

  • Allow empty string on event handlers;

v3.4.1

19 Feb 01:17
Compare
Choose a tag to compare

FJSX15

  • Fix loop regression;

v3.4.0

19 Feb 00:48
Compare
Choose a tag to compare

FJSX15

  • Integrate with the core syntaxes;
  • Remove special cases for React variables;

CSS3

  • Normalize scopes;
  • Integrate with the core syntaxes;
  • Highlight @page and @viewport;
  • Highlight media query expressions e.g.: @media only screen and (min-width >= 320px) ;
  • Enhance at rules;

HTML5

  • Normalize scopes;
  • Simplify the syntax;

v3.4.0-beta

18 Feb 23:19
Compare
Choose a tag to compare
v3.4.0-beta Pre-release
Pre-release

FJSX15

  • Integrate with the core syntaxes;

CSS3

  • Normalize scopes;
  • Integrate with the core syntaxes;
  • Highlight @page and @Viewport;
  • Highlight media query expressions e.g.: @media only screen and (min-width >= 320px) ;
  • Enhance at rules;

HTML5

  • Normalize scopes;
  • Simplify the syntax;

v3.3.9

14 Feb 22:57
Compare
Choose a tag to compare

JSX

  • Change the root scope to enhance support for external plugins.

v3.3.8

13 Feb 14:04
Compare
Choose a tag to compare

FJSX15

  • Simplify expressions further and fix regression.

v3.3.7

13 Feb 13:16
Compare
Choose a tag to compare

FJSX15

  • Fix operators after closing parenthesis #62