Commit Graph

2770 Commits (c0363966d3010325b529cbbd3f7e03b2d3a46659)

Author SHA1 Message Date
Nguyen Tran c0363966d3
fix: treat slots as if they don't exist when using CSS adjacent and general sibling combinators (#8422)
2 years ago
Robin Munn 19e163f59d
feat: pass update function to store setup callbacks (#6750)
2 years ago
Ramon Snir ea73930132
fix: allow $store to be used with changing values including nullish values (#7947)
2 years ago
Simon H d083f8a3f2
feat: custom elements rework (#8457)
2 years ago
Yuichiro Yamashita 384927dbf3
chore: TypeScript to JavaScript + JSDoc for tests (#8526)
2 years ago
Tan Li Hau df2f656557
feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426)
2 years ago
Ben McCann d64e86a260
chore: switch from npm to pnpm (#8514)
2 years ago
Rafi Strauss f30faa702d
feat: improve duplicate key error for keyed each blocks (#8411)
2 years ago
Chris Kerr 236ffa833d breaking: update onMount type definition to prevent async function return (#8136)
2 years ago
Yuichiro Yamashita 5d4f3bd9e5 chore: remove Node 8 and 10 logic (#8503)
2 years ago
Nguyen Tran 68bf3e8143 feat: add a11y `no-noninteractive-element-interactions` (#8391)
2 years ago
Theodore Brown 1728a8940e fix: bind null option and input values consistently (#8328)
2 years ago
Tim McCabe d587175852 feat: add `a11y-no-static-element-interactions` compiler rule (#8251)
2 years ago
Tan Li Hau c81522f992 breaking: conditional ActionReturn type if Parameter is void (#7442)
2 years ago
Hofer Ivan 8e51b51dfc breaking: improve types for `createEventDispatcher` (#7224)
2 years ago
Pat Cavit 54bb1f42ee breaking: send in/out to transition fn (#8318)
2 years ago
xxkl1 b95ae0ef3c fix: html space entities lost in component slot (#8464)
2 years ago
Simon H 9425f18e52
fix: observer PR cleanup (#8484)
2 years ago
Simon H 3a7685fef5
fix: special-case width/height attribute during spread (#8412)
2 years ago
Michael Leahy d42ca041dd
Closes #5876. Adds single value function support to media queries and media query range syntax / MQ level 4 support. (#8430)
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)
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
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 6aee49bad3
feat: css units in fly & blur transitions (#7623)
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
Jon Rouleau 127b61a465
fix: derived store restarting when unsubscribed from another store with a shared ancestor (#8368)
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
Lyu, Wei-Da 5c14bc5f01
fix: support es2022 class features (#8355)
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
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