Skip to content

v28.0.0

Compare
Choose a tag to compare
@tivac tivac released this 25 Feb 18:54
· 217 commits to main since this release

28.0.0 (2022-02-25)

Code Refactoring

  • svelte: <style> tags need type="text/m-css" (713b107)
  • svelte: break apart a bit (5f74c1e)

Features

BREAKING CHANGES

  • svelte: Having both <style type="text/m-css"> and a <link> element in a component will no longer throw. <style> takes precedence over <link>.
  • svelte: Previous all <style> tags would be transformed, now only ones that have type="text/m-css" on them will be transformed.