Commit Graph

240 Commits (78969f5a6cacba4c8e63380c5be5c48b11788dec)

Author SHA1 Message Date
Tan Li Hau 78969f5a6c fix escaping attributes in spread in SSR (#6429)
5 years ago
Tan Li Hau f63ebb6b1b Use SSR rendered as initial html for runtime hydration test (#4444)
5 years ago
Simon H 9f4147fca0 Fix generic props relationship in SvelteComponentTyped (#6400)
5 years ago
Ignatius Bagus b5639d881c fix types: allow writable/readable empty initialization (#6293)
5 years ago
Conduitry 9f1ce70b26 Revert hydration optimisation (#6290)
5 years ago
Tan Li Hau 4548bec804 fix claim_text (#6275)
5 years ago
Milan Jaritz 20f6134817 fix types: make crossfade fallback param optional (#6201)
5 years ago
Geoff Rich 2ec940334c fix setting boolean attributes on custom elements (#6073)
5 years ago
Lyu, Wei-Da 9f785b39c0 Fix {#await} block scope when updating (#6219)
5 years ago
Mohammed Al-Qurafi b04e41a6c3 Add "context" typing to SvelteComponent constructor options (#6236)
5 years ago
Ben McCann 2b0b900226 Improve SSR hydration performance (#6204)
5 years ago
Fielding Johnston 0bb40786fc fix(store): add missing `derived` type definition (#6172)
5 years ago
Tan Li Hau 825a6729c7 allow passing in context in constructor (#6032)
5 years ago
Sang 055e1adfcd Export store's useful typescript definitions (#5887)
6 years ago
Umang Galaiya 08a0d96c98 Export interfaces for transition params (#5221)
6 years ago
AmirHossein Ahmadi 67f744ccfb Export the EasingFunction type (#6056)
6 years ago
Tim 86e78b38e4 export interfaces Spring and Tweened (#6122)
6 years ago
JounQin 99f4687836 chore: add `this: void` typing to store functions (#6094)
6 years ago
Pontus Lundin ba6e8b48b9 Call onMount when connected & clean up when disconnected for custom element (#4522)
6 years ago
pushkine d85e897ec2 inline `prop_values` in `init` helper (#5909)
6 years ago
Simon H e15554366b make `SvelteComponentDev` typings more forgiving (#5937)
6 years ago
Simon H 4bab9db9f9 make animation/transition params optional (#5936)
6 years ago
Alexandre Galays aa36b58bde Swap the order of the two derived store signatures to fix inference (#5935)
6 years ago
Ben McCann bb90e37a49 Add spaces next to infix operators (#5902)
6 years ago
Tan Li Hau d9742ef39f fix await outro race condition (#5850)
6 years ago
Nick Vincent d79cc4041f use iframe z-index: -1 in resize listener (#5742)
6 years ago
Ben McCann 73847d18b5 Upgrade eslint (#5747)
6 years ago
Simon H de06b32b3e Revert typed SvelteComponent, add SvelteComponentTyped instead (#5738)
6 years ago
Tan Li Hau 9200b68515 add missing export for hasContext (#5727)
6 years ago
pushkin ec0a87886f make unused `transition_out` parameters optional (#5587)
6 years ago
Tan Li Hau 0968686824 support spread into slot props (#5616)
6 years ago
Simon H 205aa87c0b typed SvelteComponent(Dev) interface (#5431)
6 years ago
pushkin c82a3cf782 add hasContext lifecycle function (#5690)
6 years ago
Tan Li Hau 28068f62d5 support $$slots in custom elements (#5619)
6 years ago
Ben McCann 64634b5913 Curly brace cleanup and enforcement (#5647)
6 years ago
Tan Li Hau 0e290a2eb9 support $$props and $$restProps for custom elements (#5608)
6 years ago
Ben McCann 647e3359cc Curly braces linting fixes (#5585)
6 years ago
Andreas Ehrencrona 2917a8e3d0 only allow passing functions to lifecycle functions (#5529)
6 years ago
Andreas Ehrencrona 7cbf66ecee Updated to ESLint config 5.4.0 (#5541)
6 years ago
Bob Fanger 18442eded6 fix: typing get svelte/store (#5483)
6 years ago
Ben McCann b68fc1526e upgrade ESLint config (#5472)
6 years ago
orange4glace d4f3f8ba76 fix unmounting components delayed bidirectional transitions (#5353)
6 years ago
Tan Li Hau 060781cea1 add typings to `get_store_value` (#5269)
6 years ago
Tan Li Hau 5bb8f45f79 fix await stuck indefinitely without catch (#5402)
6 years ago
Th0rN13 71e566a817 Fix: input type number warning in browsers (#4772)
6 years ago
rdb a2a58c8d33 Fix current component not being cleared after component update (#4909)
6 years ago
Antony Jones 710237d548 Fix lint warnings (#5263)
6 years ago
Irshad PI 408d09a803 Await: re-throw error when there is no catch block and promise is rejected (#5149)
6 years ago
Tan Li Hau 82a6d30c28 expose which slots are present in $$slots (#4602)
6 years ago
Simon H 1226bdd771 add typings for createEventDispatcher (#5260)
6 years ago