Commit Graph

7107 Commits (384927dbf3529ce83c578a2e31e8e2ad88f9ad05)
 

Author SHA1 Message Date
Yuichiro Yamashita 384927dbf3
chore: TypeScript to JavaScript + JSDoc for tests (#8526)
1 year ago
Ben McCann 8ffd2112bc
chore: fix CI setup for unit tests (#8530)
1 year ago
Simon H 572f5372d4
breaking: deprecate SvelteComponentTyped, add generics to SvelteComponent (#8512)
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
Ben McCann 6f8cdf3b0f
chore: run CI tests on Node 20 (#8519)
1 year ago
Ben McCann d64e86a260
chore: switch from npm to pnpm (#8514)
1 year ago
Ben McCann be645202d6
breaking: remove legacy package.json files (#8515)
1 year ago
Rafi Strauss f30faa702d
feat: improve duplicate key error for keyed each blocks (#8411)
1 year ago
Chris Kerr 236ffa833d breaking: update onMount type definition to prevent async function return (#8136)
1 year ago
gtmnayan 2f423475f7 chore: produce single bundle for runtime with multiple entrypoints (#8504)
1 year ago
Yuichiro Yamashita 5d4f3bd9e5 chore: remove Node 8 and 10 logic (#8503)
1 year ago
Nguyen Tran 68bf3e8143 feat: add a11y `no-noninteractive-element-interactions` (#8391)
1 year ago
Theodore Brown 1728a8940e fix: bind null option and input values consistently (#8328)
1 year ago
Tim McCabe d587175852 feat: add `a11y-no-static-element-interactions` compiler rule (#8251)
1 year ago
Tan Li Hau c81522f992 breaking: conditional ActionReturn type if Parameter is void (#7442)
1 year ago
Hofer Ivan 8e51b51dfc breaking: improve types for `createEventDispatcher` (#7224)
1 year ago
Ben McCann caef440391 chore: run fewer CI jobs (#8496)
1 year ago
Ben McCann 2813814396 chore: upgrade rollup (#8491)
1 year ago
Ben McCann 99b6a25d9d chore: Svelte 4 dependency upgrades (#8486)
1 year ago
Ben McCann d7cffa6840 chore: upgrade to TypeScript 5 (#8488)
1 year ago
Ben McCann 42362692b5 chore: bump engines field (#8489)
1 year ago
Ben McCann 932cb66a36 chore: simplify Svelte 4 CI (#8487)
1 year ago
Simon H f0cdf77e15 chore: remove node<14 tests (#8482)
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
gtmnayan 6e1674e249
docs: fix type signature for StartStopNotifier (#8509)
1 year ago
gtmnayan 2cc299185f
fix: ensure version is typed as string instead of the literal __VERSION__ (#8502)
1 year ago
Simon H 9425f18e52
fix: observer PR cleanup (#8484)
1 year ago
James Scott-Brown cd690e025b
docs: clarify meaning of "this" in a comment (#8478)
1 year ago
Simon H 56351a3fab
chore: update changelog
1 year ago
Cymaera 0adc09da97
feat: add support for resize observer bindings (#8022)
1 year ago
Simon H 3a7685fef5
fix: special-case width/height attribute during spread (#8412)
1 year ago
Ben McCann def1890f4f
chore: bump @jridgewell/sourcemap-codec (#8458)
1 year ago
Michael Leahy d42ca041dd
Closes #5876. Adds single value function support to media queries and media query range syntax / MQ level 4 support. (#8430)
1 year ago
Conduitry cfe26d8d6c -> v3.58.0
1 year ago
Conduitry 5d0e049a94 update changelog
1 year ago
Yuichiro Yamashita 5a934e9f43
fix: escape <textarea value={...}> attribute properly (#8434)
1 year ago
Conduitry 3806977678 update changelog
1 year ago
Filip Ambrosius 1333be0c6a
fix: Regression `itemscope` as `boolean_attribute` (#8414)
1 year ago
Simon H b8959ac09e
chore: update changelog
1 year ago
Nguyen Tran dadd6fe945
fix: resolve computed_prop_# collision (#8418)
1 year ago
esthe 95c46552fe
feat: make `preserveComments` effective in DOM renderer (#7182)
1 year ago
Michael Leahy 91e8dfcd6d
feat: `container` query support via `css-tree` extension (#8275)
1 year ago
Snaipe d49b568019
fix: allow use of document root as target in typescript (#7554)
1 year ago
Simon H aa4d0fc264
chore: update changelog
1 year ago
Yuichiro Yamashita a2170f5bd5
fix: use `wholeText` for only `contenteditable` for `set_data` (#8394)
1 year ago
Simon H 6ce6f14755
fix: relax `a11y-no-noninteractive-element-to-interactive-role` warning (#8402)
1 year ago
Simon H 0700abe41d
fix: typings for `svelte:document`
1 year ago
Nguyen Tran fed93ab9e1
feat: add a11y `interactive-supports-focus` (#8392)
1 year ago
Cavit Ertuğrul Sırt 7e9e78b37c
docs: Tutorial body had <svelte:body /> even though <svelte:document /> was the subject (#8396)
1 year ago