Dominik G
6ef0aa2944
[docs] add link to vitest svelte example to test faq ( #7281 )
2022-04-08 11:22:30 +02:00
Simon H
31eb623779
[docs] add note about initially selected value
...
Closes #7430
2022-04-08 10:01:22 +02:00
Ben McCann
3c11c480b9
[docs] clarify css option ( #7271 )
2022-04-08 10:25:31 +08:00
TzuHsuan
535a1fc20d
Change top level requirement wording ( #7336 )
...
Changed the wording to be more consistent between `<svelte:window>`, `<svelte:body>` and `<svelte:head>`.
Chose "may only appear" over "has to appear" as the latter could be misinterpreted as a compulsory element
2022-04-08 10:22:01 +08:00
Ben McCann
42905c757f
[docs] update bundler documentation ( #7414 )
...
* [docs] update bundler documentation
* Update site/content/docs/04-compile-time.md
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-04-08 10:20:46 +08:00
Angie Byron
5f020cc91e
[docs] Fix REPL instructions ( #7413 )
...
Closes #7412
2022-04-06 14:39:57 +02:00
Janosh Riebesell
6a663490b5
[docs] fix typos in whats-new-in-svelte-april-2022.md ( #7417 )
2022-04-04 11:06:21 +02:00
Daniel Sandoval
687a26b784
[docs] "What's new in Svelte" April newsletter ( #7377 )
2022-04-01 14:02:18 +02:00
Raúl Sáez
9d4ff6738a
[docs] Correct default port on blog posts ( #7372 )
2022-03-17 09:06:27 -04:00
Isabel Leccese
2f71bc9333
[docs] fix typo ( #7344 )
2022-03-06 16:46:48 +01:00
tomoam
9b7b8149e4
[docs] add -
to the beginning of the line ( #7328 )
2022-03-02 11:21:24 +08:00
Daniel Sandoval
a9e6087113
[docs] "What's new in Svelte" March newsletter ( #7293 )
2022-03-01 15:16:20 +01:00
Nick Cummings
f24614cd52
[docs] Add missing parent element to code example. ( #7309 )
...
The div is part of the code, but not part of the code snippet of the text
2022-02-25 09:16:13 +01:00
opensas
252895d42a
[docs] improve actions tutorial presentation ( #7283 )
2022-02-17 23:14:43 +01:00
T•Ø•R•Ü•S
f287bbe80d
[doc] fixed seemingly erroneous capitalization of noun ( #7273 )
2022-02-16 16:09:43 -08:00
Ignatius Bagus
ec0922219d
[docs] update to multi-page docs links ( #7249 )
2022-02-14 05:45:04 -08:00
Geoff Rich
a4a1c3c272
[docs] set language on FAQ code blocks ( #7237 )
2022-02-09 09:12:07 -08:00
Ignatius Bagus
1f9efeac54
[blog] fix link formatting
2022-02-02 17:33:53 +07:00
Daniel Sandoval
ec903ca7bc
[docs] "What's new in Svelte" February newsletter ( #7202 )
2022-02-02 09:55:30 +01:00
Geoff Rich
fc2470494d
[docs] fix broken links ( #7194 )
2022-02-01 13:43:28 -08:00
Geoff Rich
d1b3f462a5
[docs] add docs for a11y-no-redundant-roles ( #7195 )
2022-01-27 21:47:03 +01:00
NazarLazarchuk
e460acc8f1
[docs] Rename a variable count_value
to countValue
in the Stores
section ( #7180 )
2022-01-27 11:13:25 +01:00
Rene Kootstra
4a78137a2a
[docs] fix #each in window-bindings example ( #7181 )
2022-01-26 08:44:14 -08:00
Ignatius Bagus
630ec4b32d
[blog] fix rss feed link
...
Fixes https://github.com/sveltejs/sites/issues/279
2022-01-24 20:17:44 +07:00
Arad Aral
787c34ceec
[docs] Use symbols for context keys in tutorial ( #7046 )
...
Closes #6870
2022-01-16 09:32:13 +01:00
GHOST
7f5eecb84b
[blog] update sirens ( #7142 )
2022-01-14 21:52:43 +01:00
Geoff Rich
fffe66a6a0
[blog] fix Netlify link ( #7138 )
2022-01-14 17:00:03 +01:00
Bjorn Lu
cc445839e3
[docs] explain initial value for bind scroll ( #7065 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2022-01-14 13:10:33 +08:00
Ben McCann
54f277cd8e
[blog] remove heading to align with other blog posts
2022-01-13 17:09:21 -08:00
Ben McCann
17b1c587c2
[blog] Accelerating Svelte's Development ( #7118 )
2022-01-13 16:28:40 -08:00
Tan Li Hau
b5aaa6641b
[feat] implement constants in markup ( #6413 )
2022-01-11 17:10:09 -05:00
Simon H
26f767e873
[docs] add note about the AST not being public API ( #7113 )
2022-01-09 10:01:40 +01:00
Paul Murray
8a47b5ec9e
[feat] Style directives ( #5923 )
...
* add Style node, interfaces
* style-directives: add parser and runtime test
* style-directives: push styles in to styles array on Element
* style-directives: minimal ssr work
* style-directives: ssr add_styles
* style-directive: tests
* style-directives: work in progress
* obviously incorrect hard-coded color
* tweak
* style directive interface
* style-directives: get text from info in Style node
* style-directives: add_styles func in ElementWrapper
* style-directives: ssr rendering
* handle text-only style directive in tag.ts
* style-directives: handle spread styles in ssr
* style-directives: more parser tests
* style-directives: more inline tests
* style-directives: remove solo tests
* style-directives: cleanup
* style-directives: tweak spread ssr internal
* style-directives: push updater into update chunks; add dynamic test;
* remove .solo
* check for dynamic dependencies before adding update chunk
* add test of multiple styles; remove null styles;
* style-directives: docs; more tests of multiple styles
* style-directives: use camelcase
* style-directives: cleanup
* style-directives: fix mustache template case with template literal
* style-directives: use ternary
* style-directives: linting
* style-directives: remove "text" from interface
* style-directives: actually, remove StyleDirective interface entriely
* add more test, fix test for ssr
* fix lint and tidy up
* add test for css variables
* fix linting errors
Co-authored-by: pmurray73 <pmurray73@bloomberg.net>
Co-authored-by: Tan Li Hau <lhtan93@gmail.com>
2022-01-08 11:09:11 -05:00
Austin Walela
6bfd2724a0
[docs] update links to Blender Studio ( #7098 )
2022-01-05 00:10:34 +08:00
Yongwook Choi
eb663d5cae
[docs] force externalize chatroom link ( #7097 )
2022-01-04 14:14:42 +07:00
Daniel Sandoval
ca2aedfb6c
[docs] "What's new in Svelte" January newsletter ( #7074 )
2022-01-01 15:47:02 +01:00
Ignatius Bagus
99a04c464d
[docs] mention tweened duration as function
...
Resolves #3353
2021-12-28 13:17:44 +07:00
Maxi Ferreira
72d40e99b0
[docs] fix typo in Context API tutorial ( #7063 )
2021-12-28 14:03:36 +08:00
Enrico Spinielli
6f2ebaa76d
[docs] use proper symbol for Celsius and Fahrenheit ( #7061 )
2021-12-27 19:40:47 +01:00
Tyler Smith
84669b5a6c
[docs] Updated link to the ease visualizer in the docs ( #7054 )
2021-12-26 20:23:12 -08:00
Ignatius Bagus
f73dc07980
[docs] absolute sibling links ( #7051 )
2021-12-24 18:31:09 -08:00
Ignatius Bagus
7db797eb1b
[docs] absolute assets links ( #7049 )
2021-12-24 06:37:36 -08:00
Ignatius Bagus
04890c73d2
[docs] absolute and future proof links ( #7038 )
2021-12-21 09:46:39 -08:00
Conduitry
35376f2487
[docs] fix path to /tutorial/image.gif ( #7033 )
2021-12-21 15:48:19 +07:00
Rich Harris
7521bd55b5
[docs] fix hash fragments ( #7025 )
...
* fix hash fragments
* remove link hack
2021-12-17 18:30:45 -05:00
Ben McCann
c2847b7d30
Remove site - new home at sveltejs/sites ( #6994 )
2021-12-14 18:27:43 -05:00
Dustin Wyatt
683c39adb7
[docs] Clarify that VS Code isn't the only supported IDE ( #6989 )
2021-12-10 13:04:44 +01:00
Dominik Leicht
67f79dd934
[docs] simplify template literals to string primitives ( #6806 )
2021-12-06 13:15:55 +07:00
pngwn
791e40d070
fix: use correct yaml syntax in blog posts ( #6984 )
2021-12-03 06:55:15 -08:00
Ben McCann
0c2d1b8ef1
[fix] allow site to run again after marked upgrade ( #6982 )
2021-12-02 18:17:09 -05:00
Joshua Nussbaum
6b48f0c1de
[site] REPL dirty tracking ( #6153 )
2021-12-02 13:35:57 -08:00
Yuichiro Yamashita
f647adfa0c
[chore] Make changing the name of a REPL obvious ( #6808 )
2021-12-02 12:17:30 -08:00
Ben McCann
c2149e8529
[site] only show 20 avatars instead of current massive wall ( #6974 )
2021-12-01 14:04:38 -08:00
Conduitry
fe36911017
[docs] fix chat link ( #6976 )
2021-12-01 16:22:28 -05:00
Daniel Sandoval
51459874fe
[docs] "What's new in Svelte" December newsletter ( #6965 )
2021-12-01 13:00:57 +01:00
Fabrizio Calderan
2c7986034d
[docs] A reference of the field variable is missing in the sidebar ( #6815 )
2021-11-30 12:52:59 -08:00
gtmnayan
6ff1aed8d5
[docs] Use a simpler demo for the first actions tutorial ( #5014 ) ( #6962 )
...
* Change actions tutorial
* Rename files containing action functions
* Move old pannable example to separate directory
* Add new tutorial to examples
* Update title of the pannable example
* Add thumbnail for pannable action example
* I can't remember all css properties, okay?
* Fix order of style tag in new example
* Inline outclick handlers
* Rename pannable example
* Fix formatting
Co-authored-by: Nayan Gautam <50981692+698969@users.noreply.github.com>
2021-11-30 22:59:43 +08:00
mjvandermeulen
81fc3f898a
[docs] clarified definition of "local transition" in tutorial ( #6895 )
2021-11-26 21:10:33 +08:00
Ivan
4018b548f3
[docs] fix link to Svelte Society community-maintained tools ( #6957 )
2021-11-23 11:19:29 -05: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
Jim Hunziker
78e02565d2
[docs] fix link to community-maintained tools ( #6917 )
2021-11-11 09:00:45 -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
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
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
Bjorn Lu
be1eff0305
[feat] add enableSourcemap option ( #6835 )
2021-10-17 13:04:35 -04:00
Mohamed Haddi
0d7c583364
[docs] align input controls ( #6831 )
2021-10-10 10:11:10 -07: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
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
zhoulixiang
e82cf3f6d7
[docs] update links to babeljs.io and buble.surge.sh to use https ( #6787 )
2021-09-29 09:59:51 -07:00
zhoulixiang
ca94762fe9
[docs] update link to rollup.org to use https ( #6781 )
2021-09-28 08:19:26 -07:00
Ben McCann
e45d180162
Convert site to ESM ( #6772 )
2021-09-26 07:46:21 -07:00
dependabot[bot]
cfc880bb31
Bump prismjs from 1.24.0 to 1.25.0 in /site ( #6749 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.0...v1.25.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-22 13:00:38 -07:00
Simon H
88204355d3
[docs] clarify readable callback timing ( #6725 )
...
#6724
2021-09-15 19:03:50 +02:00
Geoff Rich
7e156c014e
[docs] document details binding ( #6700 )
2021-09-10 10:02:45 -04:00
João Paulo
0027a41934
[docs] Fix typo in $$slots docs ( #6709 )
2021-09-10 10:00:56 -04:00
mellanslag-de
4f9a260ab1
[fix] Update outdated line number in tutorial text ( #6689 )
2021-09-02 13:53:00 +02:00
gunggmee
dc11e4487e
[docs] Fix a minor bug in binding tutorial ( #6698 )
...
To calculate y coordinate of `imageData`, we should divide the index with
`canvas.width` not with `canvas.height`. The current code works because the
shape of canvas is square.
2021-09-02 13:48:49 +02:00
Daniel Sandoval
4d30ef34e3
[docs] "What's new in Svelte" September newsletter ( #6691 )
2021-09-01 20:25:13 +02:00
Andrey Bienkowski
5a9cb770d8
[docs] Promote prettier-plugin-svelte ( #6695 )
2021-09-01 12:44:29 +02:00
duarte-pompeu
8d3f4512f6
[docs] Fix the speed of the typewriter example to scale correctly ( #6568 )
2021-08-27 19:50:44 -07:00
Shinobu Hayashi
5df60e75a7
chore(docs): update Component-format script-markup-style order ( #6682 )
2021-08-25 15:20:07 +02:00
Geoff Rich
71cf6002f4
[docs] fix css in js embed ( #6669 )
...
pin emotion version to keep this from happening again
2021-08-20 09:01:28 +02:00
fsinn
e5c04bfd2f
docs: Selecting multiple elements in <select multiple> on MacOS with command key ( #6636 )
2021-08-17 12:58:13 -07:00
James Pickard
d85ac7eaa6
[docs] clarify reactivity tutorial text ( #6628 )
2021-08-16 16:39:37 -07:00
Ben McCann
268bc71724
Replace sveltejs/integrations with sveltesociety.dev ( #6626 )
2021-08-16 15:25:52 -07:00
Tommy Groshong
a232d68a41
docs: small spelling fixes in docs and comments ( #6653 )
2021-08-15 13:27:43 -07:00
Diego Ramos
d26c48a518
[docs] disable text select on falling emojis ( #6654 )
2021-08-15 13:26:42 -07:00
pngwn
db3101fa24
docs: fix heading levels ( #6655 )
2021-08-15 17:28:49 +01:00
btvoidx
b1621d697d
[fix] Prevent layout shifting on hovering "Who's using Svelte?" ( #6639 )
2021-08-13 06:18:36 -07:00
dependabot[bot]
5f693c84ee
Bump path-parse from 1.0.6 to 1.0.7 in /site ( #6635 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-12 15:58:47 -07:00
Conduitry
1c58fa91cc
[docs] various adjustments to template syntax docs ( #6619 )
2021-08-08 09:43:43 -07:00
Tan Li Hau
ce550adef6
[feat] allow use:actions on <svelte:body> ( #6608 )
2021-08-04 12:19:13 -04:00
Samuel Plumppu
172f294cb6
docs: Fix property name typo for event.isTrusted ( #6596 )
2021-08-03 15:19:56 -07:00
Daniel Sandoval
b554e343e8
[docs] "What's new in Svelte" August newsletter ( #6604 )
2021-08-01 17:00:28 -07:00
Dennis Dudek
a3fb765d6f
[docs] add trusted modifier to list of modifiers in tutorial and docs ( #6566 )
2021-07-26 09:36:46 -07:00
Konstantin BIFERT
18780fac00
[docs] replace shift by the correct key to hold: control ( #6573 )
2021-07-26 06:46:27 -07:00
Stephane
63f592e713
[docs] Add clarification about reactivity and arrays ( #6547 )
2021-07-23 13:21:37 -07:00
Hofer Ivan
5cfefeb6e7
support rendering components in a shadow dom ( #5870 )
2021-07-21 15:51:31 -04:00
Ben McCann
16d562fcf6
site: bump Svelte version
2021-07-21 08:35:22 -07:00
Tan Li Hau
222a9dd2c6
[feat] get all contexts ( #6528 )
...
* get all contexts
* docs
* explicit return type
* allow specifying return type through generic parameter
* Update site/content/docs/03-run-time.md
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2021-07-21 12:59:00 +08:00
Maxime LUCE
0cf5511ae0
[feat] Add errorMode option to compile to allow continuing on errors (and mark them as warnings) ( #6194 )
...
This PR adds a new option errorMode to CompileOptions to allow continuing the compilation process when errors occured.
When set to warn, this new option will indicate to Svelte that it should log errors as warnings and continue compilation.
This allows (notably) preprocessors to compile the markup to detect vars in markup before preprocessing (in this case: script and style tags are stripped so it can produce a lot of errors).
This PR is part of a work on the svelte-preprocess side to improve the preprocessing of TypeScript files: https://github.com/sveltejs/svelte-preprocess/issues/318
- allow compiler to pass error as warnings
- enforce stops after errors during compilation (for type-checking, TS doesn't know the error method throws)
- should review Element.ts:302
- added a test case for errorMode
- added documentation
2021-07-17 13:37:29 +02:00
Simon H
931738e821
[docs] mention that afterUpdate runs after onMount
...
Closes #4273
2021-07-14 13:45:34 +02:00
Ashish Kapoor
ddde34aeb9
[docs] Multi select works by pressing and holding shift key ( #6532 )
...
For better understanding.
2021-07-14 10:24:16 +02:00
Antony Jones
fdd3d4b448
be a bit smarter about building the site locally ( #5262 )
...
Co-authored-by: Antony Jones <antony@beyonk.com>
2021-07-12 11:43:03 -07:00
Simon H
53e0754d3b
[docs] remove unnecessary immutable option from App.svelte
...
Closes #5976
2021-07-12 14:51:15 +02:00
Simon H
937c7c9c4a
[docs] document $store behavior more explicitely
...
Closes #4677
2021-07-12 10:24:32 +02:00
David Dawkins
e7cbea64e0
[docs] fix padding in svg bar chart example ( #5945 )
...
Fixes #5941
2021-07-12 10:13:54 +02:00
Ignatius Bagus
5334f4ad1b
docs: mention usage of regexp literal in text expressions ( #5640 )
2021-07-09 21:16:37 -07:00
Conduitry
64c162c6b7
docs: adjust formatting in compiler options table
2021-07-08 10:48:49 -04:00
Geoff Rich
2842227cf0
docs: fix heading level a11y issue ( #5679 )
2021-07-08 06:55:03 -07:00
Eirik Vågeskar
854a7de451
[docs] Add tutorial step for key blocks ( #6420 )
2021-07-08 06:43:59 -07:00
Adam Bates
f2ca8bc64b
[docs] Fixed typo 'site-repl' -> 'svelte-repl', with minor change to a sentence's structure ( #6498 )
...
(used to look like a list of 4, when really it's a list of 2).
2021-07-06 16:31:42 +02:00
decaylala
8457a73cef
[docs] adjust function name ( #6495 )
2021-07-05 12:10:29 +02:00
Ben McCann
f2fa7b2186
[docs] bump site-kit version
2021-07-04 20:31:04 -07:00
Geoff Rich
a35506b5eb
[docs] update a11y docs ( #6487 )
2021-07-02 18:40:27 +02:00
Joakim Berglund
ecc3c08999
Trackpad and touch support in media example ( #5912 )
2021-07-02 08:20:44 -07:00
Jatin Hemnani
c4f4a3dc2e
[docs] added transition on toggling folder in tutorial ( #6453 )
2021-07-02 08:14:08 -07:00
Odee
287cccc450
[docs] Update auto-subscriptions tutorial to explicitly say that subscribe returns unsubscribe ( #6448 )
2021-07-02 08:12:11 -07:00
Daniel Sandoval
a6fbf7faf5
[docs] "What's new in Svelte" July newsletter ( #6459 )
2021-07-01 15:22:40 +02:00
Lukas Möller
2a9f9d7bb0
Remove unused toggle prop from example ( #5124 )
2021-06-29 08:54:06 -07:00
Geoff Rich
e73f641ca5
Remove deprecated a11y-no-onchange warning ( #6457 )
2021-06-29 10:46:03 -04:00
Maxime LUCE
aedf69c1cf
Add compilation variables report option to allow getting all variables (even undeclared or internal) ( #6192 )
...
* feat: add compilation variables report option
* test: add full var report test
* docs: document varsReport compile option
2021-06-29 09:43:52 +08:00
dependabot[bot]
487190fd93
Bump prismjs from 1.23.0 to 1.24.0 in /site ( #6467 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.24.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-28 15:10:07 -07:00
Caleb Chiesa
98ece151b3
Fix typo in stores tutorial ( #6461 )
2021-06-28 06:18:47 -07:00
Ben McCann
2357e642e3
Rename menu item from API to Docs ( #6456 )
2021-06-28 14:49:28 +08:00
Simon H
92fba761a8
docs: clarify writable value is lost when destroyed
...
Closes #4610
Closes #4407
2021-06-27 18:58:38 +02:00