Releases: surdu/selector-to-tag
Releases · surdu/selector-to-tag
v0.4.4
- Now solving selectors containing namespace prefixes [#27]
v0.4.3
- Fixed solving selectors in the middle of the string [#14]
- Fixed other small typos and improved docs
v0.4.2
- added
Active for Grammar
option
- fixed tag being always solved to lower case. Now the tag case is kept in the solved tag
- fixed tags being solved from invalid tag strings
v0.4.1
- Fixed: prevent expending to div from nothing
v0.4.0
- Added: now you can use only the id or class to expand to a div with that class and/or id
- Fixed: not expanding if tag ends in dot (for example "div.")
v0.3.0
- Added option to expand block tags to multiple lines. (thanks @dsandstrom)
v0.2.1
- Fixed bug where starting a tag with dash (
-
) will crash the package
- Removed menu entry from Packages
v0.2.0
- Added option to close self-closing tags
v0.1.2
- Added support for dashes inside selectors
- Fixed deprecated code
v0.1.1
- Small cosmetic to the docs