Skip to content

Releases: withastro/compiler

@astrojs/[email protected]

21 Aug 16:59
5d58651
Compare
Choose a tag to compare

Major Changes

  • cd93272: The scope hash created by the compiler is now lowercase.

    This aligns with the HTML spec of the attribute names, where they are lowercase by spec.

    This change is needed because the compiler now creates data attributes that contain the hash in their name.

@astrojs/[email protected]

18 Aug 16:00
aa01628
Compare
Choose a tag to compare

Patch Changes

  • 80b7e42: Pass the type of the current component as a type argument to the AstroGlobal in order to type Astro.self

@astrojs/[email protected]

04 Aug 08:26
4fd8f9b
Compare
Choose a tag to compare

Patch Changes

  • 52fe144: Change the value of the generated attribute

@astrojs/[email protected]

02 Aug 16:02
997a9f1
Compare
Choose a tag to compare

Minor Changes

  • 365710c: Support the transition:persist directive

@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