Skip to content

Latest commit

 

History

History
133 lines (92 loc) · 4.76 KB

CHANGELOG.md

File metadata and controls

133 lines (92 loc) · 4.76 KB

0.5.15 (2023-12-09)

  • #222: Fix for undo/redo

0.5.14 (2022-02-08)

  • Add sponsor for Duckly

0.5.13 (2021-10-27)

  • Update link for Tabnine

0.5.12 (2021-07-31)

  • Support Workspace Trust and Virtual Workspaces

0.5.11 (2021-07-09)

  • Support self-closing tags with space

0.5.10 (2021-01-06)

  • Add sponsor for Tabnine

0.5.9 (2020-10-11)

  • #106: Support for auto closing tags starting with underscore

0.5.8 (2020-07-03)

  • #175: Add new setting 'Added disableOnLanguage'

0.5.7 (2020-04-21)

  • Update support for embedded elixir
  • Add support for Apple's property list type (plist)

0.5.6 (2018-02-17)

  • Add support for embedded elixir

0.5.5 (2017-12-03)

  • Handle void tags that are written in other case than lowercase (HTML tag names are case-insensitive)

0.5.4 (2017-11-30)

  • Add support for CFML

0.5.3 (2017-11-04)

  • Add support for Multi Root Workspace

0.5.2 (2017-10-22)

  • #65: Enable Auto Close Tag on erb file

0.5.1 (2017-09-29)

  • #63: Handle space before closing parentheses

0.5.0 (2017-09-08)

  • Not enabled for HTML, Handlebars and Razor files, since VS Code has built-in support from v1.16

0.4.3 (2017-06-30)

0.4.2 (2017-05-22)

  • #46: Enable Auto Close Tag on Liquid

0.4.1 (2017-05-14)

  • Enable Auto Close Tag on more template engines

0.4.0 (2017-05-12)

  • #26: Enable Auto Close Tag only on a set of languages

0.3.12 (2017-05-02)

  • Remove 'Keymaps' category per VS Code team's suggestion

0.3.11 (2017-04-16)

  • Resolve GitHub issue#33: Add config entry to enable both Visual Studio and Sublime Text mode

0.3.10 (2017-03-10)

0.3.9

  • Update key binding to align with Sublime Text
  • Resolve GitHub issue#23: Tag should not be auto closed inside quotes

0.3.8

0.3.7

  • Resolve GitHub issue#19: Fix Auto Close Tag not working in HTML/XML file due to VS Code 1.8 breaking changes

0.3.6

0.3.5

  • Merge PR #15
    • Avoid closing brackets duplication
    • Support :-_ in tags

0.3.4

0.3.3

  • Merge PR#11: Remove left over console.log command

0.3.2

  • Resolve GitHub issue#10: add support to close self-closing tag automatically in Sublime Text 3 mode

0.3.1

  • Add support to close self-closing tag automatically

0.3.0

  • Use Keyboard Shortcut or Command Palette to add close tag manually
  • Add config entry to turn on/off auto close tag

0.2.0

  • Add config entry to support auto close tag of Sublime Text 3 Mode

0.1.4

0.1.3

  • Resolve GitHub issue#4: providie a config entry to set the tag list that would not be auto closed

0.1.2

  • Update README.md to clarify the configuration for auto-close-tag.activationOnLanguage

0.1.1

  • Match correct opening tag in some corner cases

0.1.0

  • Bug fixes
  • Add blog info

0.0.3

  • Update README.md

0.0.2

  • Add configuration to set the languages that the extension will be activated
  • Add support for tag with attribute. e.g. <a href="https://www.microsoft.com"></a>. So </a> will be automatically added.
  • Minor bug fix

0.0.1

  • Initial Release