Commit Graph

1210 Commits (90a372ebf3243b799a4fa52bf3af132725869aed)

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