Commit Graph

201 Commits (3cbe38cbf1d69e103a490cdb456aa74ab2cfda40)

Author SHA1 Message Date
Conduitry 3cbe38cbf1
fix binding to module-level variables (#4352)
6 years ago
Conduitry 1a343b165c
disallow duplicate each keys in dev mode (#4303)
6 years ago
Tan Li Hau e4daaccd06 fix nested block not reactive (#4294)
6 years ago
Conduitry b39282a918
apply event modifiers to <svelte:body> events (#4279)
6 years ago
Tan Li Hau b3582c7fb2 fix hydrating <head> (#4082)
6 years ago
Tan Li Hau 7c3e34c00b fix hydrating each else (#4253)
6 years ago
Tan Li Hau a422d2aba5 fix actions having no access to parent nodes (#4252)
6 years ago
Tan Li Hau 7fb35dd0dc fix safari input jumping
6 years ago
David Kondrad 8a596936d2 dynamic events: validate handler before executing (#4105)
6 years ago
Tan Li Hau 52dbc882a7 feat order attributes + actions too (#4156)
6 years ago
David Kondrad f287736ee8 compiler: text util: preserve space after svg <tspan> tags (#4107)
6 years ago
Tan Li Hau 75b8d3fb21 fix destructuring in slot let binding
6 years ago
Tan Li Hau 5486d67adf compile css once (#4143)
6 years ago
Colin Casey abe88f3b3a FIX #2446: apply bindings and event handlers in order
6 years ago
Tan Li Hau a8b306f0a1 revert remove contextual overflow (#4102)
6 years ago
Timothy Johnson 2cd5c2934b propagate changes through slots with props (#4091)
6 years ago
Tan Li Hau f9a9484e39 fix dirtybit (#4095)
6 years ago
Rich Harris 6928284085
Merge pull request #4069 from mrkishi/invalidate
6 years ago
Conduitry f8a8c06ee3 fix bitmask overflow when using slotted components (#4077)
6 years ago
Rich Harris 82ac963c07 unrelated tidy up i just realised i can now do
6 years ago
Rich Harris b43762d3a8 ci failures. clutching at straws
6 years ago
Rich Harris 46e6559153 handle slot updates when parent component has a bitmask overflow
6 years ago
Tan Li Hau bb5cf9ada7 fix: bitmask overflow better handle global (#4063)
6 years ago
Tan Li Hau 468938c573 fix: if inside bind await block contextual dependencies
6 years ago
mrkishi 3cce56b5d0 remove instrumentation from main execution context
6 years ago
Conduitry 185ff4ae04 fix child context in await blocks with no `then` variable (#4022)
6 years ago
das 2b0762f930 Tidy up (#4005)
6 years ago
Timothy Johnson ce0a169689 Fix listen_dev argument order
6 years ago
Tan Li Hau 34bb8119b7 no missing prop warning for non-writable props
6 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking (#3945)
6 years ago
Mattias Buelens f2f87d126c Add bindings for HTMLVideoElement.videoHeight and videoWidth
6 years ago
Mattias Buelens 79d3763e92 Rename internal resize event for dimension bindings
6 years ago
Rich Harris 004faf67f4
Merge pull request #3650 from MattiasBuelens/more-media-bindings
6 years ago
Conduitry 6774e336ba
Deconflict dev mode block function names again (#3907)
6 years ago
Conduitry afe5ad430a
Use IE-compatible js to check for unknown prop warnings (#3915)
6 years ago
Tan Li Hau 8237db4422 fix text content escape html (#3916)
6 years ago
Mattias Buelens ed4f89d7fa Add mount condition for playbackRate and volume
6 years ago
Mattias Buelens 92710f8280 Refactor mount code rendering for bindings
6 years ago
Mattias Buelens 39c009499e Add binding for HTMLMediaElement.ended
6 years ago
Mattias Buelens 5658d94545 Add binding for HTMLMediaElement.seeking
6 years ago
PaulMaly 3b148b6635
User `let` instead `var` for loop index
6 years ago
Rich Harris 9500282c7a
Merge pull request #3886 from AlbertLucianto/fix/bind-out-of-sync
6 years ago
Rich Harris 5c08465cfa
Merge pull request #3871 from AlbertLucianto/fix/bind-value-fails-range-max
6 years ago
AlbertLucianto b934fba544 fix binding out of sync on reactive update
6 years ago
Rich Harris 1b454bad4a
Merge pull request #3884 from sveltejs/gh-3882
6 years ago
Richard Harris 11b030b101 neaten up hydration code - fixes #3882
6 years ago
Richard Harris e3b1d467ce revert #3723, add special case for src attributes
6 years ago
Rich Harris 03afc7afb1
Merge pull request #3876 from tanhauhau/tanhauhau/scoped-css-with-undefined-class
6 years ago
Richard Harris 93ac624132 reinstate block comments
6 years ago
AlbertLucianto 149929b92d reorder add attributes to fix value validation
6 years ago