Commit Graph

1120 Commits (572cfe4fbc8fac4e470123a6da9eb7c4d80912f7)

Author SHA1 Message Date
Tan Li Hau e5370a3e74 implement <svelte:fragment> (#4556)
6 years ago
Tan Li Hau 1ad9d3e633 allow destructured defaults to refer to variables (#5986)
6 years ago
Tan Li Hau 4df7fc5401 no warning on contextual-store if declaring it as a parameter / variable (#6008)
6 years ago
pushkine 4ff2d53d15 fix extra invalidation with component prop binding to object property (#5890)
6 years ago
Tan Li Hau 2b06c4248d warn module variables are nonreactive and make them truly nonreactive (#5847)
6 years ago
Tan Li Hau c3b41b1b12 fix extraneous store subscription in SSR (#5929)
6 years ago
halfnelson 346c7a942d add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations (#5652)
6 years ago
Tan Li Hau 2386de39b1 deconflict conextual action variable (#5839)
6 years ago
Tan Li Hau d9742ef39f fix await outro race condition (#5850)
6 years ago
Tan Li Hau 47e68bd188 fix removing elements that are currently transitioning out (#5849)
6 years ago
Tan Li Hau 24d1a674eb rework SSR store autosubscription (#5419)
6 years ago
Nick Vincent d79cc4041f use iframe z-index: -1 in resize listener (#5742)
6 years ago
Tan Li Hau 51da886cfc fix deep object property as action (#5845)
6 years ago
Tan Li Hau 286b071e2a keep each block value (#5841)
6 years ago
Tan Li Hau 02e58e88bc maintain context for keyed each (#5840)
6 years ago
Tan Li Hau ad774a709e shift injected declarations to the top (#5837)
6 years ago
Tan Li Hau eb2765e515 fix checkbox bind:group when index depends on another context (#5835)
6 years ago
Tan Li Hau 9200b68515 add missing export for hasContext (#5727)
6 years ago
Tan Li Hau 0968686824 support spread into slot props (#5616)
6 years ago
Tan Li Hau 2be7e38128 reactive dependency not referenced can't set to undefined initially (#5600)
6 years ago
Tan Li Hau 7cde44eb96 fix order of html tags with {#if} in {#key} block (#5685)
6 years ago
Tan Li Hau 43cfa895ae fix else block transition update (#5591)
6 years ago
Tan Li Hau 18dfeafb7b fix function slot props based on context (#5607)
6 years ago
Jesse Skinner 434799e672 get context at start of {#if} update block instead of at the end (#5531)
6 years ago
Damián Pumar 96d8eaa842 fix compiler hanging on <slot slot="..."> (#5536)
6 years ago
Andreas Ehrencrona 7cbf66ecee Updated to ESLint config 5.4.0 (#5541)
6 years ago
Andreas Ehrencrona e5f849ebdb Preparing for adding unused warning to eslint config (#5498)
6 years ago
Andreas Ehrencrona 96c51400d9 fix indentation and remove unused variables (#5479)
6 years ago
Ben McCann b68fc1526e upgrade ESLint config (#5472)
6 years ago
Tan Li Hau 5097a5191c allow <slot> to be part of a slot (#4295)
6 years ago
Ben McCann 27d569fd75 Use TypeScript in tests (#5433)
6 years ago
Tan Li Hau f675f8583d {#key} block (#5397)
6 years ago
Tan Li Hau 54698ebce1 update keyed each when key expression changes (#5447)
6 years ago
Tan Li Hau 4966378cf8 handle destructuring to a store value (#5452)
6 years ago
Tan Li Hau 8c299f7f3c support methods as actions (#5398)
6 years ago
Tan Li Hau ca6af7ee88 fix store direct property assignment (#5416)
6 years ago
Tan Li Hau e420488769 update acorn and parse expression as module script (#5423)
6 years ago
Tan Li Hau 5bb8f45f79 fix await stuck indefinitely without catch (#5402)
6 years ago
Tan Li Hau 3b79fcdf7e fix destructuring to get multiple stores (#5390)
6 years ago
Tan Li Hau 3a84b2e1ba maintain context for transition (#5392)
6 years ago
Conduitry 2ae2406ebc fix lint
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
Tan Li Hau 507e579954 fix $$props reactivity in fallback of a slot (#5375)
6 years ago
Tan Li Hau 62d85ec14d each binding with store props (#5289)
6 years ago
Tan Li Hau 8295ec3dfe handle undefined input value with spread (#5291)
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
Tan Li Hau ce29091cf8 fix not passing child_ctx for catch block (#5261)
6 years ago