@astrojs/compiler 0.7.2 → 0.8.1
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 +25 -0
- package/astro.wasm +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @astrojs/compiler
|
|
2
2
|
|
|
3
|
+
## 0.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cd277e2: Fix bug with data-astro-raw detection
|
|
8
|
+
|
|
9
|
+
## 0.8.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 3690968: Passes the Pathname to createAstro instead of import.meta.url
|
|
14
|
+
|
|
15
|
+
## 0.7.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- afc1e82: Remove console log (sorry!)
|
|
20
|
+
|
|
21
|
+
## 0.7.3
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- cc24069: Fix some edge cases with expressions inside of `<table>` elements
|
|
26
|
+
- 086275c: Fix edge case with textarea inside expression
|
|
27
|
+
|
|
3
28
|
## 0.7.2
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/astro.wasm
CHANGED
|
Binary file
|