@astrojs/compiler 0.3.0 → 0.3.4

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,33 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 351f298: Fix edge case with with `textarea` inside of a Component when the document generated an implicit `head` tag
8
+ - 0bcfd4b: Fix CSS scoping of \* character inside of calc() expressions
9
+ - 4be512f: Encode double quotes inside of quoted attributes
10
+ - ad865e5: Fix behavior of expressions inside of <table> elements
11
+
12
+ ## 0.3.3
13
+
14
+ ### Patch Changes
15
+
16
+ - 6d2a3c2: Fix handling of top-level component nodes with leading styles
17
+ - 2ce10c6: Fix "call to released function" issue
18
+
19
+ ## 0.3.2
20
+
21
+ ### Patch Changes
22
+
23
+ - 8800f80: Fix comments and strings inside of attribute expressions
24
+
25
+ ## 0.3.1
26
+
27
+ ### Patch Changes
28
+
29
+ - 432eaaf: Fix for compiler regression causing nil pointer
30
+
3
31
  ## 0.3.0
4
32
 
5
33
  ### Minor 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.3.0",
4
+ "version": "0.3.4",
5
5
  "scripts": {
6
6
  "build": "tsc -p ."
7
7
  },