Commit Graph

240 Commits (78969f5a6cacba4c8e63380c5be5c48b11788dec)

Author SHA1 Message Date
Rich Harris be1e249071 set context in await blocks - fixes #2443
7 years ago
Richard Harris 4bfd90dfb7 Merge branch 'master' into gh-1834
7 years ago
Richard Harris 5548eb0e63 handle important declarations in inline styles - fixes #1834
7 years ago
Rich Harris 38cc07628c dont set undefined input value - fixes #1233
7 years ago
Richard Harris 7624dbea70 support is attribute, with a warning - fixes #3182
7 years ago
Richard Harris c91bf05553 simplify self function, use this instead of el
7 years ago
Samuel Elgozi 96115d5346 feat: #3372 added a new `self` event modifier
7 years ago
Conduitry f629e09bec tidy types
7 years ago
Richard Harris 3c232e7d75 appease typescript
7 years ago
Richard Harris 7ed0418aea oops
7 years ago
Richard Harris 3502b9ce82 merge master -> null-transition
7 years ago
Richard Harris c5d6d6ffcb correctly set mount anchor for HTML tags - fixes #2711
7 years ago
Richard Harris 6992553329 remove unused helpers
7 years ago
Richard Harris c226ba3d65 more robust handling of html tags - fixes #3285
7 years ago
Vadim Cebaniuc 50cd8d3f9d Merge branch 'master' into master
7 years ago
Vadim Cebaniuc c1fc9badaa Fix spread function result side effects
7 years ago
Richard Harris e0bd4ad4c9 Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris 34b5e31df2 use export as instead of creating a new binding
7 years ago
Rich Harris c8a33e329c Merge branch 'master' into gh-3283
7 years ago
Rich Harris 19167e9421 Merge pull request #3334 from Conduitry/gh-3324
7 years ago
Richard Harris 76820e0de4 omit falsy boolean attributes
7 years ago
Conduitry 5d45855f49 make raf a noop on server (#3324)
7 years ago
Richard Harris 41e865f1f6 failing SSR test, plus some adjacent changes
7 years ago
Richard Harris 27c5509e02 make code style more consistent
7 years ago
bre30kra69cs 4bb10d30c4 ref spaces
7 years ago
bre30kra69cs 0315b723b0 optimize class name runtime calc & add tests & ref
7 years ago
Conduitry a38c9de8eb support RxJS Observables in reassigned stores (#3304)
7 years ago
Rich Harris c5371a01ee return readable store directly form derived, avoid .shift()
7 years ago
Brian Takita 11aa510de1 Optimization: Single for loop instead of 2 forEach loops
7 years ago
Brian Takita c17331754d remove unnecessary return
7 years ago
Brian Takita 8d1cb5c89e Breadth first calling of subscribers in store dependency tree.
7 years ago
Brian Takita 6c6dbf2e13 fixes https://github.com/sveltejs/svelte/issues/3191
7 years ago
Rich Harris 818874bc1a Merge pull request #3209 from sveltejs/gh-2086-2
7 years ago
Dale e42a03e237 make resize listener object element unfocusable
7 years ago
Rich Harris 851ad5c3df prevent outro groups getting muddled up - fixes #2086
7 years ago
Rich Harris 014b25f625 Merge branch 'master' into gh-3113
7 years ago
Richard Harris 037b534cc8 -> v3.6.5
7 years ago
Richard Harris 66eb28a48d -> v3.6.5
7 years ago
Rich Harris 2f055cb67f Merge pull request #3170 from sveltejs/gh-3153
7 years ago
Stefan Buhrmester 9a77abb8d9 fix transform origin during scaling
7 years ago
Stefan Buhrmester 1a1f5a759d make crossfade scale the element to target rect
7 years ago
Richard Harris d7d64a03b6 prevent dynamic components being detached twice - fixes #3113
7 years ago
Rich Harris 3cb42dc0d4 handle rxjs-style observables with get_store_value - fixes #3153
7 years ago
Rich Harris d054c8e8f9 onMount before first afterUpdate
7 years ago
Rich Harris b21a5c8562 Merge branch 'onmount_triggers_in_reverse_order_for_siblings' of https://github.com/colincasey/svelte into colincasey-onmount_triggers_in_reverse_order_for_siblings
7 years ago
Rich Harris 36b15b50a3 Merge pull request #3146 from sveltejs/gh-2135
7 years ago
Richard Harris 9601f44ff2 handle circular values when rendering bindings - fixes #2135
7 years ago
Richard Harris d4b021201f update bind:this references when setting to null - fixes #2034
7 years ago
Timothy Johnson 5567365cde Typo
7 years ago
Timothy Johnson 35f4f288c8 Events for dom properties
7 years ago
Timothy Johnson ad7c62d983 Events for DOM methods
7 years ago
Timothy Johnson fe2d875815 Events for Blocks and Components
7 years ago
Rich Harris 3ec8e5fe33 Fix contextual bind:this (#2806)
7 years ago
Richard Harris 1e8728e2a4 only call subscriber once for writable with callback - fixes #3022
7 years ago
Rich Harris 57c6b2e94a always run onDestroy functions - fixes #3058
7 years ago
Rich Harris 0034b6b074 merge master -> snake_case
7 years ago
Rich Harris 02e635687b rename kebab-case files - supercedes #2890
7 years ago
Rich Harris 8390195c3a Merge branch 'master' into gh-2612
7 years ago
Rich Harris 3c21a184d1 Merge branch 'master' into init-contenteditable
7 years ago
Maurício Kishi d0448aba01 Merge branch 'master' into gh-2612
7 years ago
Bryan Terce 0cc4b91f65 Fix each blocks not unmounting components correctly (#3056)
7 years ago
Rich Harris 7de7cdbf06 Track which blocks are outroing to prevent duplication
7 years ago
Conduitry fa485165ce Merge branch 'master' into gh-2612
7 years ago
Richard Harris d21f2b4518 merge master -> init-contenteditable
7 years ago
Rich Harris f8433a30e6 Merge pull request #2990 from mrkishi/component-type
7 years ago
mrkishi 75568f3656 split typescript projects
7 years ago
Johan 74a767403f ensure correct requestAnimationFrame context (#2933)
7 years ago
Conduitry 0b2d0f6711 use `@_` sigil for globals
7 years ago
Richard Harris 25dcf49b3c prevent compiled output blowing up in Node if window is not defined
7 years ago
mrkishi c0d9d555df deconflict more globals
7 years ago
Conduitry 0b913aa338 import globals from helpers (#2612) (#2947)
7 years ago
Richard Harris b502022d67 use helpers
7 years ago
Richard Harris ceca640822 tidy up, prevent collisions
7 years ago
Rich Harris e69e891691 support once modifier on component events, fail on others (#2987)
7 years ago
mrkishi fca5435605 add ambient type for generated svelte components
7 years ago
James Garbutt 11ced4a257 Introduce ESLint to svelte sources (#2958)
7 years ago
Rich Harris 9c892724c6 Merge pull request #2910 from Harald-1/animation-with-delay
7 years ago
Richard Harris 833145cb28 fix typo
7 years ago
Richard Harris 0f06710da8 DRY out
7 years ago
Rich Harris 6c874569de solve diamond dependencies (#2660)
7 years ago
Harald Fassler 082f86b1c6 remove prepare_outro
7 years ago
Harald-1 eb6a3c5b71 Apply suggestions from code review
7 years ago
Rich Harris abf01fddcf Merge pull request #2909 from Harald-1/animations-without-transitions
7 years ago
Slava Z 126d095bdb Fix for #2655 - adding introstart...outroend events to in-out transition
7 years ago
Harald Fassler 35cdaa821e follow-up fix to #2871
7 years ago
Harald Fassler 4d0d63f722 fix #2908
7 years ago
Colin Casey a2cdcfde40 Merge branch 'master' into onmount_triggers_in_reverse_order_for_siblings
7 years ago
Richard Harris 69b7b5e637 Merge branch 'master' into folder-structure
7 years ago
Richard Harris 2d647ec071 fix types for easing functions
7 years ago
Richard Harris 965fae7991 update folder structure - #2790
7 years ago