Skip to content

Releases: babel/babel-sublime

v11.2.0

10 May 15:16
Compare
Choose a tag to compare

Update to JS Custom 4.3.0, including:

  • A rewritten Styled Components syntax compatible with the latest core CSS syntax. (#427)
  • Many fixes and improvements from the core JavaScript syntaxes.

v11.1.1

10 Nov 15:10
Compare
Choose a tag to compare

Update to JS Custom 4.2.2, including the following fixes:

v11.1.0

01 Nov 16:52
Compare
Choose a tag to compare

Version 11.1 brings Babel fully up to date with JS Custom 4.2, including a large number of improvements from the core JavaScript package and from JS Custom.

The old Styled Components syntax definition has been replaced by a new one that directly extends the core CSS syntax (using Sublime 4's syntax extension feature). The highlighting is much more like the core CSS syntax and offers several new and improved features, including line comments.

There are also a large number of minor fixes and enhancements. For a full listing, see the JS Custom release notes (versions 4.1–4.2).

v11.1.0-rc.1

29 Oct 14:25
Compare
Choose a tag to compare
v11.1.0-rc.1 Pre-release
Pre-release

Based on JS Custom v4.2.0-rc.1.

v11.1.0-beta.2

27 Oct 20:00
Compare
Choose a tag to compare
v11.1.0-beta.2 Pre-release
Pre-release

Based on a prerelease version of JS Custom 4.2.

v11.1.0-beta.1

03 Jul 22:12
Compare
Choose a tag to compare
v11.1.0-beta.1 Pre-release
Pre-release

Based on a prerelease versions of JS Custom 4.1.

Highlights:

  • The Styled Components syntax definition has been totally rewritten as an extension of the core CSS syntax. Highlighting may differ from the old Styled Components definition. This should fix #364 and various other problems with Styled Components highlighting.
  • Flow support is improved, including support for function type arguments. Flow comment directive support has been removed.
  • Object keys that are not bare keys will no longer be marked as unquoted strings. (#414)

v11.0.2

22 Jun 14:53
Compare
Choose a tag to compare

A better fix for #413.

v11.0.1

21 Jun 19:29
Compare
Choose a tag to compare

Fix bug in parsing Flow return types in arrow functions. (#413)

v11.0.0

21 Jun 17:12
b0e1c62
Compare
Choose a tag to compare

Version 11 features significantly improved highlighting using new features from Sublime Text 4. Highlights include:

  • Recognition of multiline arrow function parameter lists. (#340)
  • Better commenting in JSX. (#390)

v11.0.0-beta.1: Merge pull request #404 from babel/asi-block-comment-fix

04 May 18:00
db1e8de
Compare
Choose a tag to compare

Initial beta release of v11 for ST4.