Commit Graph

2289 Commits (6dcf4d91f8c1e6e522a44493c1bfd1c0ba4cb29b)

Author SHA1 Message Date
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 c73e2ee9a9 fix invalidate while update
7 years ago
Timothy Johnson 819056ab5c propagate changes through slots with props (#4091)
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
Conduitry 8f01bf0b6c fix bitmask overflow when using slotted components (#4077)
7 years ago
Rich Harris ba8641360b fix bitmask overflow slot updates
7 years ago
Rich Harris 7de835fa10 write compiled output to disk for easier inspection
7 years ago
Tan Li Hau 0d3284f423 fix: bitmask overflow better handle global (#4063)
7 years ago
Tan Li Hau df32d642e3 fix: if inside bind await block contextual dependencies
7 years ago
Benjamin W. Broersma 7a84876ada Skip JS globals for InlineComponent nodes in warn_if_undefined. (#4071)
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
Conduitry a18a36afab fix warnings for props that are only used as stores (#4021)
7 years ago
Conduitry 32f43b125b fix child context in await blocks with no `then` variable (#4022)
7 years ago
mrkishi 2fcfe2547e use raf's time for smoother transitions
7 years ago
Conduitry 2b967c041b add regression test against #3966
7 years ago
Tan Li Hau 9492211e5e fix handle marking global variable as dependency
7 years ago
Tan Li Hau dc67d6aa50 fix context export not working if conflicts with instance variable
7 years ago
Tan Li Hau 0678ca9172 no missing prop warning for non-writable props
7 years ago
Rich Harris 78d50d02e8 Bitmask-based change tracking (#3945)
7 years ago
pngwn 7b4c796199 Add aria-hidden to resize listener object. Fixes #3948.
7 years ago
Richard Harris b722f32ad0 neater test output
7 years ago
Richard Harris 1e4dcaf3cf regression test for #3939
7 years ago
Richard Harris 3f3fb832f3 remove samples/_ directories, used for local experiments
7 years ago
Rich Harris 679c00ef18 Merge pull request #3934 from tanhauhau/tanhauhau/dynamic-event-handler-expression
7 years ago
Tan Li Hau 01cc5b0a15 fix dynamic event handler expression
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
Rich Harris 2e2c86e324 Merge pull request #3894 from tanhauhau/tanhauhau/skip-comment-for-preprocessors
7 years ago
Conduitry e9dcce76cc Deconflict dev mode block function names again (#3907)
7 years ago
Conduitry b7139fa012 Use IE-compatible js to check for unknown prop warnings (#3915)
7 years ago
Tan Li Hau 3f8dc7104a fix text content escape html (#3916)
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 028b1ce161 skip comments for preprocessors
7 years ago
Rich Harris 2d7b40412f update deps, prevent naming conflict seen in #3891
7 years ago
Tan Li Hau fe0e002872 add loopGuardTimeout options
7 years ago
Rich Harris 46125bbbdc Merge pull request #3886 from AlbertLucianto/fix/bind-out-of-sync
7 years ago
Rich Harris df742e37ca Merge pull request #3871 from AlbertLucianto/fix/bind-value-fails-range-max
7 years ago