Skip to content

@astrojs/compiler@2.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 19:27
· 27 commits to main since this release
ed22138

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.