Changed
- refactor: add default replacements for
safeClassNames
(#797, 3815cd1) - refactor: add backend delimiters defaults to
removeUnusedCSS
(#797, 538a93d) - refactor:
removeAttributes
transformer 344b2b2 - build(deps): remove posthtml-remove-attributes dependency 1eb77b0
- refactor: use default posthtml options 27d54ff
- refactor: use
string-strip-html
library for preventing widow words a5aef6c
Fixed
- fix: ensure
href
values innot-plaintext
tags are removed (#780, 1ef8e8e) - fix: remove empty
<style>
tags aae4813 - fix: normalize content source paths (e4b5da2, b1beedf)
- fix: respect
config.js
root paths in tailwindcss content sources 5d6fc16 - fix: handle undefined
node.attrs
in prevent widows transformer 4035533 - fix: prevent some transformers from adding
=""
to valueless attributes (4824329, 6f5a149, 1eec925, a8a1299)