Commit Graph

2732 Commits (017e6cb46fa793b04b7431673f2db9c1cd9152b1)
 

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