github-actions[bot]
ae752c9693
Version Packages ( #8877 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 year ago
Simon H
0aa03df086
fix: reflect all custom element prop updates back to attribute ( #8898 )
...
fixes #8879
1 year ago
Simon H
4b3eb72346
fix: shrink custom element baseline a bit ( #8858 )
...
- use shorter class property names as they are not minified
- reuse some dom helper methods
#8826
1 year ago
Simon H
2f5e371046
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
1 year ago
Simon H
d2ff04f9fe
fix: use non-destructive hydration for all `@html` tags ( #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 https://github.com/sveltejs/kit/issues/10245
1 year ago
Simon H
b9328a5077
docs: more details on transition migration
1 year ago
Puru Vijay
4b98f7811f
chore: update REPL to 0.5.0-next.10
1 year ago
Em Zhan
12f8e9047a
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
1 year ago
Dani Sandoval
4d71ab72c1
docs: "What's new in Svelte" July newsletter ( #8853 )
1 year ago
Brad Dougherty
cfa5447ea5
docs: fix typo in v4 migration guide ( #8890 )
1 year ago
gtmnayan
a590bc12a7
site: fix docs "edit this page" link ( #8888 )
1 year ago
Simon H
1a3e50b6b7
fix: check srcset when hydrating to prevent needless requests ( #8868 )
...
---------
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
1 year ago
Puru Vijay
d3d1fb563f
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>
1 year ago
gtmnayan
867806f983
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
1 year ago
Puru Vijay
678faf4f36
chore(site): update deps
1 year ago
L
270cfce065
chore: adding default for disclose version ( #8874 )
1 year ago
Simon Holthausen
1de2144dae
chore: tests for #8872
1 year ago
github-actions[bot]
90860550ae
Version Packages ( #8855 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 year ago
Simon H
b0a3fa1766
fix: ensure createEventDispatcher and ActionReturn work with generic function types ( #8872 )
...
fixes #8860
This contains a small but unfortunately unavoidable breaking change: If you used `never` to type that the second parameter of `createEventDispatcher` shouldn't be set or that the action accepts no parameters (which the docs recommended for a short time), then you need to change that to `null` and `undefined` respectively
1 year ago
Puru Vijay
7934a7f4d2
chore: update REPL to 0.5.0-next.7
1 year ago
Simon H
1cfed0bf29
fix: relax a11y "no redundant role" rule for li, ul, ol ( #8867 )
...
fixes #8854
1 year ago
hackape
876f894c64
fix: apply transition_in/out to svelte:element with local transition ( #8865 )
...
fixes #8233
1 year ago
Simon Holthausen
1c7ed55385
docs: add a11y-no-static-element-interactions
...
closes #8862
1 year ago
Puru Vijay
00c806df97
chore: Update REPL to 0.5.0-next.6
1 year ago
Simon H
2b9b99bd35
fix: remove tsconfig.json from published package ( #8859 )
...
fixes #8839
1 year ago
Not-Jayden
e3422e182b
docs: Don't recommend TypeScript type assertions for reactive declarations ( #8824 )
...
strictly speaking that's not the same and could hide some type errors
1 year ago
Geoff Rich
2a93ca9172
site: make REPL user menu keyboard accessible ( #8831 )
1 year ago
Nguyen Tran
3576c7443e
fix: Make sure 'func' doesn't clash with destructured contexts ( #8840 )
...
Fixes : #8753
1 year ago
Valentin Grégoire
c0d92628dd
docs: Make white text on white background visible. ( #8852 )
1 year ago
TheBlckbird
e887c21e51
docs: change Typescript to JSDoc in Readme.md ( #8851 )
...
---------
Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
1 year ago
Alimurtuza
bbcb5f58ae
docs: handle warnings in examples page ( #8836 )
...
ignore some, fix others
---------
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
1 year ago
Ben McCann
68e6336637
chore: upgrade dependencies ( #8827 )
1 year ago
Eric Liu
abe2ee73e1
docs: fix link to changelog ( #8845 )
1 year ago
Gwang Jin Kim
d3297e2a25
docs: Remove duplicate note ( #8843 )
1 year ago
Theodore Brown
223db7f19d
docs: fix TypeScript event name typos ( #8844 )
1 year ago
Ben McCann
7bab2d4033
docs: fix link in changelog
1 year ago
Khurram Jalil
ad2168016b
Fixed #8828 ( #8832 )
1 year ago
iamkneel
7dea31327e
docs: format "MutationObserver" as code ( #8830 )
1 year ago
Simon H
037ac2f55a
docs: update transitions tutorial ( #8822 )
...
fixes #8820
1 year ago
Alimurtuza
79e7ccc415
docs: fix white text on white BG in examples ( #8821 )
...
fixes ##8816
1 year ago
Cesar Napoleon Mejia Leiva
a83e438b5e
docs: fix style directive with important modifier example ( #8802 )
1 year ago
Ignatius Bagus
a29feeca25
docs: fix tutorial edit link ( #8812 )
...
Fixes #8811
1 year ago
Simon Holthausen
94cfdbcee1
docs: fix snippet
...
closes #8817
1 year ago
Martin Hobert
5ddf4ca779
docs: fix attribute example in basic markup ( #8813 )
...
---------
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
1 year ago
gtmnayan
ea18bd7e98
docs: use `@latest` on the migrate command ( #8814 )
1 year ago
Isaiah Banks
140bed5386
Update CHANGELOG.md ( #8809 )
...
Fix misformatted links in 4.0.0 changelog
1 year ago
Puru Vijay
08fe2bc596
fix: Use version 4 for examples and tutorial ( #8806 )
...
* Use version 4 for examples and tutorial
* Remove redundant import
1 year ago
Simon H
797b711e3a
docs: tweaks ( #8798 )
...
- link to createEventDispatcher typings
- svelte action type error fix
- migration guide tweak
- add back blog post that has gone missing
1 year ago
Ben McCann
20c9bd1463
update stats for final release
1 year ago
Ben McCann
936ce2bce3
svelte 4 blog post
1 year ago