Commit Graph

51 Commits (721af8fc64caea1a46403003f8bbdb4979f4ef89)

Author SHA1 Message Date
Rich Harris 721af8fc64 WIP towards nested transitions
8 years ago
Rich Harris 0e43507660 add skipIntroByDefault compiler option (#547)
8 years ago
Rich Harris 0e0e7bebc8 Abort outro if block is recreated — fixes #1425
8 years ago
Rich Harris ead5aec41b Group outro callbacks — fixes #648
8 years ago
Conduitry 816060283d fix handling of shorthand event handler in dynamic components
8 years ago
Rich Harris fa9e2be6ef Merge pull request #1422 from sveltejs/each-object-create
8 years ago
Rich Harris 74ca51e492 Merge pull request #1424 from sveltejs/single-outrocallback
8 years ago
Rich Harris 075ba53254 simpler code for case where there is only one outro in a block
8 years ago
Rich Harris 393d1df33b fix duplicate events on range input bindings (#1419)
8 years ago
Rich Harris 3b82f90db2 use Object.create for each block child contexts
8 years ago
Rich Harris 1fad00ab10 simplify handling of html blocks
8 years ago
Rich Harris a344afaa86 update tests
8 years ago
Rich Harris 97c260104f do unmount work in destroy method
8 years ago
Rich Harris e4546ec39c remove now-misplaced comment
8 years ago
Rich Harris 42346c2015 support transitions in await blocks - fixes #956
8 years ago
Rich Harris 3e8e589616 fix #1417
8 years ago
Rich Harris e92735d0fd tidy up
8 years ago
Rich Harris b1a03920c9 handle await block promises in a shared helper
8 years ago
Rich Harris 9bde4729fd add missing Block property
8 years ago
Rich Harris a0ca55bd25 fix #1413
8 years ago
Conduitry 0413e7d63d mark elements with refs as ineligible for innerhtml (#1407)
9 years ago
Rich Harris df8cf577bf Merge pull request #1402 from sveltejs/gh-1397
9 years ago
Rich Harris cacec0c63a create key before testing for the existence of key. doh
9 years ago
Rich Harris 53c596ca85 only update component props if they are dynamic - fixes #1394
9 years ago
Rich Harris c7bd87bd83 evaluate each block key in child scope - fixes #1397
9 years ago
Rich Harris 7ea5b0f0c6 only overwrite this in event handlers for custom events - fixes #1390
9 years ago
Rich Harris 2e79826b30 Merge branch 'master' into gh-984
9 years ago
Rich Harris b6beef00ef keep ES5 function names in dev mode
9 years ago
Rich Harris 239793f1df collapse hydrate logic
9 years ago
Rich Harris 01dc4a7b85 bind to dimensions
9 years ago
Rich Harris e4e84a1261 Merge branch 'master' into gh-984
9 years ago
Rich Harris fd73fadf98 WIP towards #984
9 years ago
Rich Harris b767227a2f bind to destructured properties
9 years ago
Rich Harris 58f481d2e4 destructuring
9 years ago
Rich Harris 364921ee8a deduplicate each block context generation for keyed blocks
9 years ago
Rich Harris 1deafca304 Merge branch 'master' into gh-1287
9 years ago
Rich Harris 93148ee808 deduplicate each block context generation (#1287)
9 years ago
Rich Harris 70b01fe960 allow arbitrary expressions in each block keys - fixes #703
9 years ago
Rich Harris cf48355bee Merge pull request #1375 from sveltejs/gh-1369
9 years ago
Rich Harris c563cfa83d Merge pull request #1376 from sveltejs/gh-1297
9 years ago
Rich Harris 91cd2cfef1 Merge pull request #1377 from sveltejs/gh-1303
9 years ago
Rich Harris 170ca172e4 Merge pull request #1378 from sveltejs/gh-1286
9 years ago
Rich Harris c0366c7b0f preserve outer context for await blocks - fixes #1251
9 years ago
Rich Harris fc6fd787d2 recalculate each block values lazily - fixes #1286
9 years ago
Rich Harris 51651ebce5 implement full-state computed properties - fixes #1303
9 years ago
Rich Harris 21c4d9ce55 overwrite this in custom event handlers - fixes #1297
9 years ago
Rich Harris a19aec1ea9 assign custom methods to custom element prototype - fixes #1369
9 years ago
Rich Harris 44f92b1616 fix gitignore, move ssr files
9 years ago
Rich Harris fa68cbb58c oops i did it again
9 years ago
Rich Harris eada701414 remove unused import
9 years ago