Commit Graph

202 Commits (df2f656557999b0912171b4513986f8526da7a5b)

Author SHA1 Message Date
Tan Li Hau df2f656557
feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426)
2 years ago
Nguyen Tran 68bf3e8143 feat: add a11y `no-noninteractive-element-interactions` (#8391)
2 years ago
Tim McCabe d587175852 feat: add `a11y-no-static-element-interactions` compiler rule (#8251)
2 years ago
Ben McCann 99b6a25d9d chore: Svelte 4 dependency upgrades (#8486)
2 years ago
Cymaera 0adc09da97
feat: add support for resize observer bindings (#8022)
2 years ago
Nguyen Tran dadd6fe945
fix: resolve computed_prop_# collision (#8418)
2 years ago
Simon H 6ce6f14755
fix: relax `a11y-no-noninteractive-element-to-interactive-role` warning (#8402)
2 years ago
Nguyen Tran fed93ab9e1
feat: add a11y `interactive-supports-focus` (#8392)
3 years ago
Dave Lunny f56fe33931
feat: `bind:innerText` for `contenteditable` (#4291)
3 years ago
Nguyen Tran a1e8421368
fix: object destructuring picks up computed properties (#8386)
3 years ago
Henrik Giesel 4b0b471ee1
feat: add back `<svelte:document>` (#7149)
3 years ago
Nguyen Tran a6c329f489
fix: object destructring picks up literal properties (#8357)
3 years ago
Nguyen Tran 26c38e750c
feat: add a11y `no-noninteractive-element-to-interactive-role` (#8167)
3 years ago
Ben McCann f9efb4d992
chore: upgrade aria-query (#8353)
3 years ago
Brad Dougherty dd371f58fe
feat: add readyState binding for media elements (#6843)
3 years ago
Tan Li Hau c611f318d2
feat: add stopImmediatePropagation event modifier (#8341)
3 years ago
Simon H 60db05da86
fix: hide some a11y warnings for `<svelte:element>` tags (#8335)
3 years ago
Nguyen Tran b56dfe51a8
feat: add a11y `role-supports-aria-props` (#8195)
3 years ago
Tan Li Hau d16dd5d7ca
feat: add naturalWidth and naturalHeight bindings (#7857)
3 years ago
Vaibhav c9a269c149
fix: silence no content a11y warning if the tag has an aria-label (#8299)
3 years ago
ngtr6788 3559997223
feat: implement a11y `aria-activedescendant-has-tabindex` (#8172)
3 years ago
Carlos Ivanchuk aa9b2dd5f3
fix: omit a11y warning on `<video>` when `aria-hidden="true"` (#7880)
3 years ago
Lioness100 5a3a1e488a
fix: correct typos in variable names (#8257)
3 years ago
Ben McCann 34ae6aaf1f
fix: make `noreferrer` warning less zealous (#8230)
3 years ago
Ming07 1f021226c5
[fix] named slots breaks svelte-ignore comments (#8105)
3 years ago
Ramon Snir f84c00edb9
[fix] static svelte:element not replaced with tag in production mode (#7938)
3 years ago
Tan Li Hau 2f61907ec1
[fix] allow invalidating variables from @const declared function (#7858)
3 years ago
Torsten Dittmann 676716979a
[fix] a11y - allow fallback roles (#8045)
3 years ago
Dominik G ee480bded6
[fix] only read static value for rel attribute validation (#8003)
3 years ago
Josh Soref b265bc6f0f
[chore] fix spelling and typos (#7974)
3 years ago
Billy Levin 88ed9931f2
warn on assignment to const (#4960)
3 years ago
Joffrey LEVEUGLE c7c6c05c7f
[feat] add security warning for anchor element (rel attribute) (#6289)
3 years ago
gtmnayan bee1851faa
[feat] `|important` modifier for style directive (#7489)
3 years ago
Hofer Ivan 0eba57113b
[chore]: store regexp as variable instead of defining it inline (#7716)
3 years ago
Tan Li Hau 5c5bc27d97
[feat] Support style props for SVG components (#7859)
3 years ago
metonym 980aff8a4a
[fix] omit a11y warning for native checkbox/radio inputs (#7838)
3 years ago
MCMXC 82013aa161
feat(a11y): add click-events-have-key-events rule (#5073)
3 years ago
tanhauhau 899d0cc67c update docs for a11y-no-noninteractive-tabindex and rename from a11y-no-nointeractive-tabindex -> a11y-no-noninteractive-tabindex
3 years ago
Shinobu Hayashi 2cd661156e
[feat] Add a11y rule to check no tabindex in nointeractive element (#6693)
3 years ago
Vaibhav Rai 78b81277e7
[fix]: Warn user when binding rest operator (#7526)
3 years ago
Simon H efe1df0e23
[fix] Only show lowercase component warning for non-html/svg elements (#7826)
3 years ago
Niko Simonson 419641bb3e
Recursively check label children for input control (#5323)
3 years ago
qinmu 5dd703fe81
[fix] handle arrow function on slot inside svelte:fragment (#7667)
3 years ago
Anthony Le Goas b517df14e4
[feat] check noninteractive roles on interactive elements (#5955)
3 years ago
Anthony Le Goas f5111ef436
[feat] add a11y check on abstract roles (#6241)
3 years ago
kwangure 39901986d6
[feat]: Add A11y aria-proptypes check (#6978)
3 years ago
Mel 1d19aebe38
a11y: Add role-has-required-aria-props rule (#5852)
3 years ago
Ben McCann 34eb6efedc
[chore] upgrade to eslint 8 (#7506)
3 years ago
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` (#7453)
3 years ago
Tan Li Hau a2de3894c0
[feat] support const tag for if block (#7451)
3 years ago