Skip to content

Releases: withastro/compiler

@astrojs/[email protected]

28 Oct 18:08
0c43bf7
Compare
Choose a tag to compare

Patch Changes

  • 04c1b63: Fix bug with dynamic classes

@astrojs/[email protected]

27 Oct 22:01
147d191
Compare
Choose a tag to compare

Patch Changes

  • 7b46e9f: Revert automatic DOCTYPE injection to fix package

@astrojs/[email protected]

27 Oct 21:17
47b5d48
Compare
Choose a tag to compare

Patch Changes

  • 39298e4: Fix small bugs with script/style hoisting behavior
  • bd1014a: Bugfix: style tags in SVG

@astrojs/[email protected]

26 Oct 23:05
2371daf
Compare
Choose a tag to compare

Patch Changes

  • 318dd69: Fix handling of self-closing "raw" tags like <script /> and <style />
  • 9372c10: Support define:vars with root html element on pages
  • c4491cd: Fix bug with <script define:vars> when not using the hoist attribute

@astrojs/[email protected]

25 Oct 20:13
5f6968d
Compare
Choose a tag to compare

Patch Changes

  • 2f4b772: Prevents overrunning an array when checking for raw attribute

@astrojs/[email protected]

25 Oct 17:54
aa188e7
Compare
Choose a tag to compare

Patch Changes

  • 4f9155a: Bugfix: fix character limit of 4096 characters
  • 83df04c: Upgrade to Go 1.17

@astrojs/[email protected]

25 Oct 12:54
55e4f7e
Compare
Choose a tag to compare

Patch Changes

  • 9ad8da7: Allows a data-astro-raw attr to parse children as raw text
  • 61b77de: Bugfix: CSS and selector scoping

@astrojs/[email protected]

23 Oct 02:00
9c3d7ad
Compare
Choose a tag to compare

Patch Changes

  • 8fbae5e: Bugfix: fix component detection bug in parser
  • 37b5b6e: Bugfix: wait to release processStyle() until after fn call

@astrojs/[email protected]

22 Oct 12:35
78f02be
Compare
Choose a tag to compare

Patch Changes

  • 3ea8d8c: Fix for string interpolation within titles
  • ef7cb1e: Fixes bug with textContent containing apostrophe character

@astrojs/[email protected]

22 Oct 22:01
5e7ba5c
Compare
Choose a tag to compare

Patch Changes

  • f59c886: Bugfix: allow for detection of void tags (e.g. )
  • 4c8d14a: Fixes textContent containing a forward slash