@astrojs/compiler 0.14.1 → 0.14.2

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,18 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.14.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6f30e2e: Fix edge case with nested expression inside `<>`
8
+ - 15e3ff8: Fix panic when using a `<slot />` in `head`
9
+ - c048567: Fix edge case with `select` elements and expression children
10
+ - 13d2fc2: Fix #340, fixing behavior of content after an expression inside of <select>
11
+ - 9e37a72: Fix issue when multiple client-only components are used
12
+ - 67993d5: Add support for block comment only expressions, block comment only shorthand attributes and block comments in shorthand attributes
13
+ - 59fbea2: Fix #343, edge case with <tr> inside component
14
+ - 049dadf: Fix usage of expressions inside `caption` and `colgroup` elements
15
+
3
16
  ## 0.14.1
4
17
 
5
18
  ### Patch Changes
package/astro.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "bugs": "https://github.com/withastro/compiler/issues",
7
7
  "homepage": "https://astro.build",
8
- "version": "0.14.1",
8
+ "version": "0.14.2",
9
9
  "scripts": {
10
10
  "build": "tsc -p ."
11
11
  },