Commit Graph

2603 Commits (2e79826b30eee977a4dd0b9ec5a72fe34c6ea215)
 

Author SHA1 Message Date
Rich Harris 2e79826b30 Merge branch 'master' into gh-984
8 years ago
Rich Harris ec97aedeab Merge pull request #1388 from sveltejs/collapse-hydrate-logic
8 years ago
Rich Harris 619c6b9bec prevent bind:offsetWidth etc on void elements
8 years ago
Rich Harris b6beef00ef keep ES5 function names in dev mode
8 years ago
Rich Harris d695d7b75a update tests
8 years ago
Rich Harris 239793f1df collapse hydrate logic
8 years ago
Rich Harris 14b6f8bb67 add validation logic, error on dimension bindings for SVG elements
8 years ago
Rich Harris b7b98578cd update tests
8 years ago
Rich Harris 01dc4a7b85 bind to dimensions
8 years ago
Rich Harris e4e84a1261 Merge branch 'master' into gh-984
8 years ago
Rich Harris a44615a51a Merge pull request #1385 from sveltejs/destructuring
8 years ago
Rich Harris fd73fadf98 WIP towards #984
8 years ago
Rich Harris b767227a2f bind to destructured properties
8 years ago
Rich Harris 4d1e71fdd5 sparse array patterns
8 years ago
Rich Harris 02714d5e52 Merge branch 'master' into destructuring
8 years ago
Rich Harris 3e1c20e802 Merge pull request #1384 from sveltejs/gh-1287
8 years ago
Rich Harris 58f481d2e4 destructuring
8 years ago
Rich Harris 364921ee8a deduplicate each block context generation for keyed blocks
8 years ago
Rich Harris 1deafca304 Merge branch 'master' into gh-1287
8 years ago
Rich Harris 9f083bc891 Merge pull request #1381 from sveltejs/gh-703
8 years ago
Rich Harris 93148ee808 deduplicate each block context generation (#1287)
8 years ago
Rich Harris 70b01fe960 allow arbitrary expressions in each block keys - fixes #703
8 years ago
Rich Harris db0bd1d6cb -> v2.3.0
8 years ago
Rich Harris ee522dc7e0 Merge pull request #1374 from sveltejs/gh-1368
8 years ago
Rich Harris cf48355bee Merge pull request #1375 from sveltejs/gh-1369
8 years ago
Rich Harris c563cfa83d Merge pull request #1376 from sveltejs/gh-1297
8 years ago
Rich Harris 91cd2cfef1 Merge pull request #1377 from sveltejs/gh-1303
8 years ago
Rich Harris 170ca172e4 Merge pull request #1378 from sveltejs/gh-1286
8 years ago
Rich Harris c27d0661af Merge pull request #1379 from sveltejs/gh-1251
8 years ago
Rich Harris c0366c7b0f preserve outer context for await blocks - fixes #1251
8 years ago
Rich Harris fc6fd787d2 recalculate each block values lazily - fixes #1286
8 years ago
Rich Harris 51651ebce5 implement full-state computed properties - fixes #1303
8 years ago
Rich Harris 21c4d9ce55 overwrite this in custom event handlers - fixes #1297
8 years ago
Rich Harris a19aec1ea9 assign custom methods to custom element prototype - fixes #1369
8 years ago
Rich Harris 7ced1d4e74 fix #1368
8 years ago
Rich Harris 5f425a761e Merge pull request #1370 from 1wheel/patch-1
8 years ago
Rich Harris 06b2945b2b -> v2.2.0
8 years ago
Rich Harris 0d9aff2277 Merge pull request #1367 from sveltejs/gh-1316
8 years ago
Rich Harris 7afc730cd6 move some more ssr files
8 years ago
Rich Harris 44f92b1616 fix gitignore, move ssr files
8 years ago
Rich Harris fa68cbb58c oops i did it again
8 years ago
Rich Harris 30bb85041d remove files that mysteriously reappeared
8 years ago
Rich Harris eada701414 remove unused import
8 years ago
Rich Harris 8bcb0f2bf1 rename Generator -> Compiler
8 years ago
Rich Harris 83ca33c2e5 move ssr/dom-specific logic into new Target classes, instead of subclassing Generator
8 years ago
Rich Harris 1c9d546587 update gitignore
8 years ago
Rich Harris 37186494be shuffle some stuff around
8 years ago
Rich Harris 452d9485fd simplify ssr
8 years ago
Rich Harris 2cfa578aaf replace all ssr __helpers
8 years ago
Rich Harris fd239a45ed use same shared helpers mechanism for SSR compiler
8 years ago