@astrojs/compiler 0.1.8 → 0.1.12

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,29 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 96dc356: Adds hydrationMap support for custom elements
8
+
9
+ ## 0.1.11
10
+
11
+ ### Patch Changes
12
+
13
+ - 939283d: Adds the component export for use in hydration
14
+
15
+ ## 0.1.10
16
+
17
+ ### Patch Changes
18
+
19
+ - 3a336ef: Adds a hydration map to enable hydration within Astro components
20
+
21
+ ## 0.1.9
22
+
23
+ ### Patch Changes
24
+
25
+ - 7d887de: Allows the Astro runtime to create the Astro.slots object
26
+
3
27
  ## 0.1.8
4
28
 
5
29
  ### 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.1.8",
4
+ "version": "0.1.12",
5
5
  "scripts": {
6
6
  "build": "tsc -p ."
7
7
  },