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: rehypejs/rehype-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2.0
Choose a base ref
...
head repository: rehypejs/rehype-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0.0
Choose a head ref
  • 13 commits
  • 11 files changed
  • 1 contributor

Commits on Aug 31, 2023

  1. Update dev-dependencies

    wooorm committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9781c2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73c4fb0 View commit details
    Browse the repository at this point in the history
  3. Refactor tsconfig.json

    wooorm committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4158c24 View commit details
    Browse the repository at this point in the history
  4. Refactor package.json

    wooorm committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    28155de View commit details
    Browse the repository at this point in the history
  5. Refactor Actions

    wooorm committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c0189e1 View commit details
    Browse the repository at this point in the history
  6. Add ignore-scripts to .npmrc

    wooorm committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    850415b View commit details
    Browse the repository at this point in the history
  7. Refactor to use node:test

    wooorm committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c4577ec View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Change to support preact, solid, svelte, vue, too

    This switches from `Fragment`/`createElement` to a JSX runtime (such as
    from `'react/jsx-runtime'`), to support many more frameworks:
    
    ```diff
    - import {Fragment, createElement} from 'react'
    + import * as production from 'react/jsx-runtime'
    
    -   .use(rehypeReact, {Fragment, createElement})
    +   .use(rehypeReact, production)
    ```
    wooorm committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    579589b View commit details
    Browse the repository at this point in the history
  2. Refactor docs

    wooorm committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b1e8e96 View commit details
    Browse the repository at this point in the history
  3. Refactor code-style

    wooorm committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a9f253b View commit details
    Browse the repository at this point in the history
  4. Change to use exports

    wooorm committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fb00d7b View commit details
    Browse the repository at this point in the history
  5. Change to require Node.js 16

    wooorm committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f9c640b View commit details
    Browse the repository at this point in the history
  6. 8.0.0

    wooorm committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    93fac07 View commit details
    Browse the repository at this point in the history
Loading