Commit Graph

63 Commits (db6d66e92072a975d7e6b35f2b30af4da42577eb)

Author SHA1 Message Date
Bladesheng a8774c70d4
Merge branch 'main' into shadow-root-options
2 weeks ago
Bladesheng 974bf0c6ba remove the option to pass function to `shadow`
2 weeks ago
Random Fads 6ae3e908a1
fix: Added the "off" value to the TS definition for textarea's wrap attribute (#17326)
2 weeks ago
Rich Harris 46603d93cb
fix: add `srcObject` to permitted `<audio>`/`<video>` attributes (#17310)
2 weeks ago
Bladesheng f4294e378d allow passing functions
2 months ago
Bladesheng f6f4e67028 feat: allow passing ShadowRootInit to custom element shadow options
2 months ago
Hannes Rüger e8330ee7bf
fix: svg `radialGradient` `fr` attribute missing in types (#16943)
2 months ago
Simon H bde51ed7dc
fix: don't fail on `flushSync` while flushing effects (#16674)
4 months ago
Gurpreet Atwal 967431c1a7
chore(elements.d.ts): add "Accept-CH" as valid value for `http-equiv` (#16671)
4 months ago
shamokit d2ba2589fe
fix: add hint popover (#16581)
4 months ago
Elliot Bentley 72e46d31c0
fix: add types for SVG bindable attributes (#16525)
5 months ago
Bladesheng 0bba84cc20
fix: add types for `part` attribute to svg attributes (#16499)
5 months ago
Hyunbin Seo c26365bdda
chore: rename form `accept-charset` attribute (#16478)
5 months ago
jjones315 eb23028d8f
fix: add pending snippet to <svelte:boundary> types (#16379)
5 months ago
Lyu, Wei-Da 6a7df1cce8
fix: add missing typings for some dimension bindings (#16142)
6 months ago
L. 292af8d38a
feat: add `command` and `commandfor` to `HTMLButtonAttributes` (#16117)
6 months ago
Christoph Sanz 8d8fdb8a56
fix: add `xmlns` attribute to HTMLAttributes type (#16080)
7 months ago
Rich Harris b851b54e9d
Revert "feat: enable TS autocomplete for Svelte HTML element definitions" (#16063)
7 months ago
Hyunbin Seo 4e3ff0944d
fix: narrow `defaultChecked` to boolean (#16009)
7 months ago
venus 6928aaca06
feat: enable TS autocomplete for Svelte HTML element definitions (#15972)
7 months ago
Paolo Ricciuti 60b22ab933
fix: falsy attachments types (#15939)
7 months ago
Rich Harris b93a617aa8
feat: attachments (#15000)
7 months ago
D.V. Colomban b27ca425c7
fix: add files and group properties to HTMLInputAttributes (#15492)
9 months ago
Trevor N. Suarez 3326bd8ae7
feat: Add `closedby` to `HTMLDialogAttributes` (dialog element) (#15458)
10 months ago
Elliott Johnson 3f8ce21f47
fix: Add `bind:focused` to `HTMLAttributes` (#15122)
11 months ago
Puru Vijay 2aefc5430d
feat(elements): Expose ClassValue (#15035)
11 months ago
Simon H 015210a1a8
feat: allow objects/arrays for class attribute (#14714)
1 year ago
Simon H a57e747cbb
feat: default values for form elements (#14289)
1 year ago
Dominic Gannaway ed7ebcde1e
feat: add error boundaries (#14211)
1 year ago
Frédéric Crozatier 7bd1cdf427
feat: add content-visibility: auto state change event (#14373)
1 year ago
Florent BENOIT d0bfd22bef
fix: webview can contain any string for preload (#13733)
1 year ago
Frédéric Crozatier ffa2af7549
fix: `method` is case insensitive (#13639)
1 year ago
Frédéric Crozatier 53ae2b8170
breaking: stronger enumerated types (#13624)
1 year ago
Frédéric Crozatier 76067a5fbc
feat: hidden until found and beforematch (#13612)
1 year ago
Frédéric Crozatier 7d47269fc2
feat: add types for the `search` element (#13489)
1 year ago
Frédéric Crozatier 61d51958d7
fix: add missing `autocomplete` tokens (#13229)
1 year ago
Frédéric Crozatier 91299b32ff
fix: stronger types for the `autocomplete` attribute (#13201)
1 year 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)
2 years ago
wackbyte c0c1a56675
feat: bind `activeElement` and `pointerLockElement` in `<svelte:document>` (#11879)
2 years ago
Frédéric Crozatier 1c75b9ac4d
fix: add `name` to HTMLDetailsAttributes (#11013)
2 years ago
miunau bbd44e9e47
fix: Add `elementtiming` HTMLAttribute, remove `crossorigin` from HTMLInputAttributes (#10921)
2 years ago
miunau 0c05733d31
fix: Add `dirname` to HTMLInputAttributes (#10908)
2 years ago
Dominic Gannaway f5f9465edc
feat: add support for webkitdirectory DOM boolean attribute (#10847)
2 years 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