@astrojs/compiler 0.3.2 → 0.3.6

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,37 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - af003e9: Fix syntax error in transformed output
8
+
9
+ ## 0.3.5
10
+
11
+ ### Patch Changes
12
+
13
+ - bca7e00: Fixed issue where an Astro Components could only add one style or script
14
+ - 2a2f951: Fix regression where leading `<style>` elements could break generated tags
15
+ - db162f8: Fix case-sensitivity of void elements
16
+ - 44ee189: Fixed issue where expressions did not work within SVG elements
17
+ - 9557113: Fix panic when preprocessed style is empty
18
+
19
+ ## 0.3.4
20
+
21
+ ### Patch Changes
22
+
23
+ - 351f298: Fix edge case with with `textarea` inside of a Component when the document generated an implicit `head` tag
24
+ - 0bcfd4b: Fix CSS scoping of \* character inside of calc() expressions
25
+ - 4be512f: Encode double quotes inside of quoted attributes
26
+ - ad865e5: Fix behavior of expressions inside of <table> elements
27
+
28
+ ## 0.3.3
29
+
30
+ ### Patch Changes
31
+
32
+ - 6d2a3c2: Fix handling of top-level component nodes with leading styles
33
+ - 2ce10c6: Fix "call to released function" issue
34
+
3
35
  ## 0.3.2
4
36
 
5
37
  ### 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.3.2",
4
+ "version": "0.3.6",
5
5
  "scripts": {
6
6
  "build": "tsc -p ."
7
7
  },