Commit Graph

49 Commits (svelte@5.34.6)

Author SHA1 Message Date
Lyu, Wei-Da 6a7df1cce8
fix: add missing typings for some dimension bindings (#16142)
3 months ago
L. 292af8d38a
feat: add `command` and `commandfor` to `HTMLButtonAttributes` (#16117)
3 months ago
Christoph Sanz 8d8fdb8a56
fix: add `xmlns` attribute to HTMLAttributes type (#16080)
3 months ago
Rich Harris b851b54e9d
Revert "feat: enable TS autocomplete for Svelte HTML element definitions" (#16063)
3 months ago
Hyunbin Seo 4e3ff0944d
fix: narrow `defaultChecked` to boolean (#16009)
3 months ago
venus 6928aaca06
feat: enable TS autocomplete for Svelte HTML element definitions (#15972)
4 months ago
Paolo Ricciuti 60b22ab933
fix: falsy attachments types (#15939)
4 months ago
Rich Harris b93a617aa8
feat: attachments (#15000)
4 months ago
D.V. Colomban b27ca425c7
fix: add files and group properties to HTMLInputAttributes (#15492)
6 months ago
Trevor N. Suarez 3326bd8ae7
feat: Add `closedby` to `HTMLDialogAttributes` (dialog element) (#15458)
6 months ago
Elliott Johnson 3f8ce21f47
fix: Add `bind:focused` to `HTMLAttributes` (#15122)
7 months ago
Puru Vijay 2aefc5430d
feat(elements): Expose ClassValue (#15035)
8 months ago
Simon H 015210a1a8
feat: allow objects/arrays for class attribute (#14714)
9 months ago
Simon H a57e747cbb
feat: default values for form elements (#14289)
9 months ago
Dominic Gannaway ed7ebcde1e
feat: add error boundaries (#14211)
9 months ago
Frédéric Crozatier 7bd1cdf427
feat: add content-visibility: auto state change event (#14373)
10 months ago
Florent BENOIT d0bfd22bef
fix: webview can contain any string for preload (#13733)
11 months ago
Frédéric Crozatier ffa2af7549
fix: `method` is case insensitive (#13639)
11 months ago
Frédéric Crozatier 53ae2b8170
breaking: stronger enumerated types (#13624)
11 months ago
Frédéric Crozatier 76067a5fbc
feat: hidden until found and beforematch (#13612)
11 months ago
Frédéric Crozatier 7d47269fc2
feat: add types for the `search` element (#13489)
11 months ago
Frédéric Crozatier 61d51958d7
fix: add missing `autocomplete` tokens (#13229)
12 months ago
Frédéric Crozatier 91299b32ff
fix: stronger types for the `autocomplete` attribute (#13201)
12 months ago
Simon H 4f10c83d32
fix: make custom element tag optional in typings (#13172)
1 year ago
Frédéric Crozatier aa55b709e7
fix: remove remaining Sapper stuff (#12875)
1 year ago
Frédéric Crozatier 43679b855e
fix: A few type adjustments (#12858)
1 year ago
Dominic Gannaway a62dce3e83
chore: document oninput type for elements.d.ts (#12088)
1 year ago
wackbyte c0c1a56675
feat: bind `activeElement` and `pointerLockElement` in `<svelte:document>` (#11879)
1 year ago
Frédéric Crozatier 1c75b9ac4d
fix: add `name` to HTMLDetailsAttributes (#11013)
1 year ago
miunau bbd44e9e47
fix: Add `elementtiming` HTMLAttribute, remove `crossorigin` from HTMLInputAttributes (#10921)
1 year ago
miunau 0c05733d31
fix: Add `dirname` to HTMLInputAttributes (#10908)
1 year ago
Dominic Gannaway f5f9465edc
feat: add support for webkitdirectory DOM boolean attribute (#10847)
1 year ago
Rich Harris 77f39ea988
breaking: make `$props()` rune non-generic (#10694)
2 years ago
Simon Holthausen 74f51401aa fix: add `fetchpriority` to `script` and `link` tags
2 years ago
Matt Kane d23805a6f0
feat: add fetchpriority to img attrs (#10388)
2 years ago
S. Elliott Johnson d309a9d47a
feat: Variadic snippets (#9988)
2 years ago
Arslan 145b233041
fix: add `onscrollend` event type (#10337)
2 years ago
Lucas I f7cc8cb263
fix: Add missing miter-clip and arcs value to stroke-linejoin attribute (#10141)
2 years ago
navorite abc126630a
fix: add types for popover attributes and events (#10041)
2 years ago
Jirawat Boonkumnerd acf73104b5
feat: add GamepadEventHandler type (#9861)
2 years ago
Simon Holthausen dcdd645480 fix: adjust children snippet default type
2 years ago
Simon H f9ba528265
fix: add children to element typings (#9679)
2 years ago
Simon Holthausen fe8a9ce31d breaking: init Svelte 5
2 years ago
vhladko ab80d9d214
fix: add missing plaintext-only value to contenteditable type (#9242)
2 years ago
Mathias Schäfer 16c42cb085
fix: add transform-origin to SVGAttributes (#9326)
2 years ago
paulreece 6fe17eabf2
fix: This makes the indeterminate HTML attribute available for use. Fixes #9176. (#9180)
2 years ago
Paolo Ricciuti a71f3595a3
fix: Add data-* to svg attributes (#9036)
2 years ago
Simon H 657f11376c
feat: add ability to extend custom element class (#8991)
2 years ago
Puru Vijay bd51e6f3ea Merge remote-tracking branch 'origin/version-4' into sites
2 years ago