Skip to content

Releases: withastro/compiler

@astrojs/[email protected]

01 Aug 07:59
f693e8e
Compare
Choose a tag to compare

Minor Changes

  • 5c19809: Add a scopedStyleStrategy called "attribute". The strategy will print styles using data attributes.

@astrojs/[email protected]

27 Jul 12:52
948b341
Compare
Choose a tag to compare

Patch Changes

  • 6b4873d: Pass transition directives onto components

@astrojs/[email protected]

24 Jul 18:27
de38518
Compare
Choose a tag to compare

Patch Changes

  • ce5cf31: Pass transition:animate expressions

@astrojs/[email protected]

20 Jul 18:43
3f3242c
Compare
Choose a tag to compare

Patch Changes

  • 486614b: Fixes use of expression in transition:name

@astrojs/[email protected]

19 Jul 17:19
6343198
Compare
Choose a tag to compare

Minor Changes

  • 2906df2: Support for view transition directives

    This adds support for transition:animate and transition:name which get passed into the new renderTransition runtime function.

@astrojs/[email protected]

13 Jul 20:47
a189f87
Compare
Choose a tag to compare

Patch Changes

  • 34fcf01: [TSX] escape additional invalid characters
  • 5fe952d: [TSX] fix sourcemaps for quoted attributes that span multiple lines

@astrojs/[email protected]

10 Jul 20:26
1497372
Compare
Choose a tag to compare

Patch Changes

  • 3d69f4e: [TSX] maintain trailing whitespace before an element is closed, fixing TypeScript completion in some cases

@astrojs/[email protected]

07 Jul 13:41
2230dd3
Compare
Choose a tag to compare

Patch Changes

  • 101c18e: [AST] Include end position for frontmatter node when it is the only item in the file
  • 35ccd5e: [AST] add raw attribute values to AST
  • 325d3c3: [TSX] fix compiler crash when file only contains an unamed fragment

@astrojs/[email protected]

05 Jul 19:57
a21e3cf
Compare
Choose a tag to compare

Patch Changes

  • a35468a: Do not remove surrounding whitespace from text surrounded by newlines when compressHTML is enabled
  • 4aba173: Fix props detection when importing Props from another file (see #814)

@astrojs/[email protected]

30 Jun 21:17
002fd34
Compare
Choose a tag to compare

Patch Changes

  • 5a2ce3e: Update compiler output for style objects when used with define:vars