Releases: babel/babel-sublime
v11.2.0
v11.1.1
Update to JS Custom 4.2.2, including the following fixes:
- Fix a bug where Flow would misinterpret certain expressions as type arguments. (#418, Thom1729/Sublime-JS-Custom#131)
- Highlight Styled Component elements with generic type arguments as tagged templates. (Thom1729/Sublime-JS-Custom#130)
v11.1.0
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
Based on JS Custom v4.2.0-rc.1.
v11.1.0-beta.2
Based on a prerelease version of JS Custom 4.2.
v11.1.0-beta.1
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
v11.0.1
v11.0.0
v11.0.0-beta.1: Merge pull request #404 from babel/asi-block-comment-fix
Initial beta release of v11 for ST4.