Skip to content

Releases: withastro/compiler

@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

@astrojs/[email protected]

22 Oct 17:54
59d08de
Compare
Choose a tag to compare

Patch Changes

  • f262b61: Fix for string template usage within expressions

@astrojs/[email protected]

22 Oct 17:03
23298d2
Compare
Choose a tag to compare

Patch Changes

  • c9fa9eb: Fix for apostrophe within elements

@astrojs/[email protected]

22 Oct 15:52
9c17667
Compare
Choose a tag to compare

Patch Changes

  • 27629b2: Reverts the apostrophe change that broke markdown parsing

@astrojs/[email protected]

22 Oct 15:25
9748a5b
Compare
Choose a tag to compare

Patch Changes

  • 57eb728: Fixes hydrated scripts not recognized when using fragment transformation