Geoff Rich
6a23d9b65f
[docs] fix transition direction options ( #8133 )
2 years ago
Rich Harris
b8bc1be0a8
remove blog content. it now lives in sites repo ( #8117 )
2 years ago
gaac510
eef125f6c1
[docs] update outdated SvelteKit release info ( #8128 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2 years ago
Simon H
670f458056
[docs] adjust code snippet to conform with previous one
...
Backported from https://github.com/sveltejs/learn.svelte.dev/pull/143
2 years ago
Nilesh
ad8dbfb9b9
[docs] Add comment about generating a Svelte project without Kit ( #8115 )
2 years ago
Ben McCann
a0a6bd1f54
[docs] add some basic docs about bundler plugins ( #8092 )
2 years ago
Yuichiro Yamashita
cc52dc442b
[docs] add explanation about property binding order ( #7833 )
...
* update document
* update sentence and position
* update the sentence
* update
2 years ago
Daniel Huang
f45b823770
[docs] fix inconsistent margin in svelte/motion spring tutorial ( #8081 )
2 years ago
Pat Cavit
84d61c61f8
[feat] Add options w/ direction to transitions ( #8068 )
2 years ago
Sanguansak Petchmeesri
14f33cfe61
[docs] add rel noreferrer to fix warning in tutorial ( #8024 )
...
Co-authored-by: vaishnav <vaishnav240204@gmail.com>
Co-authored-by: Alfredo Vecino <fredovecino@gmail.com>
Co-authored-by: Yuichiro Yamashita <xydybaseball@gmail.com>
2 years ago
Janosh Riebesell
8b462fd7da
[docs] Fix 3.52.0 a11y warning in svelte-self tutorial ( #7988 )
...
* fix svelte 3.52 a11y warning
* replace span with button and drop on:keyup
2 years ago
Christian Bromann
e86c0c610b
[docs] Add WebdriverIO as alternative testing solution
2 years ago
Dani Sandoval
1852bc4640
[docs] "What's new in Svelte" December newsletter ( #8064 )
2 years ago
Maximiliano Ruani
773dedf714
[feat] Compiler option css: 'none' support ( #7914 )
2 years ago
tomoam
d39920fb10
[docs] fix link in November newsletter ( #7998 )
2 years ago
Daniel Sandoval
df2e927b46
[docs] "What's new in Svelte" November newsletter ( #7986 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2 years ago
Josh Soref
b265bc6f0f
[chore] fix spelling and typos ( #7974 )
2 years ago
Neagu Mihai
146e7a6310
fix: Remove Security Message ( #7959 )
2 years ago
Josiah Nieves
0a7cf0e73e
[docs] fix typo "bellow" vs "below" ( #7955 )
2 years ago
Yuri
1de2c02535
Ensure onmouseleave event fires in Hoverable example ( #7873 )
...
Fixes the browser-quirk-related issue described in #6520 and #7867 , based on a [suggestion](https://github.com/sveltejs/svelte/issues/7867#issuecomment-1248993436 ) by @Prinzhorn.
Tested in the editable example area on the Svelte site: https://svelte.dev/examples/slot-props
2 years ago
gtmnayan
bee1851faa
[feat] `|important` modifier for style directive ( #7489 )
...
* important modifier for style directive
* docs
* Exclude third param if false
third param for set_style is optional
* Remove unused test
Runtime test doesn't work because of weird behaviour of computed style
the puppeteer test should cover it
* remove unnecessary test
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2 years ago
Don Alfons
1ca83c2050
[docs] Improve grammar ( #7923 )
...
* [docs] Improve grammar
* revert spelling changes
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2 years ago
metonym
26a428972b
[fix] "not interactive" -> "noninteractive" ( #7930 )
2 years ago
Ben McCann
1c659193a0
[docs] update SvelteKit status ( #7919 )
2 years ago
Geoff Rich
ff2759e143
[docs] fix typo in getting started ( #7918 )
2 years ago
Marcos Mercuri
ce569f97eb
[docs] Add clarification on how reactivity works ( #7819 )
...
* Add clarification on how reactivity works
Based on the fact that there are multiple issues were opened related to a perceived bug on the reactive variables, I thought it would be good to add a clarification on the docs. Part of the text is taken from [this comment](https://github.com/sveltejs/svelte/issues/7818#issuecomment-1230374639 ) that I found super useful.
* Reword based on PR comments
2 years ago
Tan Li Hau
5c5bc27d97
[feat] Support style props for SVG components ( #7859 )
2 years ago
Shawn
be70a898f3
[docs] fix link redirect to discord ( #7911 )
...
* fix link redirect to discord
* fix link redirect to discord
2 years ago
Ben McCann
7d20194d8a
[docs] create getting started guide outside blog ( #7812 )
2 years ago
Daniel Sandoval
0b46c72cad
[docs] "What's new in Svelte" October newsletter ( #7898 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
Co-authored-by: Lyu, Wei-Da <36730922+jasonlyu123@users.noreply.github.com>
Co-authored-by: Willow (GHOST) <ghostdevbusiness@gmail.com>
2 years ago
MCMXC
82013aa161
feat(a11y): add click-events-have-key-events rule ( #5073 )
...
* feat(a11y): add click-events-have-key-events rule
Signed-off-by: mhatvan <markus_hatvan@aon.at>
* Fine-tune click-events-have-key-events rule
Signed-off-by: mhatvan <markus_hatvan@aon.at>
* Implement PR feedback
Signed-off-by: Markus Hatvan <markus_hatvan@aon.at>
* Implement PR feedback
Signed-off-by: Markus Hatvan <markus_hatvan@aon.at>
* slight refactor to use existing utils
* update docs
* fix rebase conflicts
Signed-off-by: mhatvan <markus_hatvan@aon.at>
Signed-off-by: Markus Hatvan <markus_hatvan@aon.at>
Co-authored-by: tanhauhau <lhtan93@gmail.com>
Co-authored-by: dsfx3d <dsfx3d@gmail.com>
2 years ago
tanhauhau
899d0cc67c
update docs for a11y-no-noninteractive-tabindex and rename from a11y-no-nointeractive-tabindex -> a11y-no-noninteractive-tabindex
2 years ago
Ben McCann
7ac3854613
[docs] remove beta label from SvelteKit mention ( #7853 )
2 years ago
schelv
f3f3d074c5
[docs] use KeyboardEvent.code ( #7809 )
2 years ago
Daniel Sandoval
0ed453dc11
[docs] "What's new in Svelte" September newsletter ( #7814 )
2 years ago
Ben McCann
a8616701e7
[docs] clarify reactivity rules ( #7802 )
2 years ago
孟世博
d5efa2e446
[docs] Typescript -> TypeScript ( #7797 )
...
* [docs] fix spellings error
* fix ts
2 years ago
Tan Li Hau
012d639b42
Update 05-accessibility-warnings.md
...
reorder a11y warnings
2 years ago
Daniel Sandoval
8513e299ef
[docs] "What's new in Svelte" August newsletter ( #7741 )
2 years ago
Script Raccoon
474ed42b24
[fix] typo in transition docs ( #7739 )
2 years ago
Mlocik97
52f5005cfd
[docs] update port in "Svelte for new developers" blog. ( #7697 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2 years ago
Anthony Le Goas
b517df14e4
[feat] check noninteractive roles on interactive elements ( #5955 )
...
* check noninteractive roles on interactive elements
* refactor to match the eslint-plugin-jsx-a11y implementation
* update test case
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2 years ago
Ben McCann
379a963d01
[docs] npm create needs @latest tag ( #7687 )
2 years ago
Simon Dao
60024effa8
[docs] update intro sentence of reactive declarations tutorial ( #7467 )
2 years ago
kwangure
39901986d6
[feat]: Add A11y aria-proptypes check ( #6978 )
...
* Add aria prop type list
* feat: check aria attribute types
* feat: add proptype tests
* Add documentation
* use aria-query
Co-authored-by: Nurassyl Zekenov <nurassyl@snoonu.com>
Co-authored-by: mka_882@yahoo.com <mka_882@yahoo.com>
Co-authored-by: tanhauhau <lhtan93@gmail.com>
Co-authored-by: David Mosher <davidmosher@gmail.com>
2 years ago
Mel
1d19aebe38
a11y: Add role-has-required-aria-props rule ( #5852 )
...
* Check required props for ARIA roles
* Test required ARIA props check
* Properly indent with tabs in test
* swtich to use aria-query
* fix validation test
* update docs
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2 years ago
Sepehr Safari
c01dc62314
[docs] fix typo ( #7672 )
...
* [docs] fix typo
Fixed "quckly" to "quickly"
* [docs] fix typo
Fixed "beend" to "been".
* [docs] fix typo
Fixed "propsoal" to "proposal".
3 years ago
Daniel Sandoval
31e5f8b5de
[docs] "What's new in Svelte" July newsletter ( #7637 )
3 years ago
Heechul Ryu
2f562d9e28
[docs] use npm create instead of npm init ( #7641 )
3 years ago
hmt
d7557e11a2
[docs] remove v2 -> v3 converter mention ( #7597 )
...
Was never finished
3 years ago