astro/.changeset/happy-carrots-carry.md
Nate Moore d55658f061
Implement new default script behavior, style is:global (#2961)
* feat: implement RFC0016

* chore: update to latest compiler

* chore: update compiler

* test: fix script tests

* test: update public tests

* feat: throw a warning when referencing scripts in `public/` without `is:inline`
2022-04-02 12:34:25 -05:00

253 B

astro
minor

Implement RFC0016 which changes the default behavior of script, introduces is:inline, and changes <style global> to <style is:global>