Commit Graph

58 Commits (d2b012db74a62bea83ef420f0f88fdbe7149a64c)

Author SHA1 Message Date
Simon H 83e96e044d
fix: escape `<` in attribute strings (#12989)
1 year ago
Simon H 8592914fdd
fix: correctly handle falsy values of style directives in SSR mode (#11584)
1 year ago
Tan Li Hau a510c6a37f
fix: support attribute selector inside :global() (#11135)
1 year ago
Tan Li Hau 41eb8daab2
feat: support parsing camel case in container queries (#11131)
1 year ago
Kelvin Soh 9de149c596
fix: applying :global for +,~ sibling combinator when slots are present. fixes #9274 (#9282)
1 year ago
konstantinov90 055e7a8739
fix: properly update `svelte:component` props when there are spread props (#10604)
2 years ago
Simon H 490102932b
fix: bump `axobject-query` (#10167)
2 years ago
gtmnayan 8fd7756d7f
site(v4): fix repl (#9746)
2 years ago
Simon H 31d939fefa
fix: port over props that were set prior to initialization (#9701)
2 years ago
Simon H 9b3341378a
fix: handle spreads within static strings (#9554)
2 years ago
Simon H 77ba5e7a2f
fix: adjust static attribute regex (#9551)
2 years ago
Simon H 9a97d5c547
fix: ignore expressions in top level script/style tag attributes (#9498)
2 years ago
Simon H b2e1f1c102
fix: handle closing tags inside attribute values (#9486)
2 years ago
Kelvin Soh 00700621bb
fix: html tag hydration: regard empty claimed_nodes array as content mismatch (#9184)
2 years ago
Ben McCann 895612514c
fix: improve a11y-click-events-have-key-events message (#9358)
2 years ago
Sina Salahshour 6b9b8af050
fix: ignore comments while comparing nodes in node_match (#9197)
2 years ago
Simon H 9900c85acf
fix: support camelCase properties on custom elements (#9328)
2 years ago
Ben McCann 052d38158f
chore: upgrade magic-string (#9292)
2 years ago
Teo 93b17c85f7
fix: spreading attributes on option value attribute get's replaced by option's inner text (#9125)
2 years ago
Teo 228dd4d9d7
fix: svelte:element with dynamic this and spread attributes throws error (#9112)
2 years ago
Kelvin Soh d5a1822428
fix: style directive not updating when style attribute is present and style directive is updated via an object prop. fixes #9185 (#9187)
2 years ago
gtmnayan 115ea1ff4a
fix: do not add module declared variables as dependencies (#9122)
2 years ago
Yeom suyun b62fc8c8fd
chore: eslint rule for naming convention (#9208)
2 years ago
gtmnayan d5839ef194
fix: head duplication when binding is present (#9124)
2 years ago
Teo bd64f07e98
fix: take custom attribute name into account when reflecting property (#9140)
2 years ago
Nguyen Tran f4c4d99e13
fix: add test so #6009 doesn't regress (#9075)
2 years ago
hackape 99a3cc93b6
fix: allow child element with slot attribute within svelte:element (#9038)
2 years ago
Conduitry 959825c7c4
chore: fix tests on Node 18.17.0 (#9049)
2 years ago
hackape a2b6401c43
fix: `svelte:component` spread props change not picked up (#9006)
2 years ago
Nguyen Tran f8283fbc77
fix: remove let variable from select binding dependencies (#8969)
2 years ago
Simon H 657f11376c
feat: add ability to extend custom element class (#8991)
2 years ago
gtmnayan 33fd631b5f
chore: upgrade dependencies (#8939)
2 years ago
gtmnayan 20dac2ae12
fix: handle patterns in destructured literals (#8871)
2 years ago
Nguyen Tran 66593c62f4
fix: svelte:component evaluates props once (#8946)
2 years ago
Ben McCann ff7a4c07d7
chore: fix broken script for generating parser tests (#8945)
2 years ago
Simon H 136aebd8eb
fix: repair invalid raw html content during hydration (#8912)
2 years ago
Simon H 35221c8811
fix: claim svg tags in raw mustache tags correctly (#8910)
2 years ago
Simon H 8de9dc6144
fix: handle falsy srcset values (#8901)
2 years ago
Simon H 0aa03df086
fix: reflect all custom element prop updates back to attribute (#8898)
2 years ago
Simon H d2ff04f9fe
fix: use non-destructive hydration for all `@html` tags (#8880)
2 years ago
Simon H 1a3e50b6b7
fix: check srcset when hydrating to prevent needless requests (#8868)
2 years ago
Simon Holthausen 1de2144dae chore: tests for #8872
2 years ago
Simon H b0a3fa1766
fix: ensure createEventDispatcher and ActionReturn work with generic function types (#8872)
2 years ago
Simon H 1cfed0bf29
fix: relax a11y "no redundant role" rule for li, ul, ol (#8867)
2 years ago
Nguyen Tran 3576c7443e
fix: Make sure 'func' doesn't clash with destructured contexts (#8840)
2 years ago
Simon H ef1b98f9d9
fix: account for sourcemap in meta info (#8778)
2 years ago
gtmnayan 5702142d9e
feat: attach Svelte major version info to window global (#8761)
2 years ago
Puru Vijay 78749101e7
fix: update/add links to website (#8729)
2 years ago
gtmnayan de8dfda049
chore: move tests to the correct place (#8773)
2 years ago
gtmnayan 914529fa76
feat: smaller destructor chunk (#8763)
2 years ago