-
-
Notifications
You must be signed in to change notification settings - Fork 23
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rehypejs/rehype-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 11 files changed
- 1 contributor
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9781c2d - Browse repository at this point
Copy the full SHA 9781c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73c4fb0 - Browse repository at this point
Copy the full SHA 73c4fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4158c24 - Browse repository at this point
Copy the full SHA 4158c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28155de - Browse repository at this point
Copy the full SHA 28155deView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0189e1 - Browse repository at this point
Copy the full SHA c0189e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 850415b - Browse repository at this point
Copy the full SHA 850415bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4577ec - Browse repository at this point
Copy the full SHA c4577ecView commit details
Commits on Sep 1, 2023
-
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) ```Configuration menu - View commit details
-
Copy full SHA for 579589b - Browse repository at this point
Copy the full SHA 579589bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e8e96 - Browse repository at this point
Copy the full SHA b1e8e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f253b - Browse repository at this point
Copy the full SHA a9f253bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb00d7b - Browse repository at this point
Copy the full SHA fb00d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c640b - Browse repository at this point
Copy the full SHA f9c640bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93fac07 - Browse repository at this point
Copy the full SHA 93fac07View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.2.0...8.0.0