File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @astrojs/compiler
2
2
3
+ ## 2.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 950635e: Reverts a change where view transitions were made async to accomodate the CSP requirements.
8
+
9
+ ## 2.12.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 138c07f: Improves detection of function body opening curly brace for exported functions.
14
+ - 4a967ab: Fixes a bug where view transition names got lost after update to Astro 5.9
15
+
3
16
## 2.12.0
4
17
5
18
### Minor Changes
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"bugs" : " https://github.com/withastro/compiler/issues" ,
7
7
"homepage" : " https://astro.build" ,
8
- "version" : " 2.12.0 " ,
8
+ "version" : " 2.12.2 " ,
9
9
"scripts" : {
10
10
"build" : " tsup"
11
11
},
You can’t perform that action at this time.
0 commit comments