Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curvy-poets-jog.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/happy-ways-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-walls-grab.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tough-months-melt.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @astrojs/compiler

## 2.13.0

### Minor Changes

- 59f77593: Support HTML <selectedcontent> element

Based on the recent commit history, this change appears to be related to fixing issue #1093 regarding selectedcontent parsing in customizable selects. The <selectedcontent> element is part of the new Customizable Select Element API
in HTML, used within <selectlist> elements to display the currently selected option(s).

- 89c80fee: Adds a `walkAsync` utility function that returns a Promise from the tree traversal process.

Unlike the existing `walk` function which doesn't provide a way to wait for traversal completion, `walkAsync` allows consumers to `await` the full traversal of the AST.

### Patch Changes

- 2a27aca7: Fixes a potential parsing issue with head content defined in a component where another component is rendered first.
- 1264286c: Fixes a CSS scoping issue when a selector contains only pseudo selectors.

## 2.12.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"bugs": "https://github.com/withastro/compiler/issues",
"homepage": "https://astro.build",
"version": "2.12.2",
"version": "2.13.0",
"scripts": {
"build": "tsup"
},
Expand Down