05caf445d4
* chore: remove deprecated `getHeaders()` * chore: remove `rawContent()` and `compiledContent()` * chore: remove raw and compiled content from MDX type * chore: remove 0.X error for `astro` property * chore: changeset * lint: no empty interface * chore: update changeset
6 lines
231 B
Markdown
6 lines
231 B
Markdown
---
|
|
'astro': major
|
|
'@astrojs/mdx': minor
|
|
---
|
|
|
|
Remove deprecated Markdown APIs from Astro v0.X. This includes `getHeaders()`, the `.astro` property for layouts, and the `rawContent()` and `compiledContent()` error messages for MDX.
|