Releases: prettier/html-tags
Releases · prettier/html-tags
Release 2.0.0
Breaking changes
- The default export has been removed in #4
- import htmlTags from '@prettier/html-tags'
+ import {htmlTags} from '@prettier/html-tags'New feature
import {htmlVoidTags} from '@prettier/html-tags'
console.log(htmlVoidTags)
//=> ['area', 'base', 'basefont', …]- Added
<fencedframe>element by @fisker in #4
New Contributors
Full Changelog: 1.1.0...2.0.0
Release 1.1.0
What's Changed
- Add
selectedcontentelement by @github-actions[bot] in #3
Full Changelog: 1.0.0...1.1.0
Release 1.0.0
- First version (f8d6494)