Commit Graph

3201 Commits (f9efb4d9920ff76b4b22bec8443ee2049a05cf26)

Author SHA1 Message Date
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
xxkl1 f34abc5689
fix: decode html entities correctly (#8047)
3 years ago
lidlanca aa15a64cbe
fix: account for `<template>` tag in `{@html}` (#7364)
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
Theodor Steiner c7bbe55b9f
feat: introduce axis parameter to allow for horizontal slide transition (#6183)
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
Theodore Brown 8cf037c904
fix: select first enabled option by default when initial value is undefined (#8331)
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
Simon H 636290af95
fix: remove indeterminate from boolean attributes (#8334)
3 years ago
Yuichiro Yamashita 1f3d2f7646
fix: better handling of inert attribute (add tests) (#7944)
3 years ago
Ben McCann ca531519a8
chore: switch to @jridgewell/sourcemap-codec (#8321)
3 years ago
Tan Li Hau d16dd5d7ca
feat: add naturalWidth and naturalHeight bindings (#7857)
3 years ago
Hong-Kuan Wu 835362af88
fix: check url and search input field values before updating (#7111)
3 years ago
Alvin Ramskogler 9f89a92d31
feat: add `readonly` method to convert writable store to readonly (#6518)
3 years ago
Simon H 0bdb59c2e2
fix: compute rect directly before crossfading (#8314)
3 years ago
Jos de Jong e5b0b6235d
fix: ensure `bind:offsetHeight` updates (#8096)
3 years ago
Tan Li Hau 53de73d08c
feat: simpler output for reactive vars if dependencies are all static (#7942)
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
Simon H a71b8b9958
chore: improve parser performance (#8303)
3 years ago
Yuichiro Yamashita a0cedf8d82
fix: flush remaining `afterUpdate` before `destroy` (#7516)
3 years ago
Carlos Ivanchuk aa9b2dd5f3
fix: omit a11y warning on `<video>` when `aria-hidden="true"` (#7880)
3 years ago
Valter Kraemer 2a5b488386
fix: empty value attribute selector doesn't produce "Unused CSS selector" warning (#8122)
3 years ago
Ben Bucksch f6ef6a9349
fix: don't throw when calling writable() unsubscribe twice (#8186)
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
Jay Harris 4f42daeff7
feat: `trusted-types` CSP compatibility for Web Components (#8135)
3 years ago
Emil Tholin b06e435684
[fix] Spread component props immutably during SSR (#8176)
3 years ago
cunzaizhuyi f0dcf1416c
[chore] shorten import statement (#8178)
3 years ago
Yuichiro Yamashita 4b84c4df3a
[fix] Improve `is_promise` handling (#8162)
3 years ago
Yuichiro Yamashita e1a1c7fa87
[chore] Fix CI (#8160)
3 years ago
Simon H 762d0429b1
[fix] propagate bindings correctly (#8114)
3 years ago
Mathias Picker c9e98e6bba
[fix]: remove double up initialization on svelte:element (#8142)
3 years ago