Skip to content

Releases: prettier/html-tags

Release 2.0.0

29 Oct 03:53

Choose a tag to compare

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', …]

New Contributors

  • @fisker made their first contribution in #4

Full Changelog: 1.1.0...2.0.0

Release 1.1.0

26 Jul 03:07

Choose a tag to compare

What's Changed

  • Add selectedcontent element by @github-actions[bot] in #3

Full Changelog: 1.0.0...1.1.0

Release 1.0.0

26 Apr 18:42

Choose a tag to compare