Skip to content

Releases: ProjectEvergreen/eleventy-plugin-wcc

0.4.0

17 Jan 23:39

Choose a tag to compare

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

  1. feat: ESM only entrypoint

Breaking Changes

N / A

Known Issues

N / A

Diff

0.3.1...0.4.0

0.3.1

01 Jan 02:00

Choose a tag to compare

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

  1. chore: add files field to package.json

Breaking Changes

N / A

Known Issues

N / A

Diff

0.3.0...0.3.1

0.3.0

01 Jan 01:46

Choose a tag to compare

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

  1. feat: rename package name to be under @projectevergreen NPM scope

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...0.3.0

0.2.1

01 Jan 01:30

Choose a tag to compare

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

  1. fix: #8 traverse child nodes when stripping p tags (thanks @KaiPrince 🙌 )
  2. docs: fix usage instructions in README

Breaking Changes

N / A

Known Issues

N / A

Diff

0.2.0...0.2.1

0.2.0

31 Dec 23:59

Choose a tag to compare

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

  1. feat: #4 upgrade 11ty v3 and adopt ESM
  2. 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.

Known Issues

  1. custom elements in 11ty layouts are not getting <p> tags trimmed

Diff

0.1.0...0.2.0