Commit Graph

56 Commits (89a7607531f0424c2d90a7c7270f5f88e4545809)

Author SHA1 Message Date
Rich Harris 89a7607531 fix/simplify bindings
8 years ago
Rich Harris ffbc8d3ba6 fix contextual events
8 years ago
Rich Harris 3986ecbfa9 fix attribute stringification
8 years ago
Rich Harris 0f3cc8979c textarea special case
8 years ago
Rich Harris 6d8c03f409 rename state -> ctx in various places
8 years ago
Rich Harris 61fb763f22 fix indexes
8 years ago
Rich Harris 1aa164ce0d add style scoping classes
8 years ago
Rich Harris 5a5b69bbb6 remove some unused code
8 years ago
Rich Harris aa0049cebe generate correct code for hoisted event handlers
8 years ago
Rich Harris 91c51c0827 spread
8 years ago
Rich Harris 8b7ed5aaea use ctx in SSR
8 years ago
Rich Harris 0e98b39803 more stuff
8 years ago
Rich Harris 7fe838e4b5 various
8 years ago
Rich Harris 3186f2e0ba WIP
8 years ago
Rich Harris 032aeab970 baby steps towards #1316
8 years ago
Rich Harris 0769c2fd59 update spread props in each blocks without other dynamic attributes - fixes #1337
8 years ago
Rich Harris 736cd9ea06 support $method(...) calls, and warn on store.method(...)
8 years ago
Rich Harris e65253ddde remove legacy prop stuff, now that we emit ES2015
8 years ago
Rich Harris c806aad410 update tests to account for removal of observe
8 years ago
Rich Harris 3af38db0f2 Merge pull request #1289 from sveltejs/gh-195
9 years ago
Rich-Harris cf05f19e11 tidy up/notes to self
9 years ago
Rich-Harris 249e1f014b Revert "fix handler in-place"
9 years ago
ekhaled 59df8ca4f3 fix handler in-place
9 years ago
ekhaled c1b1e4b188 add dev mode warning when teardown is returned instead of destroy
9 years ago
ekhaled bf71af4c2f support both destroy and teardown in custom event handlers
9 years ago
Rich-Harris 8a38ba3636 basic attribute spreading on elements
9 years ago
Rich-Harris b02cc849f9 remove some stuff we wont need
9 years ago
Rich-Harris c5aa5693e5 merge master -> mrkishi-spreadh
9 years ago
Jacob Wright 97f74dc8a6 Make actions execute with the component context
9 years ago
Jacob Wright a5ed6cbe18 Adds actions to components
9 years ago
mrkishi a287d50354 Add spread -- rough idea
9 years ago
Rich Harris 409313f815 only apply stylesheet once
9 years ago
Conduitry 5bf313cf8d apply CSS scoping classes directly to AST (WIP)
9 years ago
Rich Harris 7fa6109785 add CSS scoping classes when stringifying child nodes - fixes #1223
9 years ago
Rich Harris c70d6f43ec use setAttribute for any namespaced element
9 years ago
Rich Harris 5169ef1cb1 allow SVG elements to have scoped CSS - fixes #1224
9 years ago
Rich Harris 7647913591 merge master -> gh-1118
9 years ago
Rich Harris 8b3bfa5f97 implement remount on individual nodes
9 years ago
Rich Harris 9578a2ec4b use classes instead of attributes - fixes #1118
9 years ago
Rich Harris 223227225b various fixes
9 years ago
Rich Harris af4e510916 Merge pull request #1160 from sveltejs/gh-1108
9 years ago
Conduitry e4edfb3cf9 simplify toHTML by relying on node.parent
9 years ago
Conduitry 9b8ba7e924 rework handling of non-root <script> and <style>
9 years ago
Conduitry 27fbf382ce remove <noscript> elements in DOM mode (#1108)
9 years ago
Jacob Mischka 00ba7c5176 Add audio video volume binding (#1148)
9 years ago
Conduitry f71fc96c92 another stab at #1062; also fix attribute case in static HTML
9 years ago
Conduitry 471fedeb1d update DOM rendering of <script> and <style>
9 years ago
Rich Harris 9923d6131f escape HTML - fixes #1066
9 years ago
Rich Harris 5304abf915 fix data references in event handlers inside await-then-catch (fixes #1032)
9 years ago
Rich Harris 5c54cad290 boy do i feel stupid. fixes #1022
9 years ago