summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-12 15:40:47 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-12 17:40:47 -0500
commitb1bd52e9ea98be6fdaccfff7849cc84a5dd843c4 (patch)
tree2f8ec0ec99861f8bc35c333523d61eb12b8def1b /packages/integrations/mdx/CHANGELOG.md
parent695e9b34daa505499af77b461750afeadfa7a0d1 (diff)
downloadastro-b1bd52e9ea98be6fdaccfff7849cc84a5dd843c4.tar.gz
astro-b1bd52e9ea98be6fdaccfff7849cc84a5dd843c4.tar.zst
astro-b1bd52e9ea98be6fdaccfff7849cc84a5dd843c4.zip
[ci] release (#4290)astro@1.0.4@astrojs/mdx@0.9.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/mdx/CHANGELOG.md')
-rw-r--r--packages/integrations/mdx/CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 99d39018a..e4970e4a3 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,18 @@
# @astrojs/mdx
+## 0.9.0
+
+### Minor Changes
+
+- [#4268](https://github.com/withastro/astro/pull/4268) [`f7afdb889`](https://github.com/withastro/astro/commit/f7afdb889fe4e97177958c8ec92f80c5f6e5cb51) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Align MD with MDX on layout props and "glob" import results:
+ - Add `Content` to MDX
+ - Add `file` and `url` to MDX frontmatter (layout import only)
+ - Update glob types to reflect differences (lack of `rawContent` and `compiledContent`)
+
+### Patch Changes
+
+- [#4272](https://github.com/withastro/astro/pull/4272) [`24d2f7a6e`](https://github.com/withastro/astro/commit/24d2f7a6e6700c10c863f826f37bb653d70e3a83) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Properly handle hydration for namespaced components
+
## 0.8.3
### Patch Changes