Skip to content

Releases: 11ty/eleventy-plugin-webc

Eleventy WebC v0.9.1: Asset bucketing fix

27 Feb 15:59
Compare
Choose a tag to compare
  • Fix CSS and JS not getting bundled for non-default buckets by @Gyanreyer in #57 #56

Milestone: https://github.com/11ty/eleventy-plugin-webc/milestone/8?closed=1
Full Changelog: v0.9.0...v0.9.1

Eleventy WebC v0.9.0: `<script webc:setup>` and `@attributes`

23 Feb 17:46
Compare
Choose a tag to compare

Eleventy WebC v0.8.0: Little Bundler of Joy

05 Dec 19:16
Compare
Choose a tag to compare

Breaking Changes

  • Enables Bundler mode consistently for all WebC files (notably, this was not enabled for Eleventy Layout files previously). Read more at #33 and #11.
    • ACTION NEEDED 🚨 You will need to add webc:keep to any <style> or <script> tags in Eleventy Layout WebC files to prevent them from being re-bundled out of existence! (You can check out an example of a WebC file as an Eleventy Layout on the WebC docs)
    • This was important as it allows the use of WebC components in Eleventy Layout files and will bundle their assets as expected. Read more about WebC Bundler Mode
  • From WebC v0.8.0: attribute-name properties and attributes are now available in data as camel-case: attribute-name in JS data is attributeName. Read more at @11ty/webc#71

WebC release notes:

Milestone: https://github.com/11ty/eleventy-plugin-webc/milestone/6?closed=1
Full Changelog: v0.7.0...v0.8.0

Eleventy WebC v0.7.0

17 Nov 23:23
Compare
Choose a tag to compare

Breaking Changes

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:

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

01 Nov 20:12
Compare
Choose a tag to compare

Eleventy WebC v0.5.1

19 Oct 13:43
Compare
Choose a tag to compare
  • 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

14 Oct 22:15
Compare
Choose a tag to compare

New Features

Full milestone: https://github.com/11ty/eleventy-plugin-webc/milestone/1?closed=1