Skip to content

Release 2.0.0

Latest

Choose a tag to compare

@fisker fisker released this 29 Oct 03:53

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