Commit Graph

2200 Commits (becb0546fe13a66acde2ac49e0ad9037ac2edb6e)

Author SHA1 Message Date
Richard Harris becb0546fe Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris 3895a89c3b Merge branch 'fix-2929' of https://github.com/qintarp/svelte into qintarp-fix-2929
7 years ago
Richard Harris 0d31e5c046 fix typo
7 years ago
Richard Harris ed2a19aa67 DRY out
7 years ago
Rich Harris 3805421d44 solve diamond dependencies (#2660)
7 years ago
Benjamin W. Broersma a5cdc13b50 Fixing #2689 correctly, checking outro.is_local for adding if(local).
7 years ago
Lyphon bef6f153db Fix build appveyor build failure
7 years ago
Lyphon ddd4a33f3b Fix 2929
7 years ago
Rich Harris f7e6b32885
Merge pull request #2909 from Harald-1/animations-without-transitions
7 years ago
Rich Harris eb4e5e0a59
Merge pull request #2912 from yazonnile/master
7 years ago
Slava Z 2785fa6cb5 Fix for #2655 - adding introstart...outroend events to in-out transition
7 years ago
Ankeet Maini 131d9584ef Fix typo.
7 years ago
Harald Fassler 4d47d2176b fix #2908
7 years ago
Richard Harris 7e3b91e3ee Merge branch 'master' into folder-structure
7 years ago
Rich Harris a9d1a1f744
typos
7 years ago
Bogdan Savluk 96c0fd0c41 improve typings for animate, easing, transition, motion and internal apis
7 years ago
Richard Harris 8050fa01ff fix types for easing functions
7 years ago
Richard Harris 76b02623a0 update gitignore
7 years ago
Richard Harris 5161dfb950 update folder structure - #2790
7 years ago
Rich Harris bb153681b6
Merge pull request #2881 from sveltejs/gh-2878
7 years ago
Rich Harris e291893fa6
Merge pull request #2880 from cudr/head_html_fix
7 years ago
Richard Harris cb1a76b08c dont create unknown prop warnings for $$scope etc, or if component has $$props - fixes #2878
7 years ago
Richard Harris e8b769ca50 make is_reactive_dependency optional
7 years ago
Rich Harris 52733f3040
Merge branch 'master' into less-invalidation
7 years ago
Rich Harris 60a2a512dd
Merge pull request #2872 from Harald-1/master
7 years ago
Rich Harris a7d4fe1f6b
Merge pull request #2877 from colincasey/feat/omit_readonly_ssr_bindings
7 years ago
cudr 7071ce86f5 add tests
7 years ago
Colin Casey f0831202d9 Omits readonly attributes from SSR code
7 years ago
Brian Takita a98a70cf83 jsdoc: `derived` second argument
7 years ago
Brian Takita 6fc7001993 Apply suggestions from code review
7 years ago
Brian Takita 2f5d755b5b Additional detail to jsdocs for writable, readable, & derived
7 years ago
Harald Fassler 56152629bb Merge remote-tracking branch 'upstream/master'
7 years ago
Harald Fassler fe552fbf1d Update animations.js
7 years ago
Richard Harris 03b440d1df Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris b7f9c9c954 always add raw property to text nodes
7 years ago
Richard Harris f08964286d Merge branch 'raw-entities' of https://github.com/RedHatter/svelte into RedHatter-raw-entities
7 years ago
Richard Harris 285ed4f446 merge master -> zxbodya-ts
7 years ago
Richard Harris 0891495647 code style
7 years ago
Richard Harris 5e3ee4e26b Merge branch 'feat/2174_dev_runtime_warning_when_passing_unknown_props' of https://github.com/colincasey/svelte into colincasey-feat/2174_dev_runtime_warning_when_passing_unknown_props
7 years ago
Rich Harris 3a4bfe40ad
Merge branch 'master' into improve-typings
7 years ago
Rich Harris bebed18a93
Merge pull request #2856 from sveltejs/raf
7 years ago
cudr ac287ed9f4 works correct
7 years ago
Richard Harris db938a4559 only invalidate referenced values
7 years ago
Richard Harris 9d53f568fa fix tests
7 years ago
Timothy Johnson ef59c32099 Fixes #2714
7 years ago
Rich Harris a5fe09c481 treat requestAnimationFrame as a noop on the server
7 years ago
Benjamin Milde dabc9c3e53 Allow binding of <details> open
7 years ago
Bogdan Savluk 33f827ca0a fix case sensitive import name, improve tsconfig
7 years ago
Bogdan Savluk c29c389a72 convert everything to TypeScript
7 years ago
Colin Casey 05fb05bfae check for unknown props when creating component
7 years ago