Releases: noelforte/eleventy-plugin-vento
Releases · noelforte/eleventy-plugin-vento
v2.0.0-beta.5
2.0.0-beta.5 (2024-06-08)
Bug Fixes
v2.0.0-beta.4
v2.0.0-beta.3
2.0.0-beta.3 (2024-06-08)
Bug Fixes
- set up filters beforehand so they're accessible in permalinks (58a4992)
v2.0.0-beta.2
2.0.0-beta.2 (2024-06-08)
New Features
- compile permalinks with vento using instance configuration (170dc4d)
v1.1.3
v2.0.0-beta.1
2.0.0-beta.1 (2024-06-07)
⚠ BREAKING CHANGES
The 2.0.0 release of this plugin does away with a separate filters object and defers all filter handling to Eleventy. This way any filters you already have in your Eleventy code don't have to be defined twice. If this project had started with a 0.x.x version then I wouldn't be pushing 2.0 out this fast, but I'm new to releasing npm packages so we started on 1.0. Thanks for your patience as I learn the ins and outs of SemVer!!
New Features
- rework filters to pull from eleventy definitions rather than defining a separate object (a98355a)
- wire up internal autoTrim plugin as trimTags option (7756c06)
Bug Fixes
v1.1.2
v1.1.1
Add example to docs showing examples for loading plugins.
v1.1.0
- Add ability to load Vento plugins.