-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Comparing changes
Open a pull request
base repository: sveltejs/svelte
base: svelte@4.0.1
head repository: sveltejs/svelte
compare: svelte@4.0.2
- 17 commits
- 26 files changed
- 12 contributors
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1de2144 - Browse repository at this point
Copy the full SHA 1de2144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 270cfce - Browse repository at this point
Copy the full SHA 270cfceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 678faf4 - Browse repository at this point
Copy the full SHA 678faf4View commit details -
chore: fix site deploys (#8878)
force Vercel to rebuild sharp everytime - it's prone to breaking at some point and we'd have to clear the cache
Configuration menu - View commit details
-
Copy full SHA for 867806f - Browse repository at this point
Copy the full SHA 867806fView commit details -
blog: post about svelte.dev overhaul (#8766)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d3d1fb5 - Browse repository at this point
Copy the full SHA d3d1fb5View commit details
Commits on Jun 30, 2023
-
fix: check srcset when hydrating to prevent needless requests (#8868)
--------- Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1a3e50b - Browse repository at this point
Copy the full SHA 1a3e50bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a590bc1 - Browse repository at this point
Copy the full SHA a590bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa5447 - Browse repository at this point
Copy the full SHA cfa5447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d71ab7 - Browse repository at this point
Copy the full SHA 4d71ab7View commit details
Commits on Jul 2, 2023
-
chore: update svelte.dev README (#8894)
* Fix svelte.dev running locally instructions After a clean clone, the `svelte` package needs to have its `/types` directory generated for `pnpm dev` to work * Update note about REPL Firefox supports `import` in workers since version 114; confirmed that the REPL works with `pnpm dev` in Firefox
Configuration menu - View commit details
-
Copy full SHA for 12f8e90 - Browse repository at this point
Copy the full SHA 12f8e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b98f78 - Browse repository at this point
Copy the full SHA 4b98f78View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b9328a5 - Browse repository at this point
Copy the full SHA b9328a5View commit details -
fix: use non-destructive hydration for all
@htmltags (#8880)html tags that could be optimized to use innerHTML in mount ignored any hydration code, which leads to everything getting unmounted and mounted again. This takes the non-optimized path for hydration, too. fixes sveltejs/kit#10245
Configuration menu - View commit details
-
Copy full SHA for d2ff04f - Browse repository at this point
Copy the full SHA d2ff04fView commit details -
chore: run tsc properly (#8884)
Runs type check as part of the CI. This needs a new path alias in the tsconfig so that TS resolves the svelte import in the ambient file directly to the correct d.ts file and doesn't load Svelte through the node_modules, at which point it would load the generated ambient type definitions and throw a duplicate definitions error. Also removes a tgz that was accidentally added
Configuration menu - View commit details
-
Copy full SHA for 2f5e371 - Browse repository at this point
Copy the full SHA 2f5e371View commit details -
fix: shrink custom element baseline a bit (#8858)
- use shorter class property names as they are not minified - reuse some dom helper methods #8826
Configuration menu - View commit details
-
Copy full SHA for 4b3eb72 - Browse repository at this point
Copy the full SHA 4b3eb72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa03df - Browse repository at this point
Copy the full SHA 0aa03dfView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ae752c9 - Browse repository at this point
Copy the full SHA ae752c9View 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 svelte@4.0.1...svelte@4.0.2