Conduitry
9e30326458
update changelog
2021-11-19 07:19:59 -05:00
Josh Duff
0b2d700e98
[fix] Add URLSearchParams to list of globals ( #6938 )
2021-11-19 07:16:42 -05:00
Simon H
eaa9ffa330
[fix] add types field to exports ( #6937 )
...
This will be needed when TS adds the new node module resolution algorithm. It also solves https://github.com/microsoft/TypeScript/issues/46860 on our end.
Closes #6939
2021-11-19 09:29:20 +01:00
gtmnayan
b4ec15eecd
[chore] Reflect migration of site to SvelteKit in readme ( #6940 )
2021-11-19 10:07:29 +07:00
Rich Harris
909ba1778a
update arctic sea ice extent chart ( #6922 )
2021-11-16 19:09:47 -08:00
Ben McCann
9cd3f2e049
site: disable Vite vendor chunk ( #6935 )
2021-11-16 14:31:45 -05:00
Dmitriy Fishman
f50d9b9f34
[docs] Fix a typo in 03-run-time.md ( #6933 )
2021-11-16 11:43:41 +07:00
Dmitriy Fishman
fd466d7221
[docs] fix typo in 02-template-syntax.md ( #6929 )
2021-11-15 14:22:37 +08:00
Simon H
d5370f23d3
[fix] more specific return type for crossfade ( #6927 )
...
People with "noUncheckedIndexedAccess" set to true in their tsconfig would get false errors when accessing the return type because without this specific tuple typing, TS infers the return type as being an array of functions, not a tuple of functions.
Fixes #6926
2021-11-14 15:15:28 +01:00
Jim Hunziker
78e02565d2
[docs] fix link to community-maintained tools ( #6917 )
2021-11-11 09:00:45 -05:00
Aykut Kardaş
2c8e77bf90
[refactor] refactor trim utils and write tests ( #6909 )
2021-11-09 07:53:49 -05:00
Conduitry
7ae1e6ed1e
update changelog
2021-11-09 07:22:58 -05:00
Bjorn Lu
bc34862060
[fix] update preprocessor types ( #6904 )
2021-11-09 07:21:30 -05:00
Ben McCann
fe39272fe8
[docs] clarify which routers have SSR support ( #6905 )
2021-11-08 11:04:30 -08:00
gtmnayan
7681ed0a45
[docs] Document the effect of the order of bind: and on: ( #6887 )
2021-11-08 07:34:04 +01:00
Aykut Kardaş
4cc439aaad
[docs] update 03-each-blocks sample for readable ( #6907 )
2021-11-06 18:10:05 +01:00
bf-software
4d4f959f16
added "browser" conditional to "exports" in package.json ( #6881 )
2021-11-04 08:12:55 -07:00
Ignatius Bagus
2484acea26
[docs] use svelte:header + event for link load ( #6903 )
2021-11-04 08:15:31 +01:00
Ben McCann
e3380e3ccb
[docs] update router FAQ ( #6902 )
2021-11-04 08:03:31 +01:00
Bert B
c2ae05abcf
[docs] update link for community preprocessors ( #6897 )
2021-11-03 10:20:25 -04:00
Conduitry
373468035c
[docs] fix redirects from legacy /repl page ( #6894 )
2021-11-02 15:58:07 -04:00
Conduitry
cbbf002a8e
[docs] use new named export for marked 4 in examples ( #6893 )
2021-11-02 15:57:46 -04:00
Daniel Sandoval
530b6ae57d
[docs] "What's new in Svelte" November newsletter ( #6888 )
2021-11-02 17:11:25 +01:00
Conduitry
4e004ee073
-> v3.44.1
2021-11-01 09:59:26 -04:00
Conduitry
73bc28b76f
[chore] update code-red ( #6889 )
2021-11-01 09:55:10 -04:00
Nayan Gautam
990c21f7f3
[docs] Replace double tildes with Math.trunc in tutorials ( #6880 )
...
Using double tildes for truncating fractional numbers isn't readable for people who haven't encountered it before
2021-10-25 11:26:12 +02:00
Andrew Healey
b2d23e9d11
Fix broken link to "The Svelte Handbook" ( #6878 )
2021-10-24 16:51:55 +08:00
Ben McCann
b8efbb4cca
[docs] convert spaces to tabs
2021-10-21 19:28:44 -07:00
gunggmee
64435d1553
[docs] remove confusing assignment from stores tutorial ( #6867 )
...
Tutorial on writable stores contains unexplained and unused assignment
which might cause confusion.
Proper explanations on `unsubscribe` is in the next step of the tutorial.
2021-10-21 11:51:08 +02:00
Alexander Prinzhorn
6f8a6fe90b
[docs] Improve wording for animate
docs ( #6813 )
2021-10-20 09:42:39 -07:00
Ignatius Bagus
76fa68d82f
[docs] update spring precision value ( #6865 )
2021-10-20 14:12:19 +02:00
Ben McCann
42076a7502
[site] migrate to SvelteKit ( #6811 )
...
Co-authored-by: Conduitry <git@chor.date>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2021-10-19 13:32:35 -04:00
Conduitry
883c47b45d
[site] fix escaping in table of compiler options
2021-10-17 13:16:12 -04:00
Conduitry
e055570765
-> v3.44.0
2021-10-17 13:07:27 -04:00
Bjorn Lu
be1eff0305
[feat] add enableSourcemap option ( #6835 )
2021-10-17 13:04:35 -04:00
Conduitry
3f11232d24
-> v3.43.2
2021-10-12 16:16:44 -04:00
Vaibhav Rai
b6b7f5c8a4
[fix] properly respect sveltePath when rewriting user imports ( #6842 )
2021-10-12 16:13:44 -04:00
Mohamed Haddi
0d7c583364
[docs] align input controls ( #6831 )
2021-10-10 10:11:10 -07:00
Yuichiro Yamashita
a5968dd2d0
[chore] adjust @typescript-eslint/no-unused-vars lint config ( #6798 )
2021-10-07 16:41:28 -04:00
DoctorNefario
55130be026
[docs] use 'transition' directive for custom JS transitions ( #6796 )
...
This prevents transition jumping when visibility is repeatedly toggled
2021-10-07 16:08:26 -04:00
Ben McCann
fffe8c16b7
[fix] downgrade Mocha and Puppeteer for Node 8 support ( #6803 )
2021-10-03 10:00:44 -07:00
Ben McCann
dbea970486
[chore] upgrade test libraries
2021-10-03 09:12:14 -07:00
Ben McCann
7b7c312801
Add survey results to homepage ( #6792 )
2021-10-02 21:30:11 -07:00
Guillaume
ce174aa0b9
Fix img overflow in WhoIsUsingSvelte on Safari ( #6799 )
2021-10-02 21:27:38 -07:00
Ben McCann
547fbc6ebd
[docs] what is rendered when for #await ( #6788 )
2021-10-01 08:23:04 +02:00
Conduitry
83bb3e2757
[site] convert to ESM ( #6795 )
2021-09-30 20:05:59 -04:00
Ben McCann
72a7d1c034
site: complete conversion back to CJS
2021-09-30 09:41:36 -07:00
Conduitry
ada0767ff2
Revert "Convert site to ESM ( #6772 )"
...
This reverts commit e45d180162
.
2021-09-30 11:53:59 -04:00
Ben McCann
0d4ad364be
Add OpenCollective donors to site ( #6793 )
2021-09-30 08:22:30 -07:00
Daniel Sandoval
54ba76c1f0
[docs] "What's new in Svelte" October newsletter ( #6774 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Bjorn Lu <34116392+bluwy@users.noreply.github.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2021-09-30 17:16:03 +02:00