Releases: ProjectEvergreen/eleventy-plugin-wcc
0.4.0
Overview
This release updates package.json to (only) use exports and fixes the repository field
Changelog
https://github.com/ProjectEvergreen/eleventy-plugin-wcc/issues?q=label%3A0.4.0
Breaking Changes
N / A
Known Issues
N / A
Diff
0.3.1
Overview
This release adds the files field to package.json to reduce the number of files shipped / packaged to NPM.
Changelog
https://github.com/ProjectEvergreen/eleventy-plugin-wcc/issues?q=label%3A0.3.1
Breaking Changes
N / A
Known Issues
N / A
Diff
0.3.0
Overview
This release updates the package to a new name: @projectevergreen/eleventy-plugin-wcc.
Changelog
https://github.com/ProjectEvergreen/eleventy-plugin-wcc/issues?q=label%3A0.3.0
Breaking Changes
Package Name
The package name changed as part of this release:
- before - eleventy-plugin-wcc
- after - @projectevergreen/eleventy-plugin-wcc
Known Issues
N / A
Diff
0.2.1
Overview
This release fixes a bug introduces in the previous 0.2.0 release and fixes some usage instructions in the project's README.
Changelog
https://github.com/ProjectEvergreen/eleventy-plugin-wcc/issues?q=label%3A0.2.1
- fix: #8 traverse child nodes when stripping p tags (thanks @KaiPrince 🙌 )
- docs: fix usage instructions in README
Breaking Changes
N / A
Known Issues
N / A
Diff
0.2.0
Overview
This release updates to 11ty v3, adopts ESM, and adds an option for stripping <p> tag wrapping from custom element definitions by default.
Changelog
https://github.com/ProjectEvergreen/eleventy-plugin-wcc/issues?q=label%3A0.2.0
- feat: #4 upgrade 11ty v3 and adopt ESM
- feat: #8 config option to strip wrapping paragraphs (thanks @KaiPrince 🙌 )
Breaking Changes
Eleventy
The minimum version of 11ty is now >= 3.x.
ESM
The project is now ESM by default, including 11ty configuration.