Commit Graph

7150 Commits (8fe3c3a7bdde511696a8a5ab4a746817d4b42f2f)
 

Author SHA1 Message Date
Simon Holthausen 8fe3c3a7bd fix rollup config
3 years ago
Simon Holthausen 424fcbc096 hide from public type definition
3 years ago
Simon Holthausen ad003924c3 lint, tests
3 years ago
Simon Holthausen 5804b695e7 ceProps -> customElement.props, tag -> customElement/customElement.tag, some fixes, types, remove tag warning, docs
3 years ago
Simon Holthausen 1e8271839d Merge branch 'version-4' into custom-elements-rework
3 years ago
Yuichiro Yamashita 0677d89fff
chore: fix CI on Node 20 (#8528)
3 years ago
Yuichiro Yamashita 384927dbf3
chore: TypeScript to JavaScript + JSDoc for tests (#8526)
3 years ago
Ben McCann 8ffd2112bc
chore: fix CI setup for unit tests (#8530)
3 years ago
Simon H 572f5372d4
breaking: deprecate SvelteComponentTyped, add generics to SvelteComponent (#8512)
3 years ago
Tan Li Hau df2f656557
feat: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes (#7426)
3 years ago
Simon Holthausen 00e6df8b99 add custom element version as static property for later custom registration support
3 years ago
Ben McCann 6f8cdf3b0f
chore: run CI tests on Node 20 (#8519)
3 years ago
Ben McCann d64e86a260
chore: switch from npm to pnpm (#8514)
3 years ago
Simon Holthausen b63a6aaccc Merge branch 'custom-elements-rework' of https://github.com/dummdidumm/svelte into custom-elements-rework
3 years ago
Simon Holthausen 9eb73e0370 Merge branch 'version-4' into custom-elements-rework
3 years ago
Ben McCann be645202d6
breaking: remove legacy package.json files (#8515)
3 years ago
Rafi Strauss f30faa702d
feat: improve duplicate key error for keyed each blocks (#8411)
3 years ago
Chris Kerr 236ffa833d breaking: update onMount type definition to prevent async function return (#8136)
3 years ago
gtmnayan 2f423475f7 chore: produce single bundle for runtime with multiple entrypoints (#8504)
3 years ago
Yuichiro Yamashita 5d4f3bd9e5 chore: remove Node 8 and 10 logic (#8503)
3 years ago
Nguyen Tran 68bf3e8143 feat: add a11y `no-noninteractive-element-interactions` (#8391)
3 years ago
Theodore Brown 1728a8940e fix: bind null option and input values consistently (#8328)
3 years ago
Tim McCabe d587175852 feat: add `a11y-no-static-element-interactions` compiler rule (#8251)
3 years ago
Tan Li Hau c81522f992 breaking: conditional ActionReturn type if Parameter is void (#7442)
3 years ago
Hofer Ivan 8e51b51dfc breaking: improve types for `createEventDispatcher` (#7224)
3 years ago
Ben McCann caef440391 chore: run fewer CI jobs (#8496)
3 years ago
Ben McCann 2813814396 chore: upgrade rollup (#8491)
3 years ago
Ben McCann 99b6a25d9d chore: Svelte 4 dependency upgrades (#8486)
3 years ago
Ben McCann d7cffa6840 chore: upgrade to TypeScript 5 (#8488)
3 years ago
Ben McCann 42362692b5 chore: bump engines field (#8489)
3 years ago
Ben McCann 932cb66a36 chore: simplify Svelte 4 CI (#8487)
3 years ago
Simon H f0cdf77e15 chore: remove node<14 tests (#8482)
3 years ago
Pat Cavit 54bb1f42ee breaking: send in/out to transition fn (#8318)
3 years ago
xxkl1 b95ae0ef3c fix: html space entities lost in component slot (#8464)
3 years ago
gtmnayan 6e1674e249
docs: fix type signature for StartStopNotifier (#8509)
3 years ago
gtmnayan 2cc299185f
fix: ensure version is typed as string instead of the literal __VERSION__ (#8502)
3 years ago
Simon H 1f93e30701
Merge branch 'version-4' into custom-elements-rework
3 years ago
Chris Kerr 350c6c3215
breaking: update onMount type definition to prevent async function return (#8136)
3 years ago
gtmnayan 662804e80e
chore: produce single bundle for runtime with multiple entrypoints (#8504)
3 years ago
Yuichiro Yamashita 39333b1334
chore: remove Node 8 and 10 logic (#8503)
3 years ago
Simon Holthausen daadae9c2d changelog
3 years ago
Simon Holthausen e790740810 Merge branch 'version-4' into custom-elements-rework
3 years ago
Nguyen Tran d1a972217e
feat: add a11y `no-noninteractive-element-interactions` (#8391)
3 years ago
Theodore Brown 88728e3591
fix: bind null option and input values consistently (#8328)
3 years ago
Tim McCabe 9460616990
feat: add `a11y-no-static-element-interactions` compiler rule (#8251)
3 years ago
Tan Li Hau 56a6738a5b
breaking: conditional ActionReturn type if Parameter is void (#7442)
3 years ago
Hofer Ivan d6bcddd582
breaking: improve types for `createEventDispatcher` (#7224)
3 years ago
Ben McCann 573784cbc3
chore: run fewer CI jobs (#8496)
3 years ago
Simon Holthausen 840a7bed4b implement shadowdom option
3 years ago
Simon Holthausen 96e97682e0 handle event listener registration before mount; handle unregister
3 years ago