Skip to content

Releases: ris58h/WebCalm

0.11.1

12 Feb 03:58
Compare
Choose a tag to compare

Fixed

  • Highlight injected JS in script tag with type module.

0.11

22 Sep 10:19
Compare
Choose a tag to compare

Added

  • [JavaScript] References from querySelector, querySelectorAll, closest, matches and getElementById on elements with id.

Fixed

0.10

10 Jul 11:19
Compare
Choose a tag to compare

Added

  • [CSS] Show named colors in completion.
  • [CSS] Show colors with color-picker in gutter for named-colors, hex-colors and rgb.
  • [CSS] More suggestions in property values completion.
  • [CSS] At-keyword completion.

0.9

03 Jul 08:33
Compare
Choose a tag to compare
0.9

Added

  • CSS support.

0.8

28 Jun 08:57
Compare
Choose a tag to compare
0.8

Added

  • Completion for if, while, for, switch and try, catch, finally.
  • Plugin's icon.
  • Formatting.

Fixed

  • Highlight static keyword in non-strict mode.
  • Highlight get keyword.

0.7

21 Jun 10:32
Compare
Choose a tag to compare
0.7

Added

  • Static class block.
  • Semantic Highlighting for JavaScript.

Fixed

  • Class elements not parsed properly (9be1cc7 regression).

0.6

14 Jun 09:51
Compare
Choose a tag to compare
0.6

Added

  • External script support (src in script tag).
  • JavaScript File template.

Fixed

0.5

07 Jun 20:30
Compare
Choose a tag to compare
0.5

Added

  • Inplace renaming.
  • GitHub build workflow.
  • Return completion.
  • Label reference.
  • Right-hand completion.

Fixed

  • from can be used as identifier. See antlr/grammars-v4#3516
  • Fix JavaScript Lexer exception (#1).
  • Find usages fix.
  • Words scanner and syntax highlighting issues fix.