Commit Graph

56 Commits (b35a9e674f85bd01bbae722bdc95c1bb647dda87)

Author SHA1 Message Date
Rich Harris b35a9e674f fix/simplify bindings
7 years ago
Rich Harris c62178db3e fix contextual events
7 years ago
Rich Harris 39525f873b fix attribute stringification
7 years ago
Rich Harris 8de4145cb2 textarea special case
7 years ago
Rich Harris cc4b269a20 rename state -> ctx in various places
7 years ago
Rich Harris be3556ee56 fix indexes
7 years ago
Rich Harris ad1679c33d add style scoping classes
7 years ago
Rich Harris 3cc44cf0eb remove some unused code
8 years ago
Rich Harris 2c7d935162 generate correct code for hoisted event handlers
8 years ago
Rich Harris 662363cca2 spread
8 years ago
Rich Harris f8db2eee61 use ctx in SSR
8 years ago
Rich Harris 32774a821d more stuff
8 years ago
Rich Harris 7825c1230a various
8 years ago
Rich Harris 9ff1beec48 WIP
8 years ago
Rich Harris d3afc4c0f3 baby steps towards #1316
8 years ago
Rich Harris a0404f7331 update spread props in each blocks without other dynamic attributes - fixes #1337
8 years ago
Rich Harris aaab6853ce support $method(...) calls, and warn on store.method(...)
8 years ago
Rich Harris 6ff02b263e remove legacy prop stuff, now that we emit ES2015
8 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