Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mdx-js/mdx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.5
Choose a base ref
...
head repository: mdx-js/mdx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.0
Choose a head ref
  • 16 commits
  • 36 files changed
  • 5 contributors

Commits on Oct 17, 2022

  1. Update dev-dependencies

    wooorm committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6c5d674 View commit details
    Browse the repository at this point in the history
  2. Update @rollup/pluginutils

    wooorm committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    92f55f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Fix crash in capture-website

    wooorm committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7087dec View commit details
    Browse the repository at this point in the history
  2. Fix @mdx-js/node-loader from patching all runtimes

    Related-to: GH-2156.
    wooorm committed Oct 20, 2022
    1 Configuration menu
    Copy the full SHA
    3e0ab23 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Add Solid to JSX section in Getting Started guide

    Closes GH-2159.
    
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    Djunnni authored Oct 24, 2022
    1 Configuration menu
    Copy the full SHA
    3a50cc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Replace deprecated Intellij plugin in docs

    Closes GH-2178.
    
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    slorber authored Nov 19, 2022
    1 Configuration menu
    Copy the full SHA
    2635caf View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Add note about rollup@2 in Vite

    Closes GH-2180.
    
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    Ryuujo Zhang authored Nov 24, 2022
    1 Configuration menu
    Copy the full SHA
    38c2d46 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    dae6bc3 View commit details
    Browse the repository at this point in the history
  2. Update dev-dependencies

    wooorm committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5fbe3f4 View commit details
    Browse the repository at this point in the history
  3. Fix docs on types

    Closes GH-2104.
    wooorm committed Dec 8, 2022
    1 Configuration menu
    Copy the full SHA
    1c83612 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    4a1415d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Add support JSX development runtime

    The JSX dev runtime exposes more debugging information to users. For
    example, React exposes positional information through React Devtools.
    
    Although GH-2035 started off as an issue to support the `__source` prop, I
    have refrained from actually supporting the `__source` prop, as it’s
    specific to React. The automatic dev runtime supports this information
    without patching props.
    
    Closes GH-2035.
    Closes GH-2045.
    
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    remcohaszing authored Dec 14, 2022
    1 Configuration menu
    Copy the full SHA
    641eb91 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    caac5df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cb07ab View commit details
    Browse the repository at this point in the history
  4. Refactor code-style

    wooorm committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    fa9c42a View commit details
    Browse the repository at this point in the history
  5. 2.2.0

    wooorm committed Dec 14, 2022
    1 Configuration menu
    Copy the full SHA
    e43820b View commit details
    Browse the repository at this point in the history
Loading