@astrojs/compiler 0.3.3 → 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 +9 -0
- package/astro.wasm +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
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
|
+
|
|
3
12
|
## 0.3.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/astro.wasm
CHANGED
|
Binary file
|