Skip to content

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 171 commits into from
Jan 22, 2025
Merged

Conversation

tomoam
Copy link
Member

@tomoam tomoam commented Jan 22, 2025

No description provided.

broemp and others added 30 commits November 13, 2024 22:35
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 <1162160+Rich-Harris@users.noreply.github.com>
sync kit docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
Fix incorrect value in <select> element.

Co-authored-by: 15363205631 <q.2@foxmail.com>
sync kit docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
sync cli docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
sync kit docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
* docs: error boundary tutorial

* rework

* tweaks

* bump svelte

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.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
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
replace rows with grid-template-rows to increase browser compat
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
DreaminDani and others added 29 commits January 1, 2025 12:08
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>
sync kit docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
…js#1072)

add pre-v5 runes notice

Co-authored-by: Rich Harris <rich.harris@vercel.com>
* 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
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
* 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 <1162160+Rich-Harris@users.noreply.github.com>
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
sync cli docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
* 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>
sync kit docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
sync svelte docs

Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
@tomoam tomoam merged commit 0f7d41d into svelte-jp:main Jan 22, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.