Skip to content

Releases: mrhanlon/less-than-slash

v0.19.0

01 Mar 07:56
Compare
Choose a tag to compare

Bug Fixes:

  • Broken undo groupings #58

v0.17.0

12 Jul 03:47
Compare
Choose a tag to compare
  • Multiline property values (#43)
  • Support for [stuff] tags (#49)

v0.16.0

22 Jul 14:39
Compare
Choose a tag to compare

The apm publisher bugged out an skipped v0.15.0.

Enhancements:

  • Added 'return cursor' setting. When enabled, the cursor will be placed
    just closed tag. This allows to you write both the opening and closing
    tag first, then return the cursor to insert between the just-typed
    tags; #37.

Bug fixes:

  • XML Parser closes comment tags; #39.

v0.14.0

12 Jul 16:44
Compare
Choose a tag to compare

Enhancements:

  • Autocomplete plus integration #24

Bug fixes:

  • Editor crashes when <br> closed #36

v0.13.0

01 Apr 13:34
Compare
Choose a tag to compare
  • Fix disposal #29
  • Fix issue with "double less-than's" #32

v0.12.3

25 Jan 15:45
Compare
Choose a tag to compare
  • Fix multiple event subscription when splitting editor panes. #27

v0.12.2

25 Jan 15:27
Compare
Choose a tag to compare
  • Fix bug when closing a split pane. #26

v0.12.1

20 Jan 19:36
Compare
Choose a tag to compare
  • Add deactivate handler and properly handle disposables to prevent multiple event
    subscription. #22 #23 #25