Tal500
816409a27b
[fix] Use `Node.parentNode` instead `Node.parentElement` for legacy browser support ( #7724 )
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
Simon H
7a9b8d03ee
update changelog
2 years ago
metonym
439bbf87e3
[feat] add SveltePreprocessor utility type ( #7742 )
2 years ago
dependabot[bot]
1198bae835
Bump svelte from 3.43.0 to 3.49.0 ( #7689 )
...
Bumps [svelte](https://github.com/sveltejs/svelte ) from 3.43.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/compare/v3.43.0...v3.49.0 )
---
updated-dependencies:
- dependency-name: svelte
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Simon H
12cbaea9e5
update changelog
2 years ago
qinmu
5dd703fe81
[fix] handle arrow function on slot inside svelte:fragment ( #7667 )
...
Fixes #7485
2 years ago
Bjorn Lu
9ad416be94
[chore] upgrade source-map ( #7729 )
...
Fixes #7728
2 years ago
Simon H
5a725713f7
update changelog
2 years ago
Hofer Ivan
bb02a22d3e
[feat] add convenience type for `ComponentEvents` ( #7702 )
2 years ago
Tan Li Hau
01ba78a6fb
Update CHANGELOG.md
2 years ago
Tan Li Hau
91b20b9c2e
[fix] error when using combinator incorrectly ( #7650 )
...
* error when using combinator incorrectly
* add new test case
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
Tan Li Hau
791533e7a5
Update CHANGELOG.md
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
Tan Li Hau
9f3625a7b8
Update CHANGELOG.md
2 years ago
Tan Li Hau
26d1455b27
fixed removal of empty stylesheets created from transitions ( #7662 )
...
Co-authored-by: Mathias Picker <mattis123@live.no>
2 years ago
Ignatius Bagus
05b5be0469
[docs] link content to site directory ( #7688 )
2 years ago
Ben McCann
379a963d01
[docs] npm create needs @latest tag ( #7687 )
2 years ago
Stephane
e973bacd38
Link to sites repository in README.md ( #7684 )
2 years ago
Tan Li Hau
2db60a77e1
rename test files from svelte-slot -> svelte-fragment ( #7679 )
2 years ago
Simon Dao
60024effa8
[docs] update intro sentence of reactive declarations tutorial ( #7467 )
2 years ago
Tan Li Hau
1913e7fad7
Update CHANGELOG.md
2 years ago
Anthony Le Goas
f5111ef436
[feat] add a11y check on abstract roles ( #6241 )
...
* add a11y check on abstract roles
* use aria-query and move warnings to compiler_warnings file
* uppercase warning message
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2 years ago
Tan Li Hau
ccbf10c163
Update CHANGELOG.md
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
Tan Li Hau
4617c0d5f5
Update CHANGELOG.md
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".
2 years ago
Conduitry
52153dbce0
-> v3.49.0
2 years ago
Simon H
3798808e74
update changelog
2 years ago
Simon H
0fa0a38d51
[fix] export CompileOptions ( #7658 )
...
It's used by SvelteKit and in order to properly use it under the new TS moduleResolution NodeNext it needs to be part of a file that is defined in the exports map
2 years ago
Yuichiro Yamashita
a3ecb44b53
update changelog
2 years ago
kindoflew
7e1691cd62
[fix] support @layer ( #7514 )
...
* add test
* add layer to apply check
2 years ago
Tan Li Hau
4583b17084
Update CHANGELOG.md
2 years ago
qinmu
02f60fbebf
[fix]destroy empty component ( #7492 )
...
* fix: destroy non-fragment element such as empty components
* fix: fragment property of Empty Component is set as true in dev mode, inconsistent with production mode
* chore: revert 'removal' of component.compile_options.dev
* feat: add test for destroying empty component
* chore: update typechecking callback
* chore: revert fragment dev checks
* chore: remove unnecessary comment
* chore: update test for empty-component-destroy
* fix: revert back the patching of console.log
* use before_test and after_test
Co-authored-by: qinmu <magenta2127@mail.com>
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2 years ago
Daniel Sandoval
31e5f8b5de
[docs] "What's new in Svelte" July newsletter ( #7637 )
2 years ago
Simon H
6f57571507
[feat] add convenience types ComponentType and ComponentProps ( #6770 )
...
ComponentType eases typing "this is a variable that expects a Svelte component constructor (of a certain shape)". Removes the need for SvelteComponentTyped to be an extra type so it can be deprecated in v4 and removed in v5, and SvelteComponent(Dev) can receive the same generic typings as SvelteComponetTyped in v4.
ComponentProps eases typing "give me the props this component expects". Closes #7584
Co-authored-by: Simon Holthausen <simon.holthausen@accso.de>
Co-authored-by: Hofer Ivan <ivan.hofer@outlook.com>
Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
2 years ago
Heechul Ryu
2f562d9e28
[docs] use npm create instead of npm init ( #7641 )
2 years ago
hmt
d7557e11a2
[docs] remove v2 -> v3 converter mention ( #7597 )
...
Was never finished
2 years ago
Simon H
ecb29aa8cf
Update changelog
2 years ago
Maurício Kishi
f8605d6acb
[fix] harden attribute escaping during ssr ( #7530 )
2 years ago
Yuichiro Yamashita
9635a2e413
[chore] remove nyc stuff ( #7601 )
...
It appears that forgot to remove config related to nyc in this commit.
f1ca1cc098
2 years ago
Yuichiro Yamashita
346c27d4da
[chore] update changelog ( #7602 )
2 years ago
Adam Alexander
cab5e7346d
[docs] fix typo in 02-template-syntax.md ( #7593 )
...
Tiny typo.
2 years ago
Rich Harris
7630a25db5
[docs] update getting started info ( #7573 )
...
* update getting started info
* Update site/content/blog/2019-04-16-svelte-for-new-developers.md
Co-authored-by: Conduitry <git@chor.date>
* Update site/content/tutorial/01-introduction/07-making-an-app/text.md
Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
* Update site/content/blog/2019-04-16-svelte-for-new-developers.md
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: Conduitry <git@chor.date>
Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
2 years ago
Ben McCann
9dc308a745
cleanup PR links in last blog post
2 years ago
Daniel Sandoval
d9cc0ffc8f
[docs] "What's new in Svelte" June newsletter ( #7565 )
2 years ago
Tan Li Hau
a4fa98c532
Update CHANGELOG.md
3 years ago