Commit Graph

499 Commits (2d74f2569083427bd96acc6ae2425987fd13ac81)

Author SHA1 Message Date
rixo 96388e6166 exclude global variables from $capture_state (#4475)
7 years ago
rixo 8930ecf59c make $capture_state/$inject_state act on entire state (#3822)
7 years ago
swyx 5a880ecd28 implement Dev mode validation of {#each} block argument (#4419)
7 years ago
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
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
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 c3dfafa859 update tests
7 years ago
Rich Harris 4466dc5fa6 update test
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 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