Commit Graph

1486 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
Conduitry a9fb844dcd allow spaces around reserved words used in tags in attributes (#1445)
8 years ago
Rich Harris d43d60ad0c Merge pull request #1444 from acstll/global-whitelist-promise
8 years ago
Arturo 7a43943a9f add _Promise_ to whitelisted globals
8 years ago
Max Milton 16184e9125 Add new ARIA 1.1 attributes and roles
8 years ago
Rich Harris 0e793011a8 allow spread props on elements with tests for static attributes
9 years ago
Rich Harris 0e0e7bebc8 Abort outro if block is recreated — fixes #1425
9 years ago
Rich Harris ead5aec41b Group outro callbacks — fixes #648
9 years ago
Conduitry 816060283d fix handling of shorthand event handler in dynamic components
9 years ago
Rich Harris fa9e2be6ef Merge pull request #1422 from sveltejs/each-object-create
9 years ago
Rich Harris 74ca51e492 Merge pull request #1424 from sveltejs/single-outrocallback
9 years ago
Rich Harris 075ba53254 simpler code for case where there is only one outro in a block
9 years ago
Rich Harris 393d1df33b fix duplicate events on range input bindings (#1419)
9 years ago
Rich Harris 3b82f90db2 use Object.create for each block child contexts
9 years ago
Rich Harris 1fad00ab10 simplify handling of html blocks
9 years ago
Rich Harris a344afaa86 update tests
9 years ago
Rich Harris 97c260104f do unmount work in destroy method
9 years ago
Rich Harris 1c7c6ba7b7 null out blocks when outroed
9 years ago
Rich Harris e4546ec39c remove now-misplaced comment
9 years ago
Rich Harris 42346c2015 support transitions in await blocks - fixes #956
9 years ago
Rich Harris 3e8e589616 fix #1417
9 years ago
Rich Harris a2e47e2b8e simplify
9 years ago
Rich Harris e92735d0fd tidy up
9 years ago
Rich Harris b1a03920c9 handle await block promises in a shared helper
9 years ago
Rich Harris 9bde4729fd add missing Block property
9 years ago
Rich Harris a0ca55bd25 fix #1413
9 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 3d39095e78 Merge pull request #1393 from sveltejs/bind-width-etc
9 years ago
Rich Harris 7263e08173 Merge pull request #1392 from sveltejs/gh-1390
9 years ago
Rich Harris d8ca9676e4 allow destruction of components with bind:offsetWidth etc
9 years ago
Rich Harris 7ea5b0f0c6 only overwrite this in event handlers for custom events - fixes #1390
9 years ago
Conduitry d1bdb62be9 fix svelte-cli references
9 years ago
Rich Harris 21c23aca60 Merge pull request #1386 from sveltejs/gh-984
9 years ago
Rich Harris 2e79826b30 Merge branch 'master' into gh-984
9 years ago
Rich Harris 4e044ef391 Merge branch 'master' into gh-1360
9 years ago
Rich Harris 619c6b9bec prevent bind:offsetWidth etc on void elements
9 years ago
Rich Harris b6beef00ef keep ES5 function names in dev mode
9 years ago
Rich Harris ab466b9bcf just use normal promises
9 years ago
Rich Harris 6b30a97185 use TypeScript for CLI
9 years ago
Rich Harris 489c843a90 integrate CLI - fixes #1360
9 years ago
Rich Harris 239793f1df collapse hydrate logic
9 years ago
Rich Harris 14b6f8bb67 add validation logic, error on dimension bindings for SVG elements
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