Commit Graph

240 Commits (78969f5a6cacba4c8e63380c5be5c48b11788dec)

Author SHA1 Message Date
pngwn 7b4c796199 Add aria-hidden to resize listener object. Fixes #3948.
7 years ago
Rich Harris 8d1f9a52e8 Merge pull request #3627 from simeydotme/3555-fix-flip-scaling
7 years ago
Rich Harris cd2f8aef12 Merge pull request #3893 from NitayRabi/types---allow-access-to-typed-returned-from--.svelte
7 years ago
Rich Harris c6cfa7d7c7 tabs
7 years ago
Nitay Rabinovich d051ae3cbb Export SvelteComponentDev as API
7 years ago
Tan Li Hau fe0e002872 add loopGuardTimeout options
7 years ago
Nitay Rabinovich 77fd87296e Fix linting and exporting
7 years ago
Nitay Rabinovich 553898decf Rexport SvelteComponent as SvelteComponent API
7 years ago
Richard Harris 37bd75ad2d add type info for createEventDispatcher - fixes #3877
7 years ago
Richard Harris 5b36489095 helperise loop protection
7 years ago
Rich Harris 35b682c0db Merge pull request #3823 from leomarquine/fade-easing
7 years ago
Tan Li Hau 474de99404 Don't create a fragment at all for DOM-less components
7 years ago
Leonardo Marquine 4ee117bb70 Add easing param to fade transition
7 years ago
Rich Harris af6d010844 Merge pull request #3811 from sveltejs/gh-3508-alt
7 years ago
Richard Harris 46b4478d05 add has_prop helper
7 years ago
Richard Harris 490b9387ee use hasOwnProperty, simplify prop object construction
7 years ago
Rich Harris 28a277bb91 Merge pull request #3762 from sveltejs/gh-3761
7 years ago
Richard Harris fc99985ec5 docs and a fix for #3761
7 years ago
Richard Harris a28badcc06 alternative fix for #3508
7 years ago
Conduitry e4d47aa570 fix binding to aliased props (#3508)
7 years ago
Conduitry d42a09440b fix SSR spread with boolean attributes (#3797)
7 years ago
Conduitry 409fab4966 fix handling of style scoping and `class:` with spread scopes (#3792)
7 years ago
mrkishi 2e732dc0e2 improve derived store typing for users
7 years ago
Conduitry 8741a65c16 Fix boolean attributes in presence of spread attributes (#3775)
7 years ago
Rich Harris 276bcb879a allow spring/tweened values to be initially undefined - closes #3761
7 years ago
Rich Harris a64e12b875 Merge pull request #3579 from tcrowe/set-attribute-only-if-different
7 years ago
Ryan Atkinson ef54e90d97 fix type of derived store callback function
7 years ago
pngwn 3fcce37732 Prevent element property set from throwing errors for readonly properties. Fixes #3681.
7 years ago
Conduitry fc6661bee7 Revert "chore: resolve TODO for reusing of TransitionConfig"
7 years ago
Chris Helgert 2322c23307 chore: resolve implicit any in animate/index.ts
7 years ago
Chris Helgert ef00c4fd0d chore: resolve TODO for reusing of TransitionConfig
7 years ago
davidaq e604b20541 Change HTMLElement type check
7 years ago
Tan Li Hau 8a789852d0 fix reactive updates not reflected when handle promise (#3660)
7 years ago
Tan Li Hau fa56b6757c should throw error if createEventDispatch is used after instantiation
7 years ago
simeydotme e56c50d70e Calculate scale factor of elements in FLIP animations
7 years ago
Tony Crowe 535cd1895d check if the attribute value is different before setting it
7 years ago
Rich Harris e167300844 Merge pull request #3005 from RedHatter/devtools
7 years ago
Rich Harris dc0df93372 Merge pull request #3306 from cvlab/master
7 years ago
Richard Harris 6f76d13f35 merge sveltejs/master -> devtools
7 years ago
Richard Harris b06ed7e91b handle special null case when hydrating
7 years ago
Rich Harris d442ad822d Merge pull request #3533 from sveltejs/gh-3512
7 years ago
Richard Harris 6d67e018fe inline $$invalidate calls - fixes #3512
7 years ago
Richard Harris e264dd54b2 only use setAttribute with SVG spread props - fixes #3522
7 years ago
Richard Harris a89f80d80e move tests to runtime section
7 years ago
Richard Harris ede3813323 add opacity/easing parameters to blur transition
7 years ago
Richard Harris 6c1de07645 merge master -> vaibhav111tandon-master
7 years ago
Arpad Borsos 89d485c7d7 Introduce a `claim_space` helper
7 years ago
Vaibhav Tandon 637a8da9a7 Edited: Added Blur transition
7 years ago
vaibhav111tandon 52de03894f Added a blur transition
7 years ago
Rich Harris 4eadbe4270 Merge pull request #3435 from sveltejs/gh-1834
7 years ago
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