Commit Graph

3250 Commits (afd38494b48df458c592b14da461b4b672872abc)

Author SHA1 Message Date
Karl Erik Hofseth afd38494b4
fix: provide a workaround for `unsafe-inline` CSP that also works in Safari () 2 years ago
Nguyen Tran c0363966d3
fix: treat slots as if they don't exist when using CSS adjacent and general sibling combinators () 2 years ago
Robin Munn 19e163f59d
feat: pass update function to store setup callbacks () 2 years ago
Ramon Snir ea73930132
fix: allow $store to be used with changing values including nullish values () 2 years ago
Simon H d083f8a3f2
feat: custom elements rework () 2 years ago
Simon H 572f5372d4
breaking: deprecate SvelteComponentTyped, add generics to SvelteComponent () 2 years ago
Tan Li Hau df2f656557
feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes () 2 years ago
Rafi Strauss f30faa702d
feat: improve duplicate key error for keyed each blocks () 2 years ago
Chris Kerr 236ffa833d breaking: update onMount type definition to prevent async function return () 2 years ago
Nguyen Tran 68bf3e8143 feat: add a11y `no-noninteractive-element-interactions` () 2 years ago
Theodore Brown 1728a8940e fix: bind null option and input values consistently () 2 years ago
Tim McCabe d587175852 feat: add `a11y-no-static-element-interactions` compiler rule () 2 years ago
Tan Li Hau c81522f992 breaking: conditional ActionReturn type if Parameter is void () 2 years ago
Hofer Ivan 8e51b51dfc breaking: improve types for `createEventDispatcher` () 2 years ago
Ben McCann 2813814396 chore: upgrade rollup () 2 years ago
Ben McCann 99b6a25d9d chore: Svelte 4 dependency upgrades () 2 years ago
Ben McCann d7cffa6840 chore: upgrade to TypeScript 5 () 2 years ago
Pat Cavit 54bb1f42ee breaking: send in/out to transition fn () 2 years ago
xxkl1 b95ae0ef3c fix: html space entities lost in component slot () 2 years ago
gtmnayan 6e1674e249
docs: fix type signature for StartStopNotifier () 2 years ago
gtmnayan 2cc299185f
fix: ensure version is typed as string instead of the literal __VERSION__ () 2 years ago
Simon H 9425f18e52
fix: observer PR cleanup () 2 years ago
Cymaera 0adc09da97
feat: add support for resize observer bindings () 2 years ago
Simon H 3a7685fef5
fix: special-case width/height attribute during spread () 2 years ago
Michael Leahy d42ca041dd
Closes . Adds single value function support to media queries and media query range syntax / MQ level 4 support. () 2 years ago
Yuichiro Yamashita 5a934e9f43
fix: escape <textarea value={...}> attribute properly () 2 years ago
Filip Ambrosius 1333be0c6a
fix: Regression `itemscope` as `boolean_attribute` () 2 years ago
Nguyen Tran dadd6fe945
fix: resolve computed_prop_# collision () 2 years ago
esthe 95c46552fe
feat: make `preserveComments` effective in DOM renderer () 2 years ago
Michael Leahy 91e8dfcd6d
feat: `container` query support via `css-tree` extension () 2 years ago
Snaipe d49b568019
fix: allow use of document root as target in typescript () 2 years ago
Yuichiro Yamashita a2170f5bd5
fix: use `wholeText` for only `contenteditable` for `set_data` () 2 years ago
Simon H 6ce6f14755
fix: relax `a11y-no-noninteractive-element-to-interactive-role` warning () 2 years ago
Nguyen Tran fed93ab9e1
feat: add a11y `interactive-supports-focus` () 2 years ago
Dave Lunny f56fe33931
feat: `bind:innerText` for `contenteditable` () 2 years ago
Simon H 68e492eaff
fix: revert buggy reactive vars optimization () 2 years ago
Nguyen Tran a1e8421368
fix: object destructuring picks up computed properties () 2 years ago
Henrik Giesel 4b0b471ee1
feat: add back `<svelte:document>` () 2 years ago
Ben McCann c19d0889c5
chore: rename variable to follow coding style () 2 years ago
Bob Fanger 6aee49bad3
feat: css units in fly & blur transitions () 2 years ago
Bob Fanger fb5f281e9a
fix: Prevent intro from cancelling outro () 2 years ago
gtmnayan 7578af3a11
fix: retain style directive value after style attribute is updated () 2 years ago
Nguyen Tran a6c329f489
fix: object destructring picks up literal properties () 2 years ago
Nguyen Tran 26c38e750c
feat: add a11y `no-noninteractive-element-to-interactive-role` () 2 years ago
Jon Rouleau 127b61a465
fix: derived store restarting when unsubscribed from another store with a shared ancestor () 2 years ago
Tan Li Hau c99dd2e045
fix: binding group with if block () 2 years ago
Theodore Brown c7dcfac883
fix: select option with selected attribute when initial state is undefined () 2 years ago
Lyu, Wei-Da 5c14bc5f01
fix: support es2022 class features () 2 years ago
Conduitry 80e6e28204
chore: mark Promise.resolve() as pure to appease Agadoo () 2 years ago
Ben McCann f9efb4d992
chore: upgrade aria-query () 2 years ago