Commit Graph

2234 Commits (21987c4e57d4a33f9a3ed52959bf9add58b8c78c)

Author SHA1 Message Date
Thomas Ghysels c9e3762638 Fix parsing ambiguous HTML entities (#3071)
6 years ago
Bryan Terce 60914b86fd Fix binding to values in a component when it uses `$$props` (#2725)
6 years ago
Bryan Terce 01676aac46 Fix dynamic `bind:this` on components (#2333)
6 years ago
Bryan Terce fee4d351e1 preserve whitespace at each block boundaries (#713)
6 years ago
Bryan Terce 7b5f176764 Fix each blocks not unmounting components correctly (#3056)
6 years ago
Rich Harris d9046786a1
Track which blocks are outroing to prevent duplication
6 years ago
Conduitry 9bce3fc586 fix text nodes in .innerHTML-optimized output
6 years ago
Richard Harris 71c0955ad0 Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Richard Harris 8363ba4f44 whoops
6 years ago
Rich Harris 98b8ca7c20
Merge pull request #2990 from mrkishi/component-type
6 years ago
Richard Harris 1ad555cc32 Merge branch 'master' into IlyaSemenov-gh-2843
6 years ago
Richard Harris d36478657c move get_name to get_name_from_filename and add unit tests
6 years ago
Conduitry 552ea4b9ed only set attributes via properties when truly necessary (#1434)
6 years ago
mrkishi d4db3ed936 make eslint happy
6 years ago
mrkishi b0604b52a3 split typescript projects
6 years ago
Mikhail Korepanov ea74bfec55 Allow whitespace after = in attributes (#3026)
6 years ago
Johan acdcaa41bf ensure correct requestAnimationFrame context (#2933)
6 years ago
Efe Küçük be783c5c67 do not collapse whitespace containing nbsp (#3014)
6 years ago
Ilya Semenov 181f60d4f8 Improve file name to component name conversion, fix #2843
6 years ago
Richard Harris 8d25f5da0a Merge branch 'master' of https://github.com/leporo/svelte
6 years ago
Rich Harris 658290546a
allow empty <title> tags - fixes #2980 (#2988)
6 years ago
Rich Harris 1102ff6426
support once modifier on component events, fail on others (#2987)
6 years ago
Rich Harris c1960f9ef8
Merge branch 'master' into master
6 years ago
mrkishi dc973ee6ec add ambient type for generated svelte components
6 years ago
James Garbutt caebe0deb8 Introduce ESLint to svelte sources (#2958)
6 years ago
Efe Küçük 17c4a25016 Render textarea binding values inside element
6 years ago
Rich Harris 7251850503
Merge pull request #2910 from Harald-1/animation-with-delay
6 years ago
Richard Harris becb0546fe Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Richard Harris 3895a89c3b Merge branch 'fix-2929' of https://github.com/qintarp/svelte into qintarp-fix-2929
6 years ago
Vlad Glushchuk f5dde02b99 Rebase and fix linter warning
6 years ago
Vlad Glushchuk 2cd66c0447 Fix the cursor reset issue
6 years ago
Vlad Glushchuk b1dc46d4f4 Fix a typo
6 years ago
Vlad Glushchuk 450464f014 Add bind:text and bind:html support for contenteditable elements
6 years ago
Richard Harris 0d31e5c046 fix typo
6 years ago
Richard Harris ed2a19aa67 DRY out
6 years ago
Rich Harris 3805421d44 solve diamond dependencies (#2660)
6 years ago
Benjamin W. Broersma a5cdc13b50 Fixing #2689 correctly, checking outro.is_local for adding if(local).
6 years ago
Lyphon bef6f153db Fix build appveyor build failure
6 years ago
Lyphon ddd4a33f3b Fix 2929
6 years ago
Harald Fassler 2b1ff3f487 remove prepare_outro
6 years ago
Harald-1 ef74838e1e
Apply suggestions from code review
6 years ago
Rich Harris f7e6b32885
Merge pull request #2909 from Harald-1/animations-without-transitions
6 years ago
Rich Harris eb4e5e0a59
Merge pull request #2912 from yazonnile/master
6 years ago
Slava Z 2785fa6cb5 Fix for #2655 - adding introstart...outroend events to in-out transition
6 years ago
Harald Fassler 068a4b7312 follow-up fix to #2871
6 years ago
Ankeet Maini 131d9584ef Fix typo.
6 years ago
Harald Fassler 4d47d2176b fix #2908
6 years ago
Richard Harris 7e3b91e3ee Merge branch 'master' into folder-structure
6 years ago
Rich Harris a9d1a1f744
typos
6 years ago
Bogdan Savluk 96c0fd0c41 improve typings for animate, easing, transition, motion and internal apis
6 years ago