Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/compiler@2.8.0
@astrojs/compiler@2.7.1
@astrojs/compiler@2.7.0
@astrojs/compiler@2.6.0
Minor Changes
- a90d99e: Adds a new
renderScript
option to render non-inline script tags using arenderScript
function frominternalURL
, instead of stripping the script entirely
Patch Changes
@astrojs/compiler@2.5.3
Patch Changes
- c17734d: Rollbacks the dynamic slot generation feature to rework it
@astrojs/compiler@2.5.2
@astrojs/compiler@2.5.1
Patch Changes
- d071b0b: Fixes an issue which caused the hydration script of default exported components to fail loading in some cases.
@astrojs/compiler@2.5.0
Minor Changes
- db13db9: - Adds support for dynamic slots inside loops
- Fixes an issue where successive named slotted elements would cause a runtime error
- Fixes an issue in which if there was an implicit default slotted element next to named one, the former would get swallowed by the later.
@astrojs/compiler@2.4.2
Patch Changes
- 9938bc1: Fixes a sourcemap-related crash when using multibyte characters
@astrojs/compiler@2.4.1
Patch Changes
- 7a07089: Fixes a bug where expressions starting with whitespace, followed by anything else, weren't printed correctly.