Releases: 11ty/eleventy-plugin-webc
Releases · 11ty/eleventy-plugin-webc
Eleventy WebC v0.7.0
Breaking Changes
- BREAKING: 🚨 You will need to use
@raw
instead of@html
in your Eleventy Layout files to avoid double-processing WebC content. See this comment or on the WebC docs: https://www.11ty.dev/docs/languages/webc/#css-and-js-(bundler-mode)- (This re-enables reprocessing mode in Eleventy Layouts so that you can use render functions to return components in Layout Files #20)
- BREAKING: Adds a default
components
glob:./_components/**/*.webc
(project root relative) #14
Fixes
- Fix for
permalink
rendering in webc files (uses the same as dynamic attributes now) #27 - Fix for
webc:type="11ty"
#16 - Leftover
uid
styles during--watch
or--serve
#17 - Config leftovers 11ty/eleventy#2642 (via
@11ty/eleventy@2.0.0-canary.17
)
WebC version updates:
- v0.7.1 https://github.com/11ty/webc/releases/tag/v0.7.1
@raw
webc:if
webc:type="js"
- v0.7.0 https://github.com/11ty/webc/releases/tag/v0.7.0
Milestone: https://github.com/11ty/eleventy-plugin-webc/milestone/5?closed=1
Full Changelog: v0.6.0...v0.7.0
Eleventy WebC v0.6.0
- Upgrades to WebC v0.6.0
- Milestone: https://github.com/11ty/eleventy-plugin-webc/milestone/3?closed=1
- Full Changelog: v0.5.1...v0.6.0
Eleventy WebC v0.5.1
- Fixes bug with removing a component file during
--watch
or--serve
#13 - Documentation improvement to note project-root relative
components
directory option #12
Milestone: https://github.com/11ty/eleventy-plugin-webc/milestone/2?closed=1
Full Changelog: v0.5.0...v0.5.1
Eleventy WebC v0.5.0
New Features
- Upgrades to
@11ty/webc@0.5.2
- WebC v0.5.0 https://github.com/11ty/webc/releases/tag/v0.5.0
- WebC v0.5.1 https://github.com/11ty/webc/releases/tag/v0.5.1
- WebC v0.5.2 https://github.com/11ty/webc/releases/tag/v0.5.2
- Eleventy Universal Filters (and JavaScript Template functions) are now available for-free as WebC Helpers: #3
- Fix bug with
permalink: false
templates withuseTransform
: #9
Full milestone: https://github.com/11ty/eleventy-plugin-webc/milestone/1?closed=1