Commit Graph

33 Commits (dbbac2837e987ab3cf76ea901e4956c057919a96)

Author SHA1 Message Date
Ben McCann dbbac2837e
[chore] upgrade eslint packages (#6769)
4 years ago
Conduitry 67b53bfe6d
[fix] prefer context from constructor options (#6759)
4 years ago
Hofer Ivan 5cfefeb6e7
support rendering components in a shadow dom (#5870)
4 years ago
Tan Li Hau 5d824966a2
internal: add typescript def for transitions (#5625)
4 years ago
Hasan Altan Birler 04bc37de31
Improve hydration by reordering optimally (#6395)
4 years ago
Conduitry 6d16e92606
Revert hydration optimisation (#6290)
4 years ago
Ben McCann 10e3e3dae8
Improve SSR hydration performance (#6204)
4 years ago
Tan Li Hau 6c5257beb2
allow passing in context in constructor (#6032)
5 years ago
Pontus Lundin d4f98fb63a
Call onMount when connected & clean up when disconnected for custom element (#4522)
5 years ago
pushkine eeeeb49986
inline `prop_values` in `init` helper (#5909)
5 years ago
Simon H 79214ccb0d
Revert typed SvelteComponent, add SvelteComponentTyped instead (#5738)
5 years ago
Simon H 99000ef42e
typed SvelteComponent(Dev) interface (#5431)
5 years ago
Tan Li Hau ec0f79c5af
add updating guard to binding callback (#5126)
5 years ago
Antony Jones 0f5fe6552d
use common linting configuration (#4942)
5 years ago
Tan Li Hau ec3589e314
fix hydration of top-level content (#4550)
6 years ago
Conduitry 3b0c6a1c56 fix $$invalidate getting confused by an undefined third argument (#4170)
6 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking (#3945)
6 years ago
Tan Li Hau aa0341c9ca Don't create a fragment at all for DOM-less components
6 years ago
Richard Harris 9d118275d3 add has_prop helper
6 years ago
Richard Harris de2b1a6a0d use hasOwnProperty, simplify prop object construction
6 years ago
Richard Harris 47a9811c1e alternative fix for #3508
6 years ago
Conduitry 2b71798dd2 fix binding to aliased props (#3508)
6 years ago
davidaq 0eb825b458 Change HTMLElement type check
6 years ago
Richard Harris a821aa7a15 merge sveltejs/master -> devtools
6 years ago
Richard Harris 46bfaff1e6 inline $$invalidate calls - fixes #3512
6 years ago
Rich Harris 8d805a0d9b onMount before first afterUpdate
6 years ago
Rich Harris 3595f50228 Merge branch 'onmount_triggers_in_reverse_order_for_siblings' of https://github.com/colincasey/svelte into colincasey-onmount_triggers_in_reverse_order_for_siblings
6 years ago
Timothy Johnson 6b58a1d2f6 Events for DOM methods
6 years ago
Rich Harris 0e90ddcb0a always run onDestroy functions - fixes #3058
6 years ago
Rich Harris d9046786a1
Track which blocks are outroing to prevent duplication
6 years ago
James Garbutt caebe0deb8 Introduce ESLint to svelte sources (#2958)
6 years ago
Colin Casey a9193fd9d6 Merge branch 'master' into onmount_triggers_in_reverse_order_for_siblings
6 years ago
Richard Harris 5161dfb950 update folder structure - #2790
6 years ago