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