Commit Graph

43 Commits (9ff1beec489033c40d76e52d56669a25fcbdeb85)

Author SHA1 Message Date
Rich Harris 9ff1beec48 WIP 7 years ago
Rich Harris d3afc4c0f3 baby steps towards 7 years ago
Rich Harris a0404f7331 update spread props in each blocks without other dynamic attributes - fixes 7 years ago
Rich Harris aaab6853ce support $method(...) calls, and warn on store.method(...) 7 years ago
Rich Harris 6ff02b263e remove legacy prop stuff, now that we emit ES2015 7 years ago
Rich Harris 2f86bd339d update tests to account for removal of observe 7 years ago
Rich Harris f27b29d5cb
Merge pull request from sveltejs/gh-195 7 years ago
Rich-Harris 5a45b0e7b4 tidy up/notes to self 7 years ago
Rich-Harris 6e5523cb89 Revert "fix handler in-place" 7 years ago
ekhaled 6ebf46ad67 fix handler in-place 7 years ago
ekhaled 298a339df9 add dev mode warning when teardown is returned instead of destroy 7 years ago
ekhaled b8c0ab2949 support both destroy and teardown in custom event handlers 7 years ago
Rich-Harris 40cf29b2b7 basic attribute spreading on elements 7 years ago
Rich-Harris f6f8f66c90 remove some stuff we wont need 7 years ago
Rich-Harris d0c696bb2b merge master -> mrkishi-spreadh 7 years ago
Jacob Wright 9b0a884035 Make actions execute with the component context 7 years ago
Jacob Wright 04f5d5c975 Adds actions to components 7 years ago
mrkishi b5102f4f1b Add spread -- rough idea 7 years ago
Rich Harris b35aab3736 only apply stylesheet once 7 years ago
Conduitry e4032ea543 apply CSS scoping classes directly to AST (WIP) 7 years ago
Rich Harris eae98f952d add CSS scoping classes when stringifying child nodes - fixes 7 years ago
Rich Harris 6131963551 use setAttribute for any namespaced element 7 years ago
Rich Harris b763714222 allow SVG elements to have scoped CSS - fixes 7 years ago
Rich Harris 2f01115a41 merge master -> gh-1118 7 years ago
Rich Harris f8d6d99930 implement remount on individual nodes 7 years ago
Rich Harris cbd1a11548 use classes instead of attributes - fixes 7 years ago
Rich Harris a0aeb98685 various fixes 7 years ago
Rich Harris a33dfe5bf3
Merge pull request from sveltejs/gh-1108 7 years ago
Conduitry 7d51484631 simplify toHTML by relying on node.parent 7 years ago
Conduitry 5d0f44ef41 rework handling of non-root <script> and <style> 7 years ago
Conduitry 50d95e1642 remove <noscript> elements in DOM mode () 7 years ago
Jacob Mischka b5a3e2224d Add audio video volume binding () 7 years ago
Conduitry 94da329305 another stab at ; also fix attribute case in static HTML 7 years ago
Conduitry 00a0445cc9 update DOM rendering of <script> and <style> 7 years ago
Rich Harris 7026222792 escape HTML - fixes 7 years ago
Rich Harris cf7104dbaa fix data references in event handlers inside await-then-catch (fixes ) 7 years ago
Rich Harris 2120a81958 boy do i feel stupid. fixes 7 years ago
Rich Harris 394dec9f11
Merge pull request from sveltejs/gh-1013 7 years ago
Rich Harris 291a0baa16 unmount head children correctly 7 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side 7 years ago
Emil Ajdyna fadeeaf177 Expose root as a public property 7 years ago
Rich Harris 9377331203 allow components without slots to have whitespace as only child - fixes 7 years ago
Rich Harris a8eaa7e95c refactor 7 years ago