Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@hawkticehurst hawkticehurst released this 20 Aug 23:20
· 1 commit to main since this release

Features

  • update naming conventions: Adds some small (opinionated) naming convention changes.
    • All web components must be placed in a src/components/islands directory
    • All web component files must be PascalCase (i.e. CounterButton.js)
    • All static components in the src/pages directory can be optionally PascalCase