Simon H
d15bc822e0
docs: remove banner ( #9697 )
1 year ago
Rich Harris
7a5176e45b
docs: fix edit links ( #9568 )
...
fixes #9557
1 year ago
github-actions[bot]
2d8a8603cb
Version Packages ( #9555 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 year ago
Simon H
9b3341378a
fix: handle spreads within static strings ( #9554 )
...
Previously, if a part of the template was determined be be optimizable using innerHTML, it would error if there's a spread on an attribute
1 year ago
github-actions[bot]
1fd0b18459
Version Packages ( #9553 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 year ago
Simon H
77ba5e7a2f
fix: adjust static attribute regex ( #9551 )
...
a `+` was missing
Fixes https://github.com/sveltejs/vite-plugin-svelte/issues/804
1 year ago
github-actions[bot]
36b2c50a70
Version Packages ( #9512 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 year ago
Simon H
9a97d5c547
fix: ignore expressions in top level script/style tag attributes ( #9498 )
...
Related to sveltejs/language-tools#2204 / sveltejs/language-tools#2039
1 year ago
github-actions[bot]
2ea17648f2
Version Packages ( #9491 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 year ago
Rich Harris
11f4335ae2
chore: add dummy svelte.dev site ( #9490 )
...
* chore: add dummy svelte.dev site
* link back to PR for context
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>
1 year ago
Simon H
b2e1f1c102
fix: handle closing tags inside attribute values ( #9486 )
...
Related to https://github.com/sveltejs/language-tools/issues/2204
1 year ago
Ben McCann
50abbc81da
blog: fix typo in 'svelte.dev: A complete overhaul' blog entry ( #9438 ) ( #9450 )
...
Co-authored-by: Arpit Jalan <arpit@arpitjalan.com>
1 year ago
Wes Keiser
f3e0db1e46
docs: incorrect order of directives ( #9414 )
...
The event listener must be registered before the event is dispatched in order for this code snippet to work.
1 year ago
Geoff Rich
022c47edfc
site: allow multiple blog authors ( #9390 )
1 year ago
github-actions[bot]
1369aa5cec
Version Packages ( #9380 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 year ago
Simon H
e10be7a8e4
site: summit banner ( #9378 )
1 year ago
Simon H
2a2a773174
chore: rewire some master occurences ( #9379 )
...
(main for a few in contributing; doesn't exist yet but will, soon)
1 year ago
Kelvin Soh
00700621bb
fix: html tag hydration: regard empty claimed_nodes array as content mismatch ( #9184 )
...
fixes #6832
1 year ago
Ben McCann
d8e382712c
site: fix type errors in JS files ( #9354 )
1 year ago
Pedro Coelho
ac7505d81b
docs: update text color in animate example ( #9374 )
1 year ago
Vardhaman Bhandari
2a6f9e3bb7
docs: fix typo in blog ( #9373 )
1 year ago
Dani Sandoval
3a842e3da4
docs: "What's new in Svelte" November newsletter ( #9360 )
...
* november draft
* Apply suggestions from code review
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Stanislav Khromov <stanislav.khromov+github@gmail.com>
* add version number to kit suggestion
* add svelte summit blurb
* update title, move summit to intro, add deno note
* Update documentation/blog/2023-11-01-whats-new-in-svelte-november-2023.md
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
---------
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Stanislav Khromov <stanislav.khromov+github@gmail.com>
2 years ago
Ben McCann
54233adb63
docs: clarify "obsolete" in runes blog post ( #9364 )
2 years ago
Ben McCann
895612514c
fix: improve a11y-click-events-have-key-events message ( #9358 )
2 years ago
Ben McCann
3d20b39289
site: fix 404 page by upgrading SvelteKit and avoiding null reference ( #9337 )
2 years ago
Sanjaiyan Parthipan
522d06a6ad
site: add `type="search"` to search input ( #9263 )
2 years ago
Ben McCann
28d6b34598
chore: fix failing format linting ( #9338 )
2 years ago
Min Kim
4b911045b0
docs: fix else if blocks on tutorial ( #9336 )
2 years ago
github-actions[bot]
590503044f
Version Packages ( #9293 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 years ago
Sina Salahshour
6b9b8af050
fix: ignore comments while comparing nodes in node_match ( #9197 )
...
related to issue #9088
it doesn't solve the main problem of dependencies getting invalidated whenever value of a variable gets changed.
but it fixes the behavior difference between the code with and without comments
2 years ago
Simon H
c1b7262248
fix: repair pnpm lock to deduplicate packages and make repl working again ( #9333 )
2 years ago
vhladko
ab80d9d214
fix: add missing plaintext-only value to contenteditable type ( #9242 )
...
fixes #9181
2 years ago
Ben McCann
c9cd687d36
chore: upgrade semver and postcss to address four security issues ( #9322 )
2 years ago
Mathias Schäfer
16c42cb085
fix: add transform-origin to SVGAttributes ( #9326 )
...
See https://svgwg.org/svg2-draft/styling.html#PresentationAttributes
2 years ago
Ravi van Rooijen
1ed9182025
docs: mention `{#await}` on non-Promise values short-circuiting to the fullfilled branch ( #9324 )
...
Fixes #9323
2 years ago
Simon H
9900c85acf
fix: support camelCase properties on custom elements ( #9328 )
...
while attributes are case insensitive, properties are not. to not introduce a breaking change, the lowercased variant is checked first.
fixes #9325
2 years ago
Emmanuel Ferdman
6f508a011b
fix: update link to `LICENSE.md` ( #9296 )
2 years ago
Ben McCann
4efec418c2
chore: bump jsdom to address word-wrap vulnerability ( #9046 )
...
* chore: bump jsdom to address word-wrap vulnerability
* downgrade jsdom
* fix lockfile
2 years ago
Ben McCann
052d38158f
chore: upgrade magic-string ( #9292 )
2 years ago
Rubin Raithel
9ffe07da2f
fix: svelte.dev site scripts filepath generation ( #9273 )
2 years ago
Willow (GHOST)
e42b961bd2
Add Hacktoberfest blog post ( #9280 )
2 years ago
Dani Sandoval
050592d2e1
docs: "What's new in Svelte" October newsletter ( #9271 )
2 years ago
Diego Augusto Molina
acb93568b0
docs: fix typo in `Action` jsdoc ( #9254 )
2 years ago
Irshad Ali
fa89421301
fix(repl): runes bottom banner overlapping fixed ( #9238 )
...
---------
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
2 years ago
Ben McCann
666d70ac2b
chore: update PR template with note about rewrite ( #9231 )
2 years ago
Simon H
68b40effb2
site: runes banner ( #9228 )
...
* site: runes banner
* well I should get the title right, shouldnt I?
* padding
* fix typo
* tweak
2 years ago
Rich Harris
c50ad34b06
introducing runes ( #9227 )
...
Co-authored-by: Rich Harris <rich.harris@vercel.com>
2 years ago
github-actions[bot]
bd5e5eef9b
Version Packages ( #9121 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 years ago
gtmnayan
26eb2a2f89
fix: false reactive component warning ( #9094 )
...
fixes #9082
2 years ago
Teo
93b17c85f7
fix: spreading attributes on option value attribute get's replaced by option's inner text ( #9125 )
...
fixes #9107
Apart from the problem with the option the same happens with the textarea.
2 years ago