Commit Graph

1247 Commits (202d119e9a22267c2d31bb24c466b861004724f7)

Author SHA1 Message Date
Yuichiro Yamashita b6a400a549
chore: add prettier (#8543)
1 year ago
Simon Holthausen 418f4c2381 Merge branch 'master' into version-4
1 year ago
Ramon Snir ea73930132
fix: allow $store to be used with changing values including nullish values (#7947)
1 year ago
Nguyen Tran 83679e9700
fix: array rest destructuring in markup (#8555)
1 year ago
Nguyen Tran 17bf6db541
fix: Array rest property fix (#8553)
1 year ago
Cas c4261abfde
feat: document fullscreenElement and visibilityState bindings (#8507)
1 year ago
xxkl1 b7359c8361
feat: add window bind devicePixelRatio support (#8534)
1 year ago
Yuichiro Yamashita 384927dbf3
chore: TypeScript to JavaScript + JSDoc for tests (#8526)
1 year ago
Tan Li Hau df2f656557
feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426)
1 year ago
xxkl1 32153e318d
fix: inline style value become undefined (#8517)
1 year ago
Ben McCann d64e86a260
chore: switch from npm to pnpm (#8514)
1 year ago
Rafi Strauss f30faa702d
feat: improve duplicate key error for keyed each blocks (#8411)
1 year ago
Theodore Brown 1728a8940e fix: bind null option and input values consistently (#8328)
1 year ago
Pat Cavit 54bb1f42ee breaking: send in/out to transition fn (#8318)
1 year ago
xxkl1 b95ae0ef3c fix: html space entities lost in component slot (#8464)
1 year ago
Simon H 3a7685fef5
fix: special-case width/height attribute during spread (#8412)
1 year ago
Yuichiro Yamashita 5a934e9f43
fix: escape <textarea value={...}> attribute properly (#8434)
1 year ago
Filip Ambrosius 1333be0c6a
fix: Regression `itemscope` as `boolean_attribute` (#8414)
1 year ago
Nguyen Tran dadd6fe945
fix: resolve computed_prop_# collision (#8418)
1 year ago
Yuichiro Yamashita a2170f5bd5
fix: use `wholeText` for only `contenteditable` for `set_data` (#8394)
1 year ago
Dave Lunny f56fe33931
feat: `bind:innerText` for `contenteditable` (#4291)
1 year ago
Simon H 68e492eaff
fix: revert buggy reactive vars optimization (#8382)
1 year ago
Nguyen Tran a1e8421368
fix: object destructuring picks up computed properties (#8386)
1 year ago
Henrik Giesel 4b0b471ee1
feat: add back `<svelte:document>` (#7149)
1 year ago
gtmnayan 7578af3a11
fix: retain style directive value after style attribute is updated (#7610)
1 year ago
Nguyen Tran a6c329f489
fix: object destructring picks up literal properties (#8357)
1 year ago
Tan Li Hau c99dd2e045
fix: binding group with if block (#8373)
1 year ago
Theodore Brown c7dcfac883
fix: select option with selected attribute when initial state is undefined (#8371)
1 year ago
Tan Li Hau 0966d1d282
feat: improve `bind:group` behavior (#7892)
2 years ago
Tan Li Hau fbaf3cfc12
fix: call `<svelte:component>` update to `this` only when it's dirty (#4192)
2 years ago
Tan Li Hau c611f318d2
feat: add stopImmediatePropagation event modifier (#8341)
2 years ago
xxkl1 f34abc5689
fix: decode html entities correctly (#8047)
2 years ago
lidlanca aa15a64cbe
fix: account for `<template>` tag in `{@html}` (#7364)
2 years ago
Tan Li Hau f6dc86f02c
feat: optimise svelte-element output code for static tag and static attribute (#8161)
2 years ago
David Hunt 4e8efd3c1e
fix: fixes sveltejs/svelte#8214 `bind:group` to `undefined` (#8215)
2 years ago
Vaibhav Rai 26104eaaba
fix: no error assigning to a `const` property (#7966)
2 years ago
4eb0da 9edd2df0d3
fix: check each_blocks is empty on mount (#7505)
2 years ago
Nico Beierle 474a13ad90
fix: prevent undefined value when remount keyed input element with spread props (#7699)
2 years ago
Theodore Brown 8cf037c904
fix: select first enabled option by default when initial value is undefined (#8331)
2 years ago
adiGuba 69c199feac
fix: race condition in `svelte:element` with transition #7948 (#7949)
2 years ago
Yuichiro Yamashita 60a205edb8
fix: don't set selected option(s) if value is unbound or not passed (#8329)
2 years ago
Simon H 636290af95
fix: remove indeterminate from boolean attributes (#8334)
2 years ago
Yuichiro Yamashita 1f3d2f7646
fix: better handling of inert attribute (add tests) (#7944)
2 years ago
Yuichiro Yamashita a0cedf8d82
fix: flush remaining `afterUpdate` before `destroy` (#7516)
2 years ago
Emil Tholin b06e435684
[fix] Spread component props immutably during SSR (#8176)
2 years ago
Yuichiro Yamashita 4b84c4df3a
[fix] Improve `is_promise` handling (#8162)
2 years ago
Simon H 762d0429b1
[fix] propagate bindings correctly (#8114)
2 years ago
Ramon Snir f84c00edb9
[fix] static svelte:element not replaced with tag in production mode (#7938)
2 years ago
Yuichiro Yamashita 94e51df07b
[fix] escape style attribute for SSR (#8087)
2 years ago
Tan Li Hau 2f61907ec1
[fix] allow invalidating variables from @const declared function (#7858)
2 years ago