@astrojs/compiler 0.3.1 → 0.3.5

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