forked from sveltejs/svelte.dev
-
Notifications
You must be signed in to change notification settings - Fork 6
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
2025/01/21 迄の更新に追従 #15
Merged
Merged
Conversation
This file contains 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
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
sync kit docs Co-authored-by: Rich-Harris <[email protected]>
Fix incorrect value in <select> element. Co-authored-by: 15363205631 <[email protected]>
sync kit docs Co-authored-by: Rich-Harris <[email protected]>
sync cli docs Co-authored-by: Rich-Harris <[email protected]>
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
sync kit docs Co-authored-by: Rich-Harris <[email protected]>
* docs: error boundary tutorial * rework * tweaks * bump svelte --------- Co-authored-by: Rich Harris <[email protected]>
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
* first draft of dec newsletter * Apply suggestions from code review Co-authored-by: Ben McCann <[email protected]> Co-authored-by: Paolo Ricciuti <[email protected]> * 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 <[email protected]> Co-authored-by: Paolo Ricciuti <[email protected]> Co-authored-by: Simon H <[email protected]>
* handle bigints in AST output tab * stringify bigints for console dupe detection
* include classes in exports * regenerate
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
replace rows with grid-template-rows to increase browser compat
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
Co-authored-by: Rich Harris <[email protected]> Co-authored-by: Willow (GHOST) <[email protected]> Co-authored-by: Dani Sandoval <[email protected]> Co-authored-by: Rich Harris <[email protected]>
sync kit docs Co-authored-by: Rich-Harris <[email protected]>
…js#1072) add pre-v5 runes notice Co-authored-by: Rich Harris <[email protected]>
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 <[email protected]>
* 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 <[email protected]> Co-authored-by: Rich Harris <[email protected]>
* 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 <[email protected]> Co-authored-by: Rich Harris <[email protected]>
* Fix tutorial to work with immutable data prop * Remove extraneous $bindable rune on data prop
* oops * alternative
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
* 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
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
sync cli docs Co-authored-by: Rich-Harris <[email protected]>
* 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 <[email protected]>
* Tutorial: Fixed animation id * Tutorial: Fixed id as key in another file --------- Co-authored-by: Tee Ming <[email protected]>
sync kit docs Co-authored-by: Rich-Harris <[email protected]>
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
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.