@astrojs/compiler 0.5.3 → 0.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.5.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 75bd730: Fix regression with Components mixed with active formatting elements
8
+
9
+ ## 0.5.6
10
+
11
+ ### Patch Changes
12
+
13
+ - 7ca419e: Improve behavior of empty expressions in body and attributes, where `{}` is equivalent to `{(void 0)}`
14
+
15
+ ## 0.5.5
16
+
17
+ ### Patch Changes
18
+
19
+ - 7a41d7b: Fix `<>` syntax edge case inside of expressions
20
+ - b0d35b9: Fix edge case with conditional scripts
21
+
22
+ ## 0.5.4
23
+
24
+ ### Patch Changes
25
+
26
+ - f2e0322: Do not reconstruct active formatting elements on expression start
27
+ - 0103285: Bugfix: expressions in table context
28
+
3
29
  ## 0.5.3
4
30
 
5
31
  ### Patch Changes
package/astro.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@astrojs/compiler",
3
3
  "type": "module",
4
- "version": "0.5.3",
4
+ "version": "0.5.7",
5
5
  "scripts": {
6
6
  "build": "tsc -p ."
7
7
  },