0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00
Commit Graph

6952 Commits

Author SHA1 Message Date
Yuichiro Yamashita
feb8dfce61
[fix] add all global objects / functions (#7786) 2022-09-04 13:13:55 +09:00
schelv
f3f3d074c5
[docs] use KeyboardEvent.code (#7809) 2022-09-04 01:06:57 +09:00
Conduitry
46990652c0 -> v3.50.0 2022-09-02 08:12:22 -04:00
Simon H
efe1df0e23
[fix] Only show lowercase component warning for non-html/svg elements (#7826)
Fixes #5712
2022-09-02 07:48:40 -04:00
Simon H
af64ad9483
update changelog 2022-09-02 13:32:19 +02:00
Simon H
bddd795746
[feat] enhance action typings (#7805)
Allows a way to tell language tools which additional attributes and events the action brings to the HTML element
Related https://github.com/sveltejs/language-tools/pull/1553
2022-09-02 13:21:28 +02:00
Daniel Sandoval
0ed453dc11
[docs] "What's new in Svelte" September newsletter (#7814) 2022-09-01 15:42:09 -07:00
Ben McCann
a8616701e7
[docs] clarify reactivity rules (#7802) 2022-08-29 21:47:20 +02:00
Ben McCann
8238ac46dc
Update CHANGELOG.md 2022-08-22 19:22:04 -07:00
Yosuke Ota
8d26b4a19d
[chore] improve performance by using trimRight() instead of regex replace (#7706) 2022-08-22 19:20:46 -07:00
孟世博
d5efa2e446
[docs] Typescript -> TypeScript (#7797)
* [docs] fix spellings error

* fix ts
2022-08-19 13:30:22 +09:00
Yuichiro Yamashita
040192dd59
update changelog 2022-08-14 17:27:10 +09:00
Yuichiro Yamashita
3570a5361e
[fix] Apply class directive properly after half way transition (#7765) 2022-08-14 17:26:19 +09:00
Tan Li Hau
012d639b42
Update 05-accessibility-warnings.md
reorder a11y warnings
2022-08-09 00:05:51 +08:00
Tan Li Hau
dc83d0b30d
Update CHANGELOG.md 2022-08-09 00:03:25 +08:00
Niko Simonson
419641bb3e
Recursively check label children for input control (#5323)
* Recursively check label children for input control

* Add another test case

* Update snapshot

* clean up test

Co-authored-by: tanhauhau <lhtan93@gmail.com>
2022-08-09 00:01:54 +08:00
Yuichiro Yamashita
5b29124fbd
update changelog 2022-08-07 02:56:47 +09:00
Tal500
816409a27b
[fix] Use Node.parentNode instead Node.parentElement for legacy browser support (#7724) 2022-08-07 02:54:23 +09:00
Daniel Sandoval
8513e299ef
[docs] "What's new in Svelte" August newsletter (#7741) 2022-08-02 17:30:05 +02:00
Script Raccoon
474ed42b24
[fix] typo in transition docs (#7739) 2022-08-02 13:45:45 +08:00
Simon H
7a9b8d03ee
update changelog 2022-08-01 09:15:34 +02:00
metonym
439bbf87e3
[feat] add SveltePreprocessor utility type (#7742) 2022-08-01 09:14:26 +02:00
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>
2022-07-28 09:08:59 -07:00
Simon H
12cbaea9e5
update changelog 2022-07-28 18:03:13 +02:00
qinmu
5dd703fe81
[fix] handle arrow function on slot inside svelte:fragment (#7667)
Fixes #7485
2022-07-28 18:02:15 +02:00
Bjorn Lu
9ad416be94
[chore] upgrade source-map (#7729)
Fixes #7728
2022-07-27 10:56:37 +02:00
Simon H
5a725713f7
update changelog 2022-07-25 21:10:13 +02:00
Hofer Ivan
bb02a22d3e
[feat] add convenience type for ComponentEvents (#7702) 2022-07-25 21:09:03 +02:00
Tan Li Hau
01ba78a6fb
Update CHANGELOG.md 2022-07-20 00:02:40 +08:00
Tan Li Hau
91b20b9c2e
[fix] error when using combinator incorrectly (#7650)
* error when using combinator incorrectly

* add new test case
2022-07-20 00:01:08 +08:00
Mlocik97
52f5005cfd
[docs] update port in "Svelte for new developers" blog. (#7697)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2022-07-19 09:26:57 +02:00
Tan Li Hau
791533e7a5
Update CHANGELOG.md 2022-07-17 17:28:56 +08:00
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>
2022-07-17 17:27:35 +08:00
Tan Li Hau
9f3625a7b8
Update CHANGELOG.md 2022-07-17 17:26:54 +08:00
Tan Li Hau
26d1455b27
fixed removal of empty stylesheets created from transitions (#7662)
Co-authored-by: Mathias Picker <mattis123@live.no>
2022-07-17 17:25:36 +08:00
Ignatius Bagus
05b5be0469
[docs] link content to site directory (#7688) 2022-07-15 13:17:22 +07:00
Ben McCann
379a963d01
[docs] npm create needs @latest tag (#7687) 2022-07-14 12:06:20 -07:00
Stephane
e973bacd38
Link to sites repository in README.md (#7684) 2022-07-14 17:20:33 +08:00
Tan Li Hau
2db60a77e1
rename test files from svelte-slot -> svelte-fragment (#7679) 2022-07-12 23:20:44 +08:00
Simon Dao
60024effa8
[docs] update intro sentence of reactive declarations tutorial (#7467) 2022-07-11 16:11:23 -07:00
Tan Li Hau
1913e7fad7
Update CHANGELOG.md 2022-07-12 06:55:43 +08:00
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>
2022-07-12 06:52:25 +08:00
Tan Li Hau
ccbf10c163
Update CHANGELOG.md 2022-07-11 09:41:43 +08:00
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>
2022-07-11 09:40:12 +08:00
Tan Li Hau
4617c0d5f5
Update CHANGELOG.md 2022-07-11 02:27:58 +08:00
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>
2022-07-11 02:23:41 +08:00
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".
2022-07-10 15:22:00 +08:00
Conduitry
52153dbce0 -> v3.49.0 2022-07-07 12:43:08 -04:00
Simon H
3798808e74
update changelog 2022-07-06 11:59:44 +02:00
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
2022-07-06 11:58:43 +02:00