Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

76 lines (61 loc) · 2.07 KB

2.0.0 (June 19, 2022)

  • Now available for vscode.dev and other web platforms.
  • Updated dependencies & HTML language server
  • Bug Fixes

1.10.0 (March 13, 2022)

  • Respected editorconfig and file indentation (Issues #193, #338)
  • Updated dependencies & HTML language server
  • Bug Fixes

1.9.0 (July 31, 2021)

  • Formatting issues #267, #242
  • Code folding issue #243
  • Updated dependencies & language server
  • Minor Bug Fixes

1.8.0 (December 13, 2020)

  • Respect Wrap Attributes setting. Read docs.
  • Code navigation for include function
  • Code folding and indentation fixes
  • Updated dependencies & language server
  • Bug Fixes

1.7.0 (August 2, 2020)

  • Complete cleanup and refactoring
  • Updated dependencies & language server
  • More HTML formatting options
  • Variable modifiers snippets
  • Bug Fixes

1.6.0 (May 31, 2020)

  • Rewrite language grammer
  • Comment toggling for {{...}} delimiters
  • Improved hover documentation
  • Toggle highlight decoration command
  • Bug Fixes

1.5.0 (May 14, 2020)

  • Updated HTML Language Server
  • Bug Fixes

1.4.0 (May 10, 2020)

  • Added {{...}} delimiter support

1.3.0 (May 3, 2020)

  • indentationRules added
  • indentation on formatting

1.2.0 (April 13, 2020)

  • bundled with webpack to reduce the size

1.1.0 (April 11, 2020)

  • Language Service for better HTML, CSS and JS support
  • Autocomplete for HTML, CSS and JS
  • Hover Documentation for HTML, CSS and JS

1.0.3 (April 4, 2020)

  • Performance improvements for highlight decoration

1.0.2 (March 31, 2020)

  • html comments inside literal block
  • highlighting decoration disabled inside literal block

1.0.1 (March 29, 2020)

  • formatter dependency fixes and improvements

1.0.0 (March 28, 2020)

  • Syntax highlighting
  • Snippet completion
  • Bracket autoclosing
  • Bracket autosurrounding
  • Hover documentation
  • Comment toggling
  • Code folding
  • Code formatting