Commit Graph

1208 Commits (032083bb349a39a929167c257682beda96f257d5)

Author SHA1 Message Date
Rich Harris 032083bb34 fix #1331
8 years ago
Rich Harris 0ebe5355e1
Merge pull request #1299 from sveltejs/gh-1257
9 years ago
Rich Harris 07a53e55de
Merge pull request #1311 from sveltejs/gh-1278
9 years ago
Rich Harris 4a6807eab1
Merge pull request #1312 from sveltejs/gh-1275
9 years ago
Rich Harris f66f21bf23
Merge pull request #1313 from sveltejs/gh-1270
9 years ago
Rich Harris 2cd495739f
Merge pull request #1314 from sveltejs/gh-1269
9 years ago
Rich-Harris 6ef808c941 support custom events on <:Window> - fixes #1268
9 years ago
Rich-Harris ee01fb58c6 make CSS DCE case-insensitive - fixes #1269
9 years ago
Rich-Harris dfc8462d98 fail validation if bound <select> has dynamic multiple attribute - fixes #1270
9 years ago
Rich-Harris 34bedcc299 deconflict against inherited contexts - fixes #1275
9 years ago
Rich-Harris 029e952171 treat component events the same as element events - fixes #1278
9 years ago
Rich Harris 8717ff8c3c
Merge pull request #1310 from sveltejs/gh-1300
9 years ago
Rich-Harris d6b8ca3fdb bail out of CSS optimisations on encountering spread - fixes #1300
9 years ago
Rich-Harris dd247447c0 ensure correct order of DOM insertions with neighbouring keyed each blocks - fixes #1306
9 years ago
Rich-Harris ee7f6769c4 spread on dynamic component - fixes #1307
9 years ago
Rich-Harris 304a0e8282 merge master -> gh-1257
9 years ago
Rich Harris 0c9d703948
Merge pull request #1298 from sveltejs/gh-795
9 years ago
Rich Harris f27b29d5cb
Merge pull request #1289 from sveltejs/gh-195
9 years ago
Rich-Harris 7c47cc19f7 handle boolean attributes
9 years ago
Rich-Harris c0287f2080 include warnings in stats object
9 years ago
Rich-Harris a5d5a6c952 add lifecycle hooks
9 years ago
Rich-Harris 788aa89b41 add stats tests, handle imports
9 years ago
Rich-Harris 9092b1c58a dont generate test output if no css
9 years ago
Rich-Harris 00877e8ebd output { js, css, ast } from svelte.compile - fixes #795
9 years ago
Rich-Harris 5980f0752c fix element spread SSR
9 years ago
Rich-Harris 36290cb6cd component spread
9 years ago
Rich-Harris 5a45b0e7b4 tidy up/notes to self
9 years ago
Rich Harris 47da7d1ed6
Merge pull request #1295 from sveltejs/each-block-keyed-empty
9 years ago
Rich-Harris 6e5523cb89 Revert "fix handler in-place"
9 years ago
Rich-Harris e585ccf242 Merge branch 'custom-event-teardown' of https://github.com/ekhaled/svelte into ekhaled-custom-event-teardown
9 years ago
ekhaled 6ebf46ad67 fix handler in-place
9 years ago
Rich-Harris 50ed9252de handle empty each blocks
9 years ago
Rich-Harris 01a10d9511 argh, need a precommit check for this
9 years ago
Rich-Harris 2c670a43ac allow keyed each block to have static content - fixes #1291
9 years ago
ekhaled 298a339df9 add dev mode warning when teardown is returned instead of destroy
9 years ago
ekhaled b8c0ab2949 support both destroy and teardown in custom event handlers
9 years ago
Rich-Harris 40cf29b2b7 basic attribute spreading on elements
9 years ago
Josh Duff 864fd313bb Accept backtick string literals in tag/props properties
9 years ago
Josh Duff e81fb88f41 Fix backtick string literals not being recognized for the svg property
9 years ago
Rich-Harris 3f32be8c04 Merge branch 'master' into mrkishi-spread
9 years ago
Conduitry 7b6f206003 fix assembly of initial state object
9 years ago
Rich-Harris 416fc0c81b include spread with other attributes
9 years ago
Rich-Harris d0c696bb2b merge master -> mrkishi-spreadh
9 years ago
Rich Harris c9435fc87f
Merge pull request #1279 from jacwright/action-this
9 years ago
Rich Harris 48643ca3ea
Merge pull request #1280 from sveltejs/dynamic-component-mount-ref
9 years ago
Luke Edwards a412f11907 update test samples’ expectants
9 years ago
Conduitry d3451a530f when mounting dynamic components, set ref if required
9 years ago
Jacob Wright 297ee65737 Make tests work when running all of them together.
9 years ago
Jacob Wright 9b0a884035 Make actions execute with the component context
9 years ago
Rich Harris e77988b195
Merge pull request #1247 from jacwright/behaviors
9 years ago