Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Aug 21, 2023
1 parent 060de32 commit 369fb4b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .changeset/popular-wombats-promise.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
'@astrojs/compiler': patch
'@astrojs/compiler': major
---

Make astro hash lower case
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.

0 comments on commit 369fb4b

Please sign in to comment.