0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/packages/integrations/mdx/test
Erika 000e8f4654
feat: implement overlay main screen redesign (#9118)
* feat: implement redesign

* fix: make it build

* feat: visual tweaks

* feat(overlay): update styling, integration endpoint

* feat: add fallback icons

* Clean up tests (#9183)

* Add `@astrojs/upgrade` package for automatic package upgrades (#8525)

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* [ci] format

* fix: links with same path but different search params not prefetched (#9189)

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* fix: discord icon

* chore: changeset

---------

Co-authored-by: Nate Moore <nate@astro.build>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Spencer Whitehead <35475068+SpencerWhitehead7@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-11-28 09:39:38 -05:00
..
fixtures Remove support for simple objects in endpoints (#9181) 2023-11-27 12:51:57 -05:00
css-head-mdx.test.js Switch build.inlineStylesheets default to auto (#8118) 2023-08-18 07:52:06 +01:00
invalid-mdx-component.test.js [ci] format 2023-06-09 20:23:53 +00:00
mdx-astro-markdown-remarkRehype.test.js Update all dependencies (#9138) 2023-11-21 12:09:19 +08:00
mdx-component.test.js Support rendering <Fragment> in MDX <Content /> component (#5522) 2022-12-05 21:56:43 +01:00
mdx-escape.test.js
mdx-frontmatter-injection.test.js Change frontmatter injection ordering (#5687) 2023-01-03 16:31:19 -05:00
mdx-frontmatter.test.js
mdx-get-headings.test.js feat: use typescript-eslint@v6's reworked configs (#7425) 2023-07-03 20:59:43 +08:00
mdx-get-static-paths.test.js Refactor and improve Astro config loading flow (#7879) 2023-08-01 17:11:26 +08:00
mdx-images.test.js [ci] format 2023-09-13 16:29:09 +00:00
mdx-infinite-loop.test.js
mdx-math.test.js Update all dependencies (#9138) 2023-11-21 12:09:19 +08:00
mdx-namespace.test.js
mdx-optimize.test.js Add MDX optimize option (#7151) 2023-05-25 19:43:29 +08:00
mdx-page.test.js Switch build.inlineStylesheets default to auto (#8118) 2023-08-18 07:52:06 +01:00
mdx-plugins.test.js Refactor and improve Astro config loading flow (#7879) 2023-08-01 17:11:26 +08:00
mdx-plus-react.test.js [ci] format 2023-08-31 15:32:51 +00:00
mdx-script-style-raw.test.js Prevent HTML-escape of raw strings in JSX script/style tags (#6459) 2023-03-09 00:29:22 +08:00
mdx-slots.test.js feat: implement overlay main screen redesign (#9118) 2023-11-28 09:39:38 -05:00
mdx-syntax-highlighting.test.js Upgrade shiki to v0.14.1 (#6932) 2023-05-03 11:07:57 -04:00
mdx-url-export.test.js
mdx-vite-env-vars.test.js