Commit Graph

712 Commits (0966d1d282b04cec6f3b0d34a4ba73dae2d08d56)

Author SHA1 Message Date
Tan Li Hau 0966d1d282
feat: improve `bind:group` behavior () 2 years ago
Tan Li Hau d525901556
fix validation for global compound selector () 2 years ago
Tan Li Hau fbaf3cfc12
fix: call `<svelte:component>` update to `this` only when it's dirty () 2 years ago
Dane David c0bc86e214
feat: support exclusively special characters in component filenames () 2 years ago
Brad Dougherty dd371f58fe
feat: add readyState binding for media elements () 2 years ago
Tan Li Hau c611f318d2
feat: add stopImmediatePropagation event modifier () 2 years ago
Roy Choo acbf8135a8
fix: add global compound selector validation () 2 years ago
Nguyen Tran ed575cc927
fix: make svelte-ignore work above components () 2 years ago
Simon H 60db05da86
fix: hide some a11y warnings for `<svelte:element>` tags () 2 years ago
Tan Li Hau f6dc86f02c
feat: optimise svelte-element output code for static tag and static attribute () 2 years ago
Cory Virok 32a94fcfc5
chore: implemented a small runtime optimization for SSR () 2 years ago
David Hunt 4e8efd3c1e
fix: fixes sveltejs/svelte#8214 `bind:group` to `undefined` () 2 years ago
Vaibhav Rai 26104eaaba
fix: no error assigning to a `const` property () 2 years ago
4eb0da 9edd2df0d3
fix: check each_blocks is empty on mount () 2 years ago
Nico Beierle 474a13ad90
fix: prevent undefined value when remount keyed input element with spread props () 2 years ago
adiGuba 69c199feac
fix: race condition in `svelte:element` with transition () 2 years ago
Yuichiro Yamashita 60a205edb8
fix: don't set selected option(s) if value is unbound or not passed () 2 years ago
Nguyen Tran b56dfe51a8
feat: add a11y `role-supports-aria-props` () 2 years ago
Yuichiro Yamashita 1f3d2f7646
fix: better handling of inert attribute (add tests) () 2 years ago
Tan Li Hau d16dd5d7ca
feat: add naturalWidth and naturalHeight bindings () 2 years ago
Hong-Kuan Wu 835362af88
fix: check url and search input field values before updating () 2 years ago
Tan Li Hau 53de73d08c
feat: simpler output for reactive vars if dependencies are all static () 2 years ago
Vaibhav c9a269c149
fix: silence no content a11y warning if the tag has an aria-label () 2 years ago
ngtr6788 3559997223
feat: implement a11y `aria-activedescendant-has-tabindex` () 2 years ago
Carlos Ivanchuk aa9b2dd5f3
fix: omit a11y warning on `<video>` when `aria-hidden="true"` () 2 years ago
Valter Kraemer 2a5b488386
fix: empty value attribute selector doesn't produce "Unused CSS selector" warning () 2 years ago
Lioness100 5a3a1e488a
fix: correct typos in variable names () 2 years ago
Ben McCann 34ae6aaf1f
fix: make `noreferrer` warning less zealous () 2 years ago
Jay Harris 4f42daeff7
feat: `trusted-types` CSP compatibility for Web Components () 2 years ago
Emil Tholin b06e435684
[fix] Spread component props immutably during SSR () 2 years ago
cunzaizhuyi f0dcf1416c
[chore] shorten import statement () 2 years ago
Simon H 762d0429b1
[fix] propagate bindings correctly () 2 years ago
Mathias Picker c9e98e6bba
[fix]: remove double up initialization on svelte:element () 2 years ago
Ming07 1f021226c5
[fix] named slots breaks svelte-ignore comments () 2 years ago
wackbyte 094483b397
[fix] say "nonnegative" instead of "positive" tabIndex for `a11y-no-noninteractive-tabindex` () 2 years ago
Ramon Snir f84c00edb9
[fix] static svelte:element not replaced with tag in production mode () 2 years ago
Tan Li Hau 2f61907ec1
[fix] allow invalidating variables from @const declared function () 2 years ago
Simon H 4c5469b1ee
[fix] don't run binding init unnecessarily () 2 years ago
Bert B ed3ac92ec0
[fix] Suppress `a11y-no-noninteractive-tabindex` warning if an element has a `tabpanel` () 2 years ago
Torsten Dittmann 676716979a
[fix] a11y - allow fallback roles () 2 years ago
Simon H f4779eee4a
[fix] don't emit css option deprecation warning for now () 2 years ago
Dominik G ee480bded6
[fix] only read static value for rel attribute validation () 2 years ago
Maximiliano Ruani 773dedf714
[feat] Compiler option css: 'none' support () 2 years ago
Josh Soref b265bc6f0f
[chore] fix spelling and typos () 3 years ago
Sid 8921c04a21
[chore] Upgrade css-tree version to 2.1.0 () 3 years ago
Tan Li Hau e8b4997bb5
[fix] duplicate meta tags during hydration () 3 years ago
Billy Levin 88ed9931f2
warn on assignment to const () 3 years ago
Joffrey LEVEUGLE c7c6c05c7f
[feat] add security warning for anchor element (rel attribute) () 3 years ago
gtmnayan bee1851faa
[feat] `|important` modifier for style directive () 3 years ago
Hofer Ivan 739bfaec12
[chore] add missing types to `compiler/compile/render_dom` functions and variables () 3 years ago