Commit Graph

743 Commits (b6288ecdb7819ccbb135939b83f01494331d42da)

Author SHA1 Message Date
Simon H b6288ecdb7
fix: Handle dynamic values in `a11y-autocomplete-valid` (#8567)
2 years ago
Christoph Rüßler 3f2f1e58df
feat: add a11y `autocomplete-valid` (#8520)
2 years ago
Nguyen Tran 83679e9700
fix: array rest destructuring in markup (#8555)
2 years ago
Nguyen Tran 17bf6db541
fix: Array rest property fix (#8553)
2 years ago
Cas c4261abfde
feat: document fullscreenElement and visibilityState bindings (#8507)
2 years ago
xxkl1 b7359c8361
feat: add window bind devicePixelRatio support (#8534)
2 years ago
Nguyen Tran f064c39d5f
fix: relax no-redundant-roles implementation (#8536)
2 years ago
gtmnayan 1964535adf
fix: interpolated style directive updates properly with spread (#8505)
2 years ago
Simon H 9425f18e52
fix: observer PR cleanup (#8484)
2 years ago
Cymaera 0adc09da97
feat: add support for resize observer bindings (#8022)
2 years ago
Yuichiro Yamashita 5a934e9f43
fix: escape <textarea value={...}> attribute properly (#8434)
2 years ago
Filip Ambrosius 1333be0c6a
fix: Regression `itemscope` as `boolean_attribute` (#8414)
2 years ago
Nguyen Tran dadd6fe945
fix: resolve computed_prop_# collision (#8418)
2 years ago
esthe 95c46552fe
feat: make `preserveComments` effective in DOM renderer (#7182)
2 years ago
Michael Leahy 91e8dfcd6d
feat: `container` query support via `css-tree` extension (#8275)
2 years ago
Yuichiro Yamashita a2170f5bd5
fix: use `wholeText` for only `contenteditable` for `set_data` (#8394)
3 years ago
Simon H 6ce6f14755
fix: relax `a11y-no-noninteractive-element-to-interactive-role` warning (#8402)
3 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
Simon H 68e492eaff
fix: revert buggy reactive vars optimization (#8382)
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
Bob Fanger fb5f281e9a
fix: Prevent intro from cancelling outro (#7300)
3 years ago
gtmnayan 7578af3a11
fix: retain style directive value after style attribute is updated (#7610)
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
Tan Li Hau c99dd2e045
fix: binding group with if block (#8373)
3 years ago
Theodore Brown c7dcfac883
fix: select option with selected attribute when initial state is undefined (#8371)
3 years ago
Ben McCann f9efb4d992
chore: upgrade aria-query (#8353)
3 years ago
Ben McCann b336b16204
chore: upgrade to code-red 1.0 (#8349)
3 years ago
Ben McCann 5b2fa1f247
chore: upgrade magic-string (#8339)
3 years ago
Tan Li Hau 0966d1d282
feat: improve `bind:group` behavior (#7892)
3 years ago
Tan Li Hau d525901556
fix validation for global compound selector (#8344)
3 years ago
Tan Li Hau fbaf3cfc12
fix: call `<svelte:component>` update to `this` only when it's dirty (#4192)
3 years ago
Dane David c0bc86e214
feat: support exclusively special characters in component filenames (#7664)
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
Roy Choo acbf8135a8
fix: add global compound selector validation (#6322)
3 years ago
Nguyen Tran ed575cc927
fix: make svelte-ignore work above components (#8338)
3 years ago
Simon H 60db05da86
fix: hide some a11y warnings for `<svelte:element>` tags (#8335)
3 years ago
Tan Li Hau f6dc86f02c
feat: optimise svelte-element output code for static tag and static attribute (#8161)
3 years ago
Cory Virok 32a94fcfc5
chore: implemented a small runtime optimization for SSR (#7539)
3 years ago
David Hunt 4e8efd3c1e
fix: fixes sveltejs/svelte#8214 `bind:group` to `undefined` (#8215)
3 years ago
Vaibhav Rai 26104eaaba
fix: no error assigning to a `const` property (#7966)
3 years ago
4eb0da 9edd2df0d3
fix: check each_blocks is empty on mount (#7505)
3 years ago
Nico Beierle 474a13ad90
fix: prevent undefined value when remount keyed input element with spread props (#7699)
3 years ago
adiGuba 69c199feac
fix: race condition in `svelte:element` with transition #7948 (#7949)
3 years ago
Yuichiro Yamashita 60a205edb8
fix: don't set selected option(s) if value is unbound or not passed (#8329)
3 years ago
Nguyen Tran b56dfe51a8
feat: add a11y `role-supports-aria-props` (#8195)
3 years ago
Yuichiro Yamashita 1f3d2f7646
fix: better handling of inert attribute (add tests) (#7944)
3 years ago