Skip to content

Releases: joshpeng/Sublime-Babel-VSCode

v0.2.10

05 May 19:55
Compare
Choose a tag to compare
  • Fixed #30. Support "<></>" React.Fragment short syntax. Thanks @brneto

v0.2.9

25 Sep 00:33
Compare
Choose a tag to compare
  • Default JSX single-line comments to block commenting
  • Fixed #26. Emmet expansion inside nested tags not working

v0.2.7

02 Sep 04:32
Compare
Choose a tag to compare
  • Fixed #11. JSX embedding comments should now work.

v0.2.6

29 Jun 01:55
Compare
Choose a tag to compare
  • Fixed #21. Color highlighting within arrow functions were inconsistent
  • Fixed #20. Support auto-indent of embedded HTML elements
  • Fixed #16. Support backticks as an auto closing pair
  • Fixed missing embedded languages for JSX tags

v0.2.5

23 Apr 19:13
Compare
Choose a tag to compare
  • Added support for jsdoc and swagger jsdoc. Thanks @duyluonglc.
  • Fixed #8. 'storage.modifier' detection for 'static' keyword was incorrect

v0.2.4

10 Jan 22:51
Compare
Choose a tag to compare
  • Fixed #1, #4. ES6 arrow functions colored properly
  • Updated for VSCode 1.9's new token flattening

v0.2.3

09 Dec 00:15
Compare
Choose a tag to compare
  • Fixed README typos

v0.2.2

30 Oct 18:13
Compare
Choose a tag to compare
  • Updated README instructions and links

v0.2.1

24 Oct 01:28
Compare
Choose a tag to compare
  • Streamlined installation for JSX. No longer need to manually select language mode.

v0.2.0

23 Oct 10:26
Compare
Choose a tag to compare
  • Added regex support
  • Significantly improved scope assignment to match Sublime's