Commit Graph

6894 Commits (e44762aa2d5a7fde6371c45ff3c212eae912f57b)
 

Author SHA1 Message Date
Tan Li Hau 81d4dbad99
[fix] call `on_destroy` if unmounted called immediately before `on_mount` (#7860)
2 years ago
Yuichiro Yamashita 57541e6abc
Update CHANGELOG.md
2 years ago
Tan Li Hau 5c5bc27d97
[feat] Support style props for SVG components (#7859)
2 years ago
Tan Li Hau ea2f83adeb
Update CHANGELOG.md
2 years ago
Yuichiro Yamashita 01a91163a9
[fix] Improve error message if `this` attribute of `<svelte:component>` is not valid (#7551)
2 years ago
Shawn be70a898f3
[docs] fix link redirect to discord (#7911)
2 years ago
Ben McCann 7d20194d8a
[docs] create getting started guide outside blog (#7812)
2 years ago
Alex a752ef4709
GitHub Workflows security hardening (#7883)
2 years ago
Daniel Sandoval 0b46c72cad
[docs] "What's new in Svelte" October newsletter (#7898)
2 years ago
Simon H c12704c301
[fix] typings for #7863
2 years ago
Xiao Chuan ee5479d00e
[fix] fix ctx and dirty type (#7832)
2 years ago
Tan Li Hau 132dbecc58
Update CHANGELOG.md
2 years ago
Tan Li Hau b20fb114a6
allow nullish values for component event handlers (#7863)
2 years ago
Yuichiro Yamashita 25a05bf952 update changelog
2 years ago
Yuichiro Yamashita 433460ec2d
[feat] skip custom element check if <svelte:element> uses under svg (#7869)
2 years ago
Tan Li Hau 56bcec5ddd
Update CHANGELOG.md
2 years ago
Yuichiro Yamashita 5adac302c0
[fix] call attribute bindings for custom element if <svelte:element> render custom element (#7766)
2 years ago
Tan Li Hau c113d9d978
Update CHANGELOG.md
2 years ago
metonym 980aff8a4a
[fix] omit a11y warning for native checkbox/radio inputs (#7838)
2 years ago
Tan Li Hau d7cfe22f37
Update CHANGELOG.md
2 years ago
MCMXC 82013aa161
feat(a11y): add click-events-have-key-events rule (#5073)
2 years ago
Tan Li Hau 64690974dd
Update CHANGELOG.md
2 years ago
Yuichiro Yamashita e2538c594b
[feat] support `--style-props` for `<svelte:component>` (#7468)
2 years ago
Tan Li Hau 75a7c3e68f
Update CHANGELOG.md
2 years ago
tanhauhau 899d0cc67c update docs for a11y-no-noninteractive-tabindex and rename from a11y-no-nointeractive-tabindex -> a11y-no-noninteractive-tabindex
2 years ago
Shinobu Hayashi 2cd661156e
[feat] Add a11y rule to check no tabindex in nointeractive element (#6693)
2 years ago
Tan Li Hau 7331c06a74
Update CHANGELOG.md
2 years ago
Vaibhav Rai 78b81277e7
[fix]: Warn user when binding rest operator (#7526)
2 years ago
Tan Li Hau 87f0c461a8
Update CHANGELOG.md
2 years ago
Mathias Picker 6ec8ecf799
[fix] render of svg elements when using svelte:element (#7695)
2 years ago
Tan Li Hau 1afcfd2b5f
Update CHANGELOG.md
2 years ago
Tan Li Hau e2ef2b8731
apply class for dynamic elements (#7652)
2 years ago
Tan Li Hau 78a249be36
Update CHANGELOG.md
2 years ago
Yuichiro Yamashita a5ca0ad65b
[fix] added support for inert (remove duplicated code) (#7785)
2 years ago
Tan Li Hau 2f6afefab0
Update CHANGELOG.md
2 years ago
Yuichiro Yamashita 1e2a55c88e
throw warning instead of error (#7834)
2 years ago
Tan Li Hau adcaa3c050
Update CHANGELOG.md
2 years ago
Maximiliano Ruani 8ffc8fd77b
[fix] Fix hydration duplicate `svelte:head` tag issue with `@html` expressions and nested components (#7745)
2 years ago
Ben McCann 7ac3854613
[docs] remove beta label from SvelteKit mention (#7853)
2 years ago
Conduitry 24aff3032d -> v3.50.1
2 years ago
Yuichiro Yamashita 07d6d179ab
[fix] style manager transition regression (#7831)
2 years ago
Yuichiro Yamashita ed078e31fe
update changelog (#7835)
2 years ago
Yuichiro Yamashita feb8dfce61
[fix] add all global objects / functions (#7786)
2 years ago
schelv f3f3d074c5
[docs] use KeyboardEvent.code (#7809)
2 years ago
Conduitry 46990652c0 -> v3.50.0
2 years ago
Simon H efe1df0e23
[fix] Only show lowercase component warning for non-html/svg elements (#7826)
2 years ago
Simon H af64ad9483
update changelog
2 years ago
Simon H bddd795746
[feat] enhance action typings (#7805)
2 years ago
Daniel Sandoval 0ed453dc11
[docs] "What's new in Svelte" September newsletter (#7814)
2 years ago
Ben McCann a8616701e7
[docs] clarify reactivity rules (#7802)
2 years ago