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 Loading
base: 2.2.1
Choose a base ref
...
head repository: mdx-js/mdx Loading
compare: 2.3.0
Choose a head ref
  • 19 commits
  • 83 files changed
  • 6 contributors

Commits on Dec 26, 2022

  1. Add inferring of development options from webpack loader mode

    Closes GH-2198.
    Closes GH-2201.
    
    Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    remcohaszing committed Dec 26, 2022
    2 Configuration menu
    Copy the full SHA
    600b12a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Refactor wording

    Closes GH-2214.
    
    Reviewed-by: Remco Haszing <remcohaszing@gmail.com>
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    B. Burt committed Jan 6, 2023
    1 Configuration menu
    Copy the full SHA
    a17ac87 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Use package-lock.json version 3

    Closes GH-2223.
    remcohaszing committed Jan 13, 2023
    2 Configuration menu
    Copy the full SHA
    6667d7c View commit details
    Browse the repository at this point in the history
  2. Add remark-mdx-chartjs to list of plugins

    Closes GH-2221.
    
    Reviewed-by: Remco Haszing <remcohaszing@gmail.com>
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    pangelani committed Jan 13, 2023
    2 Configuration menu
    Copy the full SHA
    1f551a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Add recma-mdx-displayname to list of plugins

    Closes GH-2230.
    
    Reviewed-by: Remco Haszing <remcohaszing@gmail.com>
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    domdomegg committed Jan 19, 2023
    2 Configuration menu
    Copy the full SHA
    f4d78be View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Update site dependencies

    Closes GH-2060.
    Closes GH-2061.
    Closes GH-2234.
    
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    ChristianMurphy committed Feb 8, 2023
    2 Configuration menu
    Copy the full SHA
    b85947b View commit details
    Browse the repository at this point in the history
  2. Add module: node16 to tsconfig.json

    Closes GH-2211.
    Closes GH-2228.
    ChristianMurphy committed Feb 8, 2023
    2 Configuration menu
    Copy the full SHA
    3911148 View commit details
    Browse the repository at this point in the history
  3. Update package-lock.json

    wooorm committed Feb 8, 2023
    2 Configuration menu
    Copy the full SHA
    6a63bc1 View commit details
    Browse the repository at this point in the history
  4. Fix types for Webpack

    wooorm committed Feb 8, 2023
    2 Configuration menu
    Copy the full SHA
    1142d8f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Update package-lock.json

    wooorm committed Feb 9, 2023
    2 Configuration menu
    Copy the full SHA
    39c168b View commit details
    Browse the repository at this point in the history
  2. Update Actions

    Closes GH-2248.
    Closes GH-2011.
    wooorm committed Feb 9, 2023
    2 Configuration menu
    Copy the full SHA
    a074f3b View commit details
    Browse the repository at this point in the history
  3. Update dev-dependencies

    Closes GH-2183.
    Closes GH-2188.
    Closes GH-2226.
    Closes GH-2249.
    wooorm committed Feb 9, 2023
    2 Configuration menu
    Copy the full SHA
    a5728c7 View commit details
    Browse the repository at this point in the history
  4. Refactor tsconfig.json

    Closes GH-2250.
    wooorm committed Feb 9, 2023
    2 Configuration menu
    Copy the full SHA
    8f85b30 View commit details
    Browse the repository at this point in the history
  5. Remove unused c8 ignores

    Closes GH-2251.
    
    Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
    wooorm committed Feb 9, 2023
    2 Configuration menu
    Copy the full SHA
    d0a65fc View commit details
    Browse the repository at this point in the history
  6. Remove whitespace between unraveled text nodes

    Closes GH-2000.
    Closes GH-2252.
    wooorm committed Feb 9, 2023
    2 Configuration menu
    Copy the full SHA
    764d3a2 View commit details
    Browse the repository at this point in the history
  7. Refactor internals to clarify some code

    Closes GH-2253.
    wooorm committed Feb 9, 2023
    2 Configuration menu
    Copy the full SHA
    ea7fd0b View commit details
    Browse the repository at this point in the history
  8. Refactor to improve docs

    * Update dates
    * Update a bunch of examples
    * Refactor some wording
    * Update examples around `development` for `evaluate`
    
    Closes GH-2204.
    Closes GH-2254.
    wooorm committed Feb 9, 2023
    2 Configuration menu
    Copy the full SHA
    97b9d59 View commit details
    Browse the repository at this point in the history
  9. Add improved support for non-React frameworks

    React uses their own style of attributes (similar to the DOM), such as `className` instead of `class`.
    Some ther frameworks don’t support that: they want you to pass `class`. Similarly, React wants `WebkitBoxShadow`, while other frameworks want `-webkit-box-shadow`.
    
    This particularly becomes an issue around more complex things such as SVG.
    With this commit, you can now configure the exact style that your particular framework accepts.
    
    Closes GH-2247.
    Closes GH-2255.
    
    Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
    wooorm committed Feb 9, 2023
    2 Configuration menu
    Copy the full SHA
    12e63e8 View commit details
    Browse the repository at this point in the history
  10. 2.3.0

    wooorm committed Feb 9, 2023
    2 Configuration menu
    Copy the full SHA
    b117f74 View commit details
    Browse the repository at this point in the history
Loading