Commit Graph

7108 Commits (e7907408103ecfb592a928a262ad22e96e9d792f)
 

Author SHA1 Message Date
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
Simon Holthausen 149c10010b Merge branch 'version-4' into custom-elements-rework
3 years ago
Ben McCann c9ccd6e20f
chore: upgrade rollup (#8491)
3 years ago
Ben McCann 42e0f7d5f8
chore: Svelte 4 dependency upgrades (#8486)
3 years ago
Ben McCann 1e2cfa47d6
chore: upgrade to TypeScript 5 (#8488)
3 years ago
Ben McCann abd760ddac
chore: bump engines field (#8489)
3 years ago
Ben McCann eedacc9ac1
chore: simplify Svelte 4 CI (#8487)
3 years ago
Simon H c72982947d
chore: remove node<14 tests (#8482)
3 years ago
Pat Cavit 75aec4183d
breaking: send in/out to transition fn (#8318)
3 years ago
xxkl1 765023d6e7
fix: html space entities lost in component slot (#8464)
3 years ago
James Scott-Brown cd690e025b
docs: clarify meaning of "this" in a comment (#8478)
3 years ago
Simon H 56351a3fab
chore: update changelog
3 years ago
Cymaera 0adc09da97
feat: add support for resize observer bindings (#8022)
3 years ago
Simon H 3a7685fef5
fix: special-case width/height attribute during spread (#8412)
3 years ago
Ben McCann def1890f4f
chore: bump @jridgewell/sourcemap-codec (#8458)
3 years ago
Simon Holthausen 1241f43afd test for context
3 years ago
Simon Holthausen 931b7f556d cePropsDefinition -> ceProps
3 years ago
Simon Holthausen a31d4a58c2 use $set, remove lowercase property handling in favor of attribute conversion
3 years ago
Simon Holthausen 868fb234ed mount and render after a tick
3 years ago
Simon Holthausen 62e6d0654d remove unused styles param
3 years ago
Simon Holthausen 07af5121ca inline styles for custom elements mode
3 years ago
Simon Holthausen 00d04053df handle dynamic slot content
3 years ago
Simon Holthausen a4102f0b4a lint, cleanup, fix test
3 years ago
Simon Holthausen 82de3f625d introduce svelte:option cePropsDefinition
3 years ago
Simon Holthausen 1131584add handle boolean attributes
3 years ago
Simon Holthausen 52f911cae4 wip
3 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)
3 years ago
Conduitry cfe26d8d6c -> v3.58.0
3 years ago
Conduitry 5d0e049a94 update changelog
3 years ago
Yuichiro Yamashita 5a934e9f43
fix: escape <textarea value={...}> attribute properly (#8434)
3 years ago
Conduitry 3806977678 update changelog
3 years ago
Filip Ambrosius 1333be0c6a
fix: Regression `itemscope` as `boolean_attribute` (#8414)
4 years ago
Simon H b8959ac09e
chore: update changelog
4 years ago
Nguyen Tran dadd6fe945
fix: resolve computed_prop_# collision (#8418)
4 years ago
esthe 95c46552fe
feat: make `preserveComments` effective in DOM renderer (#7182)
4 years ago
Michael Leahy 91e8dfcd6d
feat: `container` query support via `css-tree` extension (#8275)
4 years ago
Snaipe d49b568019
fix: allow use of document root as target in typescript (#7554)
4 years ago
Simon H aa4d0fc264
chore: update changelog
4 years ago
Yuichiro Yamashita a2170f5bd5
fix: use `wholeText` for only `contenteditable` for `set_data` (#8394)
4 years ago
Simon H 6ce6f14755
fix: relax `a11y-no-noninteractive-element-to-interactive-role` warning (#8402)
4 years ago
Simon H 0700abe41d
fix: typings for `svelte:document`
4 years ago
Nguyen Tran fed93ab9e1
feat: add a11y `interactive-supports-focus` (#8392)
4 years ago