Skip to content

@astrojs/compiler@2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 16:59
· 106 commits to main since this release
5d58651

Major Changes

  • cd93272: The scope hash created by the compiler is now lowercase.

    This aligns with the HTML spec of the attribute names, where they are lowercase by spec.

    This change is needed because the compiler now creates data attributes that contain the hash in their name.