Simon H
83e96e044d
fix: escape `<` in attribute strings ( #12989 )
...
Svelte 4 version of #11411
3 months ago
Simon H
5ec4409fb2
fix: ensure typings for `<svelte:options>` are picked up ( #12902 )
...
Fixes #12886
3 months ago
Dani Sandoval
1a9727df1c
docs: "What's new in Svelte" July newsletter ( #12525 )
3 months ago
Rich Harris
9c5864902a
chore: crawl OG images directly ( #12380 )
...
* chore: crawl OG images directly
* bump
* fix broken links preventing build
4 months ago
Rich Harris
3abb41cc3f
fix: avoid sending blog post text twice in data payload ( #12379 )
4 months ago
Dani Sandoval
89b7b7fce6
docs: "What's new in Svelte" July newsletter ( #12148 )
...
* july first draft
* Apply suggestions from code review
Co-authored-by: wackbyte <wackbyte@protonmail.com>
Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>
* add sveltekit changes
* Apply suggestions from code review
* Update documentation/blog/2024-07-01-whats-new-in-svelte-july-2024.md
---------
Co-authored-by: wackbyte <wackbyte@protonmail.com>
Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
4 months ago
Rich Harris
84eb0c6dac
docs: add note on multiple ignored comments ( #12021 )
5 months ago
Olalekan Abdulfatah
e2a999c06a
Update 04-special-tags.md ( #11951 )
...
turning the word "XSS Vulnerability" to a clickable link to take the reader to https://owasp.org/www-community/attacks/xss/ so that can read more about it if they don't as that is pretty important.
5 months ago
github-actions[bot]
230916f5a0
Version Packages ( #11925 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
5 months ago
Simon H
dbe6057912
chore: speed up regex ( #11922 )
...
Svelte 4 version of #11918
5 months ago
Mikołaj Olejnik
32ebc46915
Fixed typo ( #11907 )
5 months ago
Błażej Nowakowski
8892078091
Update 01-faq.md ( #11873 )
...
Update vitest examples path
5 months ago
Dani Sandoval
520e6be643
docs: "What's new in Svelte" June newsletter ( #11772 )
...
* June first draft
* respond to pr comments
5 months ago
Simon H
b46d95de26
chore: enable Vercel speed insights on Svelte site ( #11824 )
...
privacy-compliant way to track performance metrics on our sites
6 months ago
Rich Harris
d04c146b46
chore: bump sveltekit ( #11674 )
6 months ago
github-actions[bot]
a8deae9323
Version Packages ( #11594 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 months ago
Simon H
8592914fdd
fix: correctly handle falsy values of style directives in SSR mode ( #11584 )
...
fixes #11044
6 months ago
Puru Vijay
72d493aaa5
docs(blog): Introducing Runes - mention .svelte.js suffix ( #11522 )
...
* Update 2023-09-20-runes.md
* More file names
* update import
* remove unnecessary .svelte.js
* Note for runes
* Apply suggestions from code review
Co-authored-by: Rich Harris <rich.harris@vercel.com>
* Fix language, remove NOTE:
* Reword the note
* , -> and
* Update documentation/blog/2023-09-20-runes.md
Co-authored-by: Rich Harris <rich.harris@vercel.com>
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>
6 months ago
github-actions[bot]
8e4c7788a9
Version Packages ( #11491 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 months ago
Philipp Pracht
1bab571caa
fix: additional check for component on destroy (svelte4) ( #11489 )
...
fixes #10454
6 months ago
Dani Sandoval
091912800a
docs: "What's new in Svelte" May newsletter ( #11366 )
7 months ago
Rich Harris
bb6fe3e189
tweak
7 months ago
Rich Harris
77119f413b
release candidate blog post ( #11391 )
...
* draft
* tweaks
* Update documentation/blog/2024-04-30-svelte-5-release-candidate.md
Co-authored-by: Conduitry <git@chor.date>
* Update documentation/blog/2024-04-30-svelte-5-release-candidate.md
---------
Co-authored-by: Conduitry <git@chor.date>
7 months ago
William O'Connell
4abfce85e8
docs: Fix iframe link in Write Less Code blog post ( #11215 )
...
* fix iframe link in Write Less Code blog post
* Update documentation/blog/2019-04-20-write-less-code.md
---------
Co-authored-by: Rich Harris <hello@rich-harris.dev>
7 months ago
github-actions[bot]
9f2341f3f2
Version Packages ( #11202 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7 months ago
Tan Li Hau
a510c6a37f
fix: support attribute selector inside :global() ( #11135 )
...
* fix: support attribute selector inside :global()
* Update Selector.js
7 months ago
github-actions[bot]
ad00cad761
Version Packages ( #11148 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7 months ago
Tan Li Hau
41eb8daab2
feat: support parsing camel case in container queries ( #11131 )
7 months ago
github-actions[bot]
11b8e94f9c
Version Packages ( #11101 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7 months ago
Kelvin Soh
9de149c596
fix: applying :global for +,~ sibling combinator when slots are present. fixes #9274 ( #9282 )
...
fixes #9274
7 months ago
Raymond Wang
a6bf91c83b
docs: add file annotations to examples that benefit from ts toggle ( #11058 )
7 months ago
Dani Sandoval
de27832792
docs: "What's new in Svelte" April newsletter ( #10907 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
8 months ago
Dani Sandoval
b5ae5ada0a
docs: "What's new in Svelte" March newsletter ( #10547 )
9 months ago
tbonelee
294dd5332c
docs: fix numeric input value when string is empty to `null` ( #9941 )
9 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>
10 months ago
Arslan
f2c2490a68
fix: add `scrollend` event type ( #10336 )
...
* fix: add scrollend event type
* Update fair-phones-dance.md
10 months ago
Rich Harris
452dc4ac9b
work around acorn types ( #10301 )
...
* work around acorn types
* ugh
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>
10 months ago
Rich Harris
4d8ce93d2e
update discloseVersion docs ( #10300 )
...
* update discloseVersion docs
* regenerate types
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>
10 months ago