Dani Sandoval
de27832792
docs: "What's new in Svelte" April newsletter ( #10907 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
7 months ago
Dani Sandoval
b5ae5ada0a
docs: "What's new in Svelte" March newsletter ( #10547 )
8 months ago
tbonelee
294dd5332c
docs: fix numeric input value when string is empty to `null` ( #9941 )
8 months ago
github-actions[bot]
b14eabaca3
Version Packages ( #10607 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
9 months ago
konstantinov90
055e7a8739
fix: properly update `svelte:component` props when there are spread props ( #10604 )
...
fixes #10602
9 months ago
Gregor Aisch
314c3d4af9
docs: fix link in introduction ( #10562 )
...
the link to https://www.sveltesociety.dev/packages?category=bundler-plugins yields no results since the tag has been renamed to "build-plugins"
9 months ago
github-actions[bot]
fb14a04d23
Version Packages ( #10489 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
9 months ago
Simon H
a41bdb6184
fix: check that component wasn't instantiated ( #10466 )
...
fixes #10454
9 months ago
Ben McCann
3e8d4fd252
chore: upgrade xml2js ( #10462 )
9 months ago
Daniel Zhu
2349cebc38
docs: fix repl login ( #10295 )
...
* fix < and > rendering in search results
* should fix auth window issues
* more fixes
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>
9 months ago
github-actions[bot]
d5e460768c
Version Packages ( #10340 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
9 months ago
Simon H
2d7884aafb
fix: add `fetchpriority` to `script` and `link` tags ( #10403 )
...
Works on more elements besides img
9 months ago
Matt Kane
c15e021e22
fix: add fetchpriority to image attrs ( #10390 )
...
Fixes #8099
---------
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
9 months ago
Dani Sandoval
18315959c9
docs: "What's new in Svelte" February newsletter ( #10323 )
9 months ago
navorite
f834b6eb55
fix: Add `miter-clip` and `arcs` to `stroke-linejoin` attribute ( #10377 )
...
#10141 for svelte 4
9 months ago
Rich Harris
2cc251003a
fix: make inline doc links valid ( #10366 )
...
* fix: make inline doc links valid
* real glad you caught that one eslint. how would we ever cope without you
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>
9 months ago
Arslan
f2c2490a68
fix: add `scrollend` event type ( #10336 )
...
* fix: add scrollend event type
* Update fair-phones-dance.md
9 months ago
Rich Harris
452dc4ac9b
work around acorn types ( #10301 )
...
* work around acorn types
* ugh
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>
9 months ago
Rich Harris
4d8ce93d2e
update discloseVersion docs ( #10300 )
...
* update discloseVersion docs
* regenerate types
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>
9 months ago
Daniel Zhu
af5204a765
docs: fix < and > rendering in search results ( #10284 )
10 months ago
Tobias Messner
9d0f7d7279
fix(repl): update broken embed repl to work like regular one, remove obsolete ReplWidget.svelte ( #10180 )
10 months ago
github-actions[bot]
d9fcc87235
Version Packages ( #9886 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
10 months ago
Simon H
490102932b
fix: bump `axobject-query` ( #10167 )
...
fixes #8825
10 months ago
Simon H
bc5e578d37
fix: make `@types/estree` a dependency ( #10149 )
...
types are exposed through our types, so we need to add it as a dependency
fixes #10010
10 months ago
Fritz Lin
c71ef10c54
docs: fix example immutable missing on:click ( #10107 )
10 months ago
Lachlan Collins
bde282adba
docs: update `sveltesociety.dev` links ( #10035 )
10 months ago
Simon H
89db4b5d99
chore: commit types ( #9862 )
...
To ensure that changes to code/types doesn't result in unwanted changes in type generation, or that bumps to dts-buddy don't cause unwanted regressions, we're checking in the generated types. Types should be committed as-is (don't format it with prettier!). CI is enhanced to check that git sees no changed files after generating the types, which would mean types have changed.
10 months ago
Puru Vijay
c717a4df7c
feat: bump site to SvelteKit 2 ( #9923 )
...
* Push
* Bump deps
* Update sites/svelte.dev/src/routes/roadmap/+page.js
* Bump deps
* Fix stuff
---------
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
10 months ago
navorite
32772b4131
fix: add types for popover attributes and events ( #10042 )
...
#10041 for svelte 4
---------
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
10 months ago
Katriel
331d9099f9
docs: spelling mistake in January newsletter ( #10048 )
10 months ago
Dani Sandoval
1131b8914b
docs: "What's new in Svelte" January newsletter ( #10004 )
10 months ago
Puru Vijay
fa96bc91d9
fix(site): Search ( #10023 )
...
* Push
* Take in all sections
10 months ago
Ben McCann
5dda0105fd
docs: fix sveltesociety links ( #9981 )
11 months ago
Mark Jaquith
916b51eb1d
Fix webpack typo ( #9978 )
11 months ago
Rich Harris
a4a1b08905
SvelteKit 2 blog post ( #9919 )
...
* .
* try this
* try this
* add some stuff on shallow routing
* style
* fix link
* update to svelte 4
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>
11 months ago
Jirawat Boonkumnerd
804f296368
fix: add GamepadEventHandler type ( #9864 )
...
Add GamepadEventHandler type for window.addEventListener `gamepadconnected` and `gamepaddisconnected`
11 months ago
Fabian
b1795a88ad
feat: OpenSearch ( #9780 )
...
* added OpenSearch
* prettier stuff
* moved opensearch to layout
* Fix build errors
* Revert "moved opensearch to layout"
* Add trailing space
---------
Co-authored-by: Puru <devpuruvj@gmail.com>
11 months ago
Puru Vijay
ed9ecca0dc
Fix hero image ( #9845 )
11 months ago
Simon H
f91b85bf01
docs: site hero img dimensions ( #9840 )
...
prevents layout shift
11 months ago
Puru Vijay
2f71c16a43
fix(site): svelte advent -> advent of svelte ( #9829 )
...
* Push
* Bump site-kit
* Bump site-kit
* Bump site-kit again
* Bump site-kit
11 months ago
Puru Vijay
ea55f4dddd
fix(site): get the site building again ( #9819 )
...
* Push
* Downgrade v-p-s
* Remove vps and sass
* Revert renderer
11 months ago
Puru Vijay
06df39795d
fix(site): banner ( #9815 )
...
* Push
* Bump site-kit
11 months ago
Puru Vijay
975904d9b7
chore: simplify banner ( #9246 )
...
adds a new server route that contains banner data, that site-kit can read through its new banner components/helpers and display correctly
---------
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
11 months ago
Ben McCann
d5b237a887
chore(site): simplify prettier commands ( #9703 )
11 months ago
gtmnayan
8fd7756d7f
site(v4): fix repl ( #9746 )
...
* fix repl
* bump dts buddy
* fix formatting
* fix lint script
* fix lint
* whee
11 months ago
Puru Vijay
129dbbb10c
chore(site): upgrade deps ( #9745 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
11 months ago
Dani Sandoval
f6f833beab
docs: "What's new in Svelte" December newsletter ( #9730 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
11 months ago
github-actions[bot]
226bf419f9
Version Packages ( #9719 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
11 months ago
Simon H
31d939fefa
fix: port over props that were set prior to initialization ( #9701 )
...
...and then delete the property descriptor that shadows the prototype descriptor
fixes #9487
11 months ago
Simon H
d15bc822e0
docs: remove banner ( #9697 )
11 months ago