Skip to content

Commit ceaea3f

Browse files
[ci] release (#1088)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 59f7759 commit ceaea3f

File tree

6 files changed

+19
-26
lines changed

6 files changed

+19
-26
lines changed

.changeset/curvy-poets-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/happy-ways-collect.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/shiny-walls-grab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-months-melt.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/compiler/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @astrojs/compiler
22

3+
## 2.13.0
4+
5+
### Minor Changes
6+
7+
- 59f77593: Support HTML <selectedcontent> element
8+
9+
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
10+
in HTML, used within <selectlist> elements to display the currently selected option(s).
11+
12+
- 89c80fee: Adds a `walkAsync` utility function that returns a Promise from the tree traversal process.
13+
14+
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.
15+
16+
### Patch Changes
17+
18+
- 2a27aca7: Fixes a potential parsing issue with head content defined in a component where another component is rendered first.
19+
- 1264286c: Fixes a CSS scoping issue when a selector contains only pseudo selectors.
20+
321
## 2.12.2
422

523
### Patch Changes

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"bugs": "https://github.com/withastro/compiler/issues",
77
"homepage": "https://astro.build",
8-
"version": "2.12.2",
8+
"version": "2.13.0",
99
"scripts": {
1010
"build": "tsup"
1111
},

0 commit comments

Comments
 (0)