Skip to content

Releases: noelforte/eleventy-plugin-vento

v2.0.0-beta.5

08 Jun 22:01
19888e5
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

2.0.0-beta.5 (2024-06-08)

Bug Fixes

  • compile permalinks properly so permalinks starting with / don't default to their permalink values (fc69db5)
  • move cache clearing to compile step, rather than eleventy.before. (44a424c)

v2.0.0-beta.4

08 Jun 21:46
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

2.0.0-beta.4 (2024-06-08)

Bug Fixes

  • only compile linkContents if it's a string (ddca393)

v2.0.0-beta.3

08 Jun 21:14
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

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

08 Jun 20:57
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2024-06-08)

New Features

  • compile permalinks with vento using instance configuration (170dc4d)

v1.1.3

08 Jun 20:44
Compare
Choose a tag to compare

1.1.3 (2024-06-08)

Bug Fixes

  • move cache clearing to compile step, rather than eleventy.before. (44a424c)

v2.0.0-beta.1

07 Jun 01:46
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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

  • add exports to package.json (b07c53b)
  • exports from VentoPlugin and imports/syntax on eleventy.config.js (f719c99)

v1.1.2

07 Jun 22:44
Compare
Choose a tag to compare

1.1.2 (2024-06-07)

Bug Fixes

  • compile permalinks properly so permalinks starting with / don't default to their permalink values (fc69db5)

v1.1.1

02 Jun 23:05
Compare
Choose a tag to compare

Add example to docs showing examples for loading plugins.

v1.1.0

02 Jun 22:54
Compare
Choose a tag to compare
  • Add ability to load Vento plugins.