Commit Graph

46 Commits (f8db2eee61aef8036106d5b858550ca2bf0ef1ab)

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