forked from sveltejs/svelte.dev
-
Notifications
You must be signed in to change notification settings - Fork 7
2025/01/21 迄の更新に追従 #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update index.md Fix Typo
clarified the code slightly by providing file names where the changes apply for context and an example of the last use
Fixing the repl example '<svelte:document>' Svelte Repl isn't working without `.toString()` on the selection.
…n REPL (sveltejs#872) Resolve `module` and `browser` conditions for fetched packages in REPL
Fix incorrect value in <select> element. Co-authored-by: 15363205631 <q.2@foxmail.com>
* docs: error boundary tutorial * rework * tweaks * bump svelte --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>
* first draft of dec newsletter * Apply suggestions from code review Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com> * It's december! * Forgot to update the description * Update apps/svelte.dev/content/blog/2024-12-01-whats-new-in-svelte-december-2024.md * Update 2024-12-01-whats-new-in-svelte-december-2024.md --------- Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com> Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
* handle bigints in AST output tab * stringify bigints for console dupe detection
* include classes in exports * regenerate
replace rows with grid-template-rows to increase browser compat
Co-authored-by: Rich Harris <hello@rich-harris.dev> Co-authored-by: Willow (GHOST) <ghostdevbusiness@gmail.com> Co-authored-by: Dani Sandoval <dani@equall.com> Co-authored-by: Rich Harris <rich.harris@vercel.com>
…js#1072) add pre-v5 runes notice Co-authored-by: Rich Harris <rich.harris@vercel.com>
Add missing {@render children()}
* respect system theme, without FOUC * fix * drive-by fix
…ltejs#1071) * improve redability * Update apps/svelte.dev/content/tutorial/01-svelte/04-logic/05-keyed-each-blocks/index.md --------- Co-authored-by: Rich Harris <hello@rich-harris.dev>
* feat: render day of week in RSS pubDate * feat: sort rss feed by date desc * Apply suggestions from code review * simplify --------- Co-authored-by: Rich Harris <hello@rich-harris.dev> Co-authored-by: Rich Harris <rich.harris@vercel.com>
* use Persisted for details blocks * another * another * another * remove svelte-persisted-store
* Fix tutorial to work with immutable data prop * Remove extraneous $bindable rune on data prop * Update apps/svelte.dev/content/tutorial/03-sveltekit/07-api-routes/02-post-handlers/index.md --------- Co-authored-by: Rich Harris <hello@rich-harris.dev> Co-authored-by: Rich Harris <rich.harris@vercel.com>
* Fix tutorial to work with immutable data prop * Remove extraneous $bindable rune on data prop
* oops * alternative
* chore: markdown fixes - handle `@param` on properties - properly run markdown on `.js` files. Previously `.js` was treated as TS, which resulted in errors because the jsdoc was ignored. This was done this way because twoslash does not run on `js` by default, but there's a different way to make it still run on them while respecting jsdoc. * set relevant compiler options * see if that helps * another one
* Fixing missing parentheses and using u as in doc above * added to inital app
…y more readable (sveltejs#880) * Update App.svelte made the fonts larger and heavier for improved readability of the example * Update App.svelte made the fonts larger and heavier for improved readability of the example --------- Co-authored-by: Tee Ming <chewteeming01@gmail.com>
* Tutorial: Fixed animation id * Tutorial: Fixed id as key in another file --------- Co-authored-by: Tee Ming <chewteeming01@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.