Releases: mrhanlon/less-than-slash
Releases · mrhanlon/less-than-slash
v0.19.0
Bug Fixes:
- Broken undo groupings #58
v0.17.0
- Multiline property values (#43)
- Support for [stuff] tags (#49)
v0.16.0
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
Enhancements:
- Autocomplete plus integration #24
Bug fixes:
- Editor crashes when
<br>
closed #36
v0.13.0
- Fix disposal #29
- Fix issue with "double less-than's" #32
v0.12.3
- Fix multiple event subscription when splitting editor panes. #27
v0.12.2
- Fix bug when closing a split pane. #26
v0.12.1
- Add
deactivate
handler and properly handle disposables to prevent multiple event
subscription. #22 #23 #25