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