@astrojs/compiler 0.3.4 → 0.3.8

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.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 2c8f5d8: Fix another component-only edge case
8
+
9
+ ## 0.3.7
10
+
11
+ ### Patch Changes
12
+
13
+ - eb0d17f: Fix edge case with files that contain a single component
14
+
15
+ ## 0.3.6
16
+
17
+ ### Patch Changes
18
+
19
+ - af003e9: Fix syntax error in transformed output
20
+
21
+ ## 0.3.5
22
+
23
+ ### Patch Changes
24
+
25
+ - bca7e00: Fixed issue where an Astro Components could only add one style or script
26
+ - 2a2f951: Fix regression where leading `<style>` elements could break generated tags
27
+ - db162f8: Fix case-sensitivity of void elements
28
+ - 44ee189: Fixed issue where expressions did not work within SVG elements
29
+ - 9557113: Fix panic when preprocessed style is empty
30
+
3
31
  ## 0.3.4
4
32
 
5
33
  ### 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.4",
4
+ "version": "0.3.8",
5
5
  "scripts": {
6
6
  "build": "tsc -p ."
7
7
  },