Skip to content

Releases: withastro/compiler

@astrojs/compiler@0.2.14

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/compiler@0.2.13

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

Patch Changes

  • f262b61: Fix for string template usage within expressions

@astrojs/compiler@0.2.12

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

Patch Changes

  • c9fa9eb: Fix for apostrophe within elements

@astrojs/compiler@0.2.11

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

Patch Changes

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

@astrojs/compiler@0.2.10

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

Patch Changes

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

@astrojs/compiler@0.2.8

21 Oct 16:41
2cfc751
Compare
Choose a tag to compare

Patch Changes

@astrojs/compiler@0.2.6

21 Oct 01:09
Compare
Choose a tag to compare

Patch Changes

  • fix small issue with preprocessStyle handling of null or undefined

@astrojs/compiler@0.2.4

20 Oct 17:54
301f92a
Compare
Choose a tag to compare

Patch Changes

  • 4410c5a: Add support for a preprocessStyle function
  • 934e6a6: Chore: add linting, format code

@astrojs/compiler@0.1.15

15 Oct 03:17
adf2b92
Compare
Choose a tag to compare

Patch Changes

  • 5c02abf: Fix split so it always splits on first non-import/export
  • 93c1cd9: Bugfix: handle RegExp in Astro files
  • 94c59fa: Bugfix: tokenizer tries to parse JS comments
  • 46a5c75: Adds the top-level Astro object
  • 7ab9148: Improve JS scanning algorithm to be more fault tolerant, less error prone

@astrojs/compiler@0.1.12

13 Oct 16:52
6d7cccb
Compare
Choose a tag to compare

Patch Changes

  • 96dc356: Adds hydrationMap support for custom elements