Skip to content

Releases: withastro/compiler

@astrojs/compiler@2.0.1

23 Aug 20:54
a163db5
Compare
Choose a tag to compare

Patch Changes

  • 4e1e907: Remove experimental flags from transition: directives. They are now enabled by default.

@astrojs/compiler@2.0.0

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

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

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

Patch Changes

  • 52fe144: Change the value of the generated attribute

@astrojs/compiler@1.8.0

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

Minor Changes

  • 365710c: Support the transition:persist directive

@astrojs/compiler@1.7.0

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

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

Patch Changes

  • 6b4873d: Pass transition directives onto components

@astrojs/compiler@1.6.2

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

Patch Changes

  • ce5cf31: Pass transition:animate expressions

@astrojs/compiler@1.6.1

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

Patch Changes

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

@astrojs/compiler@1.6.0

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.