Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support rendering <Fragment> in MDX <Content /> component #5522

Merged
merged 11 commits into from
Dec 5, 2022
Merged

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    58065cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f16c95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c57a114 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3107ec3 View commit details
    Browse the repository at this point in the history
  5. Add changeset

    delucis committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    d308e0e View commit details
    Browse the repository at this point in the history
  6. Add test suite for using slots in MDX

    Includes testing use of `<Fragment slot="...">`
    delucis committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    cb597b6 View commit details
    Browse the repository at this point in the history
  7. Remove astro core hack of passing Fragment to MDX pages

    No longer needed as this is fixed for all MDX content now within the MDX integration
    delucis committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    4754e30 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    910d77e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95b6ef6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e036f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb6baf7 View commit details
    Browse the repository at this point in the history