-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: preactjs/preact
base: 10.29.0
head repository: preactjs/preact
compare: 10.29.1
- 11 commits
- 126 files changed
- 3 contributors
Commits on Mar 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ab4b2dd - Browse repository at this point
Copy the full SHA ab4b2ddView commit details
Commits on Mar 21, 2026
-
chore: rename *.js -> *.jsx when JSX is used
Future vite versions won't accept JSX inside js files anymore (as they should!)
Configuration menu - View commit details
-
Copy full SHA for cd1c4af - Browse repository at this point
Copy the full SHA cd1c4afView commit details -
Merge pull request #5058 from preactjs/jsx-tests
chore: rename `.test.js` -> `.test.jsx` when JSX is used
Configuration menu - View commit details
-
Copy full SHA for 71ecde6 - Browse repository at this point
Copy the full SHA 71ecde6View commit details
Commits on Mar 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2a61642 - Browse repository at this point
Copy the full SHA 2a61642View commit details -
Merge pull request #5059 from preactjs/jsx-migrate2
chore: migrate remaining .js -> .jsx test files
Configuration menu - View commit details
-
Copy full SHA for dacefd5 - Browse repository at this point
Copy the full SHA dacefd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a9be1 - Browse repository at this point
Copy the full SHA 20a9be1View commit details -
Merge pull request #5060 from preactjs/playwright
chore: speed up tests by using playwright instead of webdriverio
Configuration menu - View commit details
-
Copy full SHA for 110966a - Browse repository at this point
Copy the full SHA 110966aView commit details
Commits on Mar 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c859700 - Browse repository at this point
Copy the full SHA c859700View commit details
Commits on Mar 26, 2026
-
Fix incorrect DOM order with conditional ContextProvider and inner ke…
…ys (#5065) (#5067) When a VNode is moved via INSERT_VNODE during diffChildren, its old _dom pointer becomes a stale positional reference. Nested diffs that call getDomSibling would traverse the old VNode tree and find this stale _dom, causing subsequent DOM insertions at the wrong position. Clear the old VNode's _dom after insert so getDomSibling skips moved VNodes and finds the correct insertion point.
Configuration menu - View commit details
-
Copy full SHA for cda06de - Browse repository at this point
Copy the full SHA cda06deView commit details
Commits on Apr 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0560f9a - Browse repository at this point
Copy the full SHA 0560f9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc9b50 - Browse repository at this point
Copy the full SHA 4dc9b50View commit details
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 10.29.0...10.29.1