-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
$app/state
module (#13140)
* WIP * most existing stuff working * working * paperwork * get $app/state working * prettier * stopgap * this seems to work * update most of the test files * fix * oops * navigating * whitespace is important for our test assertion * fix * adjust new tests/folder names, keep around old $app/stores-specific tests until SvelteKit 3 * adjust test * updated * docs * better dev time errors * another test * adjust documentation * nomenclature * lint * adjust test name * oops * changeset * deprecate $app/stores * fix hash link + typo * Update documentation/docs/60-appendix/40-migrating.md Co-authored-by: Tee Ming <chewteeming01@gmail.com> * fix/tweak * typos * document deprecation, link between state/stores * Apply suggestions from code review * regenerate * tweak wording * small tweaks --------- Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com> Co-authored-by: Tee Ming <chewteeming01@gmail.com>
- Loading branch information
1 parent
0464283
commit f2393eb
Showing
122 changed files
with
943 additions
and
271 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@sveltejs/kit': minor | ||
--- | ||
|
||
feat: add `$app/state` module |
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
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
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
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
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
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
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
Oops, something went wrong.