Skip to content

WebC v0.8.0

Compare
Choose a tag to compare
@zachleat zachleat released this 05 Dec 19:07
· 98 commits to main since this release
  • Breaking: attribute-name properties and attributes are now available in data as camel-case: attribute-name in JS data is attributeName. 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
    • Fix console.log inside webc:type="js" #80
    • Fix error with missing props in webc:type="js" #85
    • Fix error requiring string output from webc:type="js" #84
  • Bug fix when consuming dynamic attributes from a parent component #80
  • Bug fix for webc:imports 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