Commit Graph

2239 Commits (92006133526417ff360c746a578a1a4d08ca99cc)

Author SHA1 Message Date
Maurício Kishi 9200613352
Merge branch 'master' into gh-2612
7 years ago
mrkishi b424a88a5f
replace ninja globals
7 years ago
Bryan Terce fee4d351e1 preserve whitespace at each block boundaries (#713)
7 years ago
Bryan Terce 7b5f176764 Fix each blocks not unmounting components correctly (#3056)
7 years ago
Rich Harris d9046786a1
Track which blocks are outroing to prevent duplication
7 years ago
Conduitry 9bce3fc586 fix text nodes in .innerHTML-optimized output
7 years ago
Conduitry 3a384f004d Merge branch 'master' into gh-2612
7 years ago
Conduitry 59f04c93c5 don't grab page offsets too early
7 years ago
Richard Harris 71c0955ad0 Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris 8363ba4f44 whoops
7 years ago
Rich Harris 98b8ca7c20
Merge pull request #2990 from mrkishi/component-type
7 years ago
Richard Harris 1ad555cc32 Merge branch 'master' into IlyaSemenov-gh-2843
7 years ago
Richard Harris d36478657c move get_name to get_name_from_filename and add unit tests
7 years ago
Conduitry 552ea4b9ed only set attributes via properties when truly necessary (#1434)
7 years ago
mrkishi d4db3ed936 make eslint happy
7 years ago
mrkishi b0604b52a3 split typescript projects
7 years ago
Mikhail Korepanov ea74bfec55 Allow whitespace after = in attributes (#3026)
7 years ago
Johan acdcaa41bf ensure correct requestAnimationFrame context (#2933)
7 years ago
Efe Küçük be783c5c67 do not collapse whitespace containing nbsp (#3014)
7 years ago
Conduitry cd4c2f2075 use `@_` sigil for globals
7 years ago
Richard Harris 788cf97a93 prevent compiled output blowing up in Node if window is not defined
7 years ago
mrkishi f60ae53d76 deconflict more globals
7 years ago
Conduitry 2ac5993571 import globals from helpers (#2612) (#2947)
7 years ago
Ilya Semenov 181f60d4f8 Improve file name to component name conversion, fix #2843
7 years ago
Richard Harris 8d25f5da0a Merge branch 'master' of https://github.com/leporo/svelte
7 years ago
Rich Harris 658290546a
allow empty <title> tags - fixes #2980 (#2988)
7 years ago
Rich Harris 1102ff6426
support once modifier on component events, fail on others (#2987)
7 years ago
Rich Harris c1960f9ef8
Merge branch 'master' into master
7 years ago
mrkishi dc973ee6ec add ambient type for generated svelte components
7 years ago
James Garbutt caebe0deb8 Introduce ESLint to svelte sources (#2958)
7 years ago
Efe Küçük 17c4a25016 Render textarea binding values inside element
7 years ago
Rich Harris 7251850503
Merge pull request #2910 from Harald-1/animation-with-delay
7 years ago
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
Vlad Glushchuk f5dde02b99 Rebase and fix linter warning
7 years ago
Vlad Glushchuk 2cd66c0447 Fix the cursor reset issue
7 years ago
Vlad Glushchuk b1dc46d4f4 Fix a typo
7 years ago
Vlad Glushchuk 450464f014 Add bind:text and bind:html support for contenteditable elements
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
Harald Fassler 2b1ff3f487 remove prepare_outro
7 years ago
Harald-1 ef74838e1e
Apply suggestions from code review
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
Harald Fassler 068a4b7312 follow-up fix to #2871
7 years ago