Commit Graph

522 Commits (8102c4d2e28bb12cd32245413d8aac6bb3114ceb)

Author SHA1 Message Date
Tan Li Hau 8102c4d2e2 perform dirty check before updating keyed each blocks (#4413)
7 years ago
Conduitry 4edddcf705 preserve js comments where possible (#4293)
7 years ago
Conduitry cb95f5885b fix awaited expressions that need parentheses (#4283)
7 years ago
Tan Li Hau 9cb198800d fix actions having no access to parent nodes (#4252)
7 years ago
Tan Li Hau 36ca1df4c2 fix safari input jumping
7 years ago
David Kondrad 08bd8d1707 dynamic events: validate handler before executing (#4105)
7 years ago
Tan Li Hau 3c57b36b29 feat order attributes + actions too (#4156)
7 years ago
Tan Li Hau 3f43be39b2 fix css specificity (#4146)
7 years ago
Colin Casey 6dcf4d91f8 FIX #2446: apply bindings and event handlers in order
7 years ago
Tan Li Hau a5e7ca6b38 revert remove contextual overflow (#4102)
7 years ago
Tan Li Hau 5e0455bb79 fix dirtybit (#4095)
7 years ago
David Kondrad 2d922f478c compiler: tag auto-subscribe stores as referenced in vars (#4089)
7 years ago
Rich Harris 2111a41f14 Merge pull request #4069 from mrkishi/invalidate
7 years ago
Tan Li Hau df771016ff fix: loop-guard scope leak
7 years ago
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