Commit Graph

558 Commits (deb963aacd01087cf8e22ecad662ea25e6a8d82e)

Author SHA1 Message Date
mrkishi 5447c2df1c remove instrumentation from main execution context
7 years ago
Rich Harris 78d50d02e8 Bitmask-based change tracking (#3945)
7 years ago
Richard Harris b722f32ad0 neater test output
7 years ago
Mattias Buelens f114513e55 Test whether dimension bindings still work for video elements
7 years ago
Mattias Buelens 28b1304d20 Add bindings for HTMLVideoElement.videoHeight and videoWidth
7 years ago
Mattias Buelens c16e1d7f52 Rename internal resize event for dimension bindings
7 years ago
Mattias Buelens 846e9eb882 Add test for video bindings
7 years ago
Rich Harris 772e81ab39 Merge pull request #3650 from MattiasBuelens/more-media-bindings
7 years ago
Rich Harris 1f03d21b20 more doh
7 years ago
Rich Harris fd008a273a Merge pull request #3866 from tanhauhau/tanhauhau/improve-testing-experience
7 years ago
Rich Harris c625e38486 doh
7 years ago
Rich Harris f80a892c81 Print 'delete this directory' message and move on
7 years ago
Conduitry b7139fa012 Use IE-compatible js to check for unknown prop warnings (#3915)
7 years ago
Mattias Buelens 5da073c3ed Add mount condition for playbackRate and volume
7 years ago
Mattias Buelens c228807c64 Add binding for HTMLMediaElement.ended
7 years ago
Mattias Buelens 8b09833611 Add binding for HTMLMediaElement.seeking
7 years ago
Tan Li Hau fe0e002872 add loopGuardTimeout options
7 years ago
Richard Harris 5b36489095 helperise loop protection
7 years ago
Tan Li Hau 3f4155da2e prevent infinite loop
7 years ago
Conduitry 9692524372 fix tests
7 years ago
Rich Harris 749ababf85 Merge pull request #3884 from sveltejs/gh-3882
7 years ago
Richard Harris 1b4ee64f09 neaten up hydration code - fixes #3882
7 years ago
Richard Harris bad771fa17 revert #3723, add special case for src attributes
7 years ago
Richard Harris 49ecc0872d update code-red, enable all tests
7 years ago
Richard Harris c3dfafa859 update tests
7 years ago
Tan Li Hau 81873673b6 update test snapshot with --update flag
7 years ago
Rich Harris 4466dc5fa6 update test
7 years ago
Tan Li Hau a7aafb25be skip missing input files
7 years ago
Tan Li Hau 9600a41214 feat dynamic event handler
7 years ago
Rich Harris 2af80f977f Merge pull request #3831 from tanhauhau/tanhauhau/no-create-fragment-if-not-needed
7 years ago
AlbertLucianto a47838630f fix input binding fails if type declared last
7 years ago
Tan Li Hau 57955a999e fix window bindings to store (#3835)
7 years ago
Tan Li Hau 474de99404 Don't create a fragment at all for DOM-less components
7 years ago
Rich Harris af6d010844 Merge pull request #3811 from sveltejs/gh-3508-alt
7 years ago
Tan Li Hau 948527a609 use textContent instead of innerHtml, preventing XSS
7 years ago
Richard Harris a28badcc06 alternative fix for #3508
7 years ago
Tan Li Hau c5c5822f9a feat: allow innerHtml if no dynamic dependencies
7 years ago
Tan Li Hau b502ec0afc allow solo for test suite (#3747)
7 years ago
Tan Li Hau 3ff5eb78d1 deconflict with builtins (#3724)
7 years ago
Richard Harris b4fbbd3d55 fix test
7 years ago
Richard Harris 2603aeba1f dont cache attribute values (ref #3579)
7 years ago
Richard Harris 2c555b143b Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris 73371bdbbb typos
7 years ago
Richard Harris ca2f4bbb3c merge master -> tanhauhau/debugging-with-no-dependencies
7 years ago
das d1b95041ff continue inlining $$invalidate calls (#3548)
7 years ago
Rich Harris bbad46a96b Structured code generation (#3539)
7 years ago
Tan Li Hau 99a99376ae fix debugging with no dependencies
7 years ago
Richard Harris aaac15bafa remove $unsafe_set in favour of modified $inject_state
7 years ago
Richard Harris a8f318571e update tests
7 years ago
Richard Harris 6f76d13f35 merge sveltejs/master -> devtools
7 years ago
Richard Harris 5981c9ebe6 update test
7 years ago
Richard Harris e4e04e590c Merge branch 'hmr' of https://github.com/Axelen123/svelte into Axelen123-hmr
7 years ago
Rich Harris d442ad822d Merge pull request #3533 from sveltejs/gh-3512
7 years ago
Rich Harris c6b18c412f Merge pull request #3530 from sveltejs/gh-3524
7 years ago
Richard Harris ee162c7ceb preserve arrow function event handlers
7 years ago
Richard Harris 6d67e018fe inline $$invalidate calls - fixes #3512
7 years ago
Richard Harris f7a518f1af update test
7 years ago
Richard Harris 35cba45c0c only update attributes with dynamic dependencies - fixes #3526
7 years ago
Richard Harris a89f80d80e move tests to runtime section
7 years ago
Richard Harris ccc6e78eb2 Merge branch 'master' of https://github.com/bre30kra69cs/svelte into bre30kra69cs-master
7 years ago
Arpad Borsos 40e345f35a prefer let bindings
7 years ago
Arpad Borsos ac3b9cc6e5 prefer indented blocks
7 years ago
Rich Harris 77a580114b update tests
7 years ago
Rich Harris 10548373d5 dont generate code for non-updating if block - fixes #3447
7 years ago
Almaz 239953cc13 Fixed complex {#if} behaviour
7 years ago
Rich Harris 396b524002 Merge pull request #3438 from sveltejs/gh-2355
7 years ago
bre30kra69cs a0b3d57032 fix declaration assignment
7 years ago
Richard Harris 4599d4161e only reevaluate if block conditions if dependencies changed
7 years ago
Almaz 8bf4f23baf Fixed unnecessarily style properties update
7 years ago
Rich Harris 38cc07628c dont set undefined input value - fixes #1233
7 years ago
Richard Harris 9cb5454b58 coerce tag values to string - fixes #2290
7 years ago
Richard Harris c5d6d6ffcb correctly set mount anchor for HTML tags - fixes #2711
7 years ago
Richard Harris c226ba3d65 more robust handling of html tags - fixes #3285
7 years ago
Richard Harris 24989ec4c5 rename misnamed test, remove obsolete ones
7 years ago
Conduitry 69da2cf6de set data- attributes like regular attributes (#3337)
7 years ago
Conduitry 624d145a82 use `change` event for `bind:files` (#3226)
7 years ago
Brian Takita 6c6dbf2e13 fixes https://github.com/sveltejs/svelte/issues/3191
7 years ago
Richard Harris d7d64a03b6 prevent dynamic components being detached twice - fixes #3113
7 years ago
Rich Harris 65b0b6a571 on second thoughts
7 years ago
Timothy Johnson 885e0035c8 Pass options in component event
7 years ago
Timothy Johnson 982de5f8bc Fix tests
7 years ago
Axelen123 8f6e6859f7 Update tests
7 years ago
Axelen123 c0a366b995 Add test for capture_state and inject_state
7 years ago
Axelen123 82fec43c32 Update tests
7 years ago
Maurício Kishi d0448aba01 Merge branch 'master' into gh-2612
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
Conduitry 88881cd3c5 don't grab page offsets too early
7 years ago
Conduitry 348b8cde03 update tests (#1434) (#2935)
7 years ago
Conduitry fc1a0e86c3 update tests
7 years ago
mrkishi c0d9d555df deconflict more globals
7 years ago
Conduitry 0b913aa338 import globals from helpers (#2612) (#2947)
7 years ago
Harald Fassler 4d0d63f722 fix #2908
7 years ago
Rich Harris bf5b8ab777 Merge pull request #2881 from sveltejs/gh-2878
7 years ago
Richard Harris c6046fe29e update tests
7 years ago
Rich Harris 1176e674d0 Merge branch 'master' into less-invalidation
7 years ago
Richard Harris d0f84150bf code style
7 years ago
Richard Harris c2fa3dd30d 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 c96ccf6dc6 Merge pull request #2856 from sveltejs/raf
7 years ago
Richard Harris 181e954224 only invalidate referenced values
7 years ago