@astrojs/compiler 0.10.1 → 0.10.2
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 +10 -0
- package/astro.wasm +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @astrojs/compiler
|
|
2
2
|
|
|
3
|
+
## 0.10.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7f7c65c: Fix conditional rendering for special elements like `iframe` and `noscript`
|
|
8
|
+
- 9d789c9: Fix handling of nested template literals inside of expressions
|
|
9
|
+
- 5fa9e53: Fix handling of special characters inside of expressions
|
|
10
|
+
- 8aaa956: Formalize support for magic `data-astro-raw` attribute with new, official `is:raw` directive
|
|
11
|
+
- c698350: Improve MathML support. `{}` inside of `<math>` is now treated as raw text rather than an expression construct.
|
|
12
|
+
|
|
3
13
|
## 0.10.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/astro.wasm
CHANGED
|
Binary file
|