summaryrefslogtreecommitdiff
path: root/.changeset/many-garlics-lick.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/many-garlics-lick.md')
-rw-r--r--.changeset/many-garlics-lick.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/.changeset/many-garlics-lick.md b/.changeset/many-garlics-lick.md
new file mode 100644
index 000000000..12ac2dd7c
--- /dev/null
+++ b/.changeset/many-garlics-lick.md
@@ -0,0 +1,14 @@
+---
+'astro': major
+---
+
+Removes internal JSX handling and moves the responsibility to the `@astrojs/mdx` package directly. The following exports are also now removed:
+
+- `astro/jsx/babel.js`
+- `astro/jsx/component.js`
+- `astro/jsx/index.js`
+- `astro/jsx/renderer.js`
+- `astro/jsx/server.js`
+- `astro/jsx/transform-options.js`
+
+If your project includes `.mdx` files, you must upgrade `@astrojs/mdx` to the latest version so that it doesn't rely on these entrypoints to handle your JSX.