WebC v0.8.0
- Breaking:
attribute-name
properties and attributes are now available in data as camel-case:attribute-name
in JS data isattributeName
. Read more at #71 - Breaking: Removes page level API method for toggling reprocessing mode off (control more granularly with
webc:raw
or@raw
instead). #72 - Docs clarity and bug fixes to new
webc:type="js"
render function #78 - Bug fix when consuming dynamic attributes from a parent component #80
- Bug fix for
webc:import
s in components that needed to be relative to the component file. #79
Full milestone: https://github.com/11ty/webc/milestone/12?closed=1
Full Changelog: v0.7.1...v0.8.0