Commit Graph

2731 Commits (a9d258b9a57ecdd691fcd53e8b9324adb57fa999)
 

Author SHA1 Message Date
Rich Harris dbab1a886d -> v2.3.0
7 years ago
Rich Harris 83af7bb8fd
Merge pull request #1374 from sveltejs/gh-1368
7 years ago
Rich Harris ff45a5315f
Merge pull request #1375 from sveltejs/gh-1369
7 years ago
Rich Harris bf58a20909
Merge pull request #1376 from sveltejs/gh-1297
7 years ago
Rich Harris ddf2d9dbcf
Merge pull request #1377 from sveltejs/gh-1303
7 years ago
Rich Harris 7246997dd5
Merge pull request #1378 from sveltejs/gh-1286
7 years ago
Rich Harris d8ca0e39a3
Merge pull request #1379 from sveltejs/gh-1251
7 years ago
Rich Harris 5fd4965b64 preserve outer context for await blocks - fixes #1251
7 years ago
Rich Harris f0bf1ef8d5 recalculate each block values lazily - fixes #1286
7 years ago
Rich Harris 0dafc34de0 implement full-state computed properties - fixes #1303
7 years ago
Rich Harris 1fb4041519 overwrite this in custom event handlers - fixes #1297
7 years ago
Rich Harris ef39f00902 assign custom methods to custom element prototype - fixes #1369
7 years ago
Rich Harris d03693114d fix #1368
7 years ago
Rich Harris ed605bfa79
Merge pull request #1370 from 1wheel/patch-1
7 years ago
Rich Harris 890da3b02a -> v2.2.0
7 years ago
Rich Harris 2616ab1520
Merge pull request #1367 from sveltejs/gh-1316
7 years ago
Rich Harris 01c35589d0 move some more ssr files
7 years ago
Rich Harris 2ca0050f0f fix gitignore, move ssr files
7 years ago
Rich Harris 8f1c4b38c9 oops i did it again
7 years ago
Rich Harris a690ba0b8f remove files that mysteriously reappeared
7 years ago
Rich Harris 3696e0865a remove unused import
7 years ago
Rich Harris 9b70523529 rename Generator -> Compiler
7 years ago
Rich Harris dd0f093582 move ssr/dom-specific logic into new Target classes, instead of subclassing Generator
7 years ago
Rich Harris e0f2a4e58d update gitignore
7 years ago
Rich Harris 8fc59d7cfe shuffle some stuff around
7 years ago
Rich Harris 8759ccddbd simplify ssr
7 years ago
Rich Harris 6cf3f1121f replace all ssr __helpers
7 years ago
Rich Harris ebf1fe3233 use same shared helpers mechanism for SSR compiler
7 years ago
Rich Harris b2b3bda85a move SSR logic into nodes
7 years ago
Rich Harris 11d396f769 more tidying up
7 years ago
Rich Harris d10072f6b7 more tidying up
7 years ago
Rich Harris 11fdb086f9 more tidying up
7 years ago
Rich Harris 515392ac1d remove more unnecessary stuff
7 years ago
Rich Harris 3aca6a6c63 remove some unnecessary code
7 years ago
Rich Harris deca8882ac remove some unused Block properties
7 years ago
Rich Harris f892389b00 no need to clone ast
7 years ago
Rich Harris 4c8a5c598d put precedence logic on expression
7 years ago
Rich Harris 7224ef4eff all tests passing
7 years ago
Rich Harris c3c7970dc9 minor fixes
7 years ago
Rich Harris 86d3476b55 minor fixes, update various tests
7 years ago
Rich Harris a641019ab9 fix bindings in ssr
7 years ago
Rich Harris c06bfdbe35 fix stringification of attributes in ssr
7 years ago
Rich Harris 0cb44bb3b2 sourcemap fix
7 years ago
Rich Harris 4c9ba2ef71 update parser tests
7 years ago
Rich Harris 67e4a90f18 parse <slot> as element in custom element mode
7 years ago
Rich Harris bb30e26d21 validate <title> elements
7 years ago
Rich Harris f79bede8a9 validate components
7 years ago
Rich Harris cf1e00e602 attribute stringification
7 years ago
Rich Harris 1d7366d107 ref selectors
7 years ago
Rich Harris 5722a51d17 fix css expression analysis
7 years ago