Commit Graph

326 Commits (90f6f660e762af36a511b2f8b5f6686c334ec4e3)

Author SHA1 Message Date
Conduitry fc2ecce4ef make test more robust 7 years ago
Conduitry cf3705dc11 add test 7 years ago
Rich Harris 1719a318ad failing test for 7 years ago
Conduitry c481c8d2b3 escape attribute values in SSR 7 years ago
Rich Harris bf25248f9e prevent await blocks using stale state - fixes 7 years ago
Rich Harris ca779a452d
Merge pull request from jacobmischka/fix-destructured-hoisting 7 years ago
Jacob Mischka b5a3e2224d Add audio video volume binding () 7 years ago
Jacob Mischka 31de60ece6
Add destructured context container to usedContexts 7 years ago
Rich Harris 3cd9779b37
Merge pull request from sveltejs/gh-1135 7 years ago
Rich Harris 6f5b6ddda9 Merge branch 'master' into gh-1135 7 years ago
Rich Harris c3bec8f632 Merge branch 'master' into gh-1062-again 7 years ago
Rich Harris 2d0f01e49d change test outcome for uninitialised component bindings inside conditionals 7 years ago
Rich Harris 5e41ecb34a run oncreate functions in sensible order () 7 years ago
Conduitry 0a6ffb769c update jsdom; update `window.performance.now` test shim 7 years ago
Conduitry 94da329305 another stab at ; also fix attribute case in static HTML 7 years ago
Conduitry 57b737b3bc fix handling of boolean attributes in SSR () 7 years ago
James Birtles 6596913da3 addd failing nested store test 7 years ago
Rich Harris 49bc092db6
Merge pull request from sveltejs/gh-1061-b 7 years ago
Rich Harris 2781968e43 be more relaxed about attribute casing - fixes 7 years ago
Rich Harris c1b5bed6d2 fire oncreate handlers for components inside await blocks () 7 years ago
Rich Harris f6e6cb6988 add test to ensure only <, > and & are escaped 7 years ago
Rich Harris d4d7ef9c04 failing tests for 7 years ago
Rich Harris b7d8c49dc8
Merge branch 'master' into gh-1027 7 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes 7 years ago
Rich Harris 146f645502 detect unused/misplaced components - closes 7 years ago
Rich Harris cf7104dbaa fix data references in event handlers inside await-then-catch (fixes ) 7 years ago
Rich Harris 831cc411a1
Merge pull request from sveltejs/gh-1022 7 years ago
Rich Harris 6d9abe2219 reenable tests 7 years ago
Rich Harris 2120a81958 boy do i feel stupid. fixes 7 years ago
Rich Harris 7a8e17779c create initial data for dynamic components in correct place - fixes 7 years ago
Rich Harris f7c540b4ed get store() to work with nested components in SSR compiler 7 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components 7 years ago
Rich Harris 394dec9f11
Merge pull request from sveltejs/gh-1013 7 years ago
Rich Harris 291a0baa16 unmount head children correctly 7 years ago
Rich Harris ed44f7d1fa server-side <:Head> 7 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side 7 years ago
Rich Harris bc505161d1 deconflict properly 7 years ago
Rich Harris 0127f9f0ca change server-side render method signature 7 years ago
Rich Harris e57ddb0503 add new <:Document> meta-component 7 years ago
Rich Harris 6bd410c886 implement preload 7 years ago
Rich Harris bc7ade0bbd
Merge pull request from sveltejs/gh-1012 7 years ago
Rich Harris b252e3378f
Merge pull request from sveltejs/gh-1014 7 years ago
Rich Harris 47b4162759 remove solo 7 years ago
Rich Harris e4d257da1e deconflict computed properties with arguments to _recompute - fixes 7 years ago
Rich Harris 8c7e5b7758 allow await blocks in slots - fixes 7 years ago
Rich Harris 9377331203 allow components without slots to have whitespace as only child - fixes 7 years ago
Rich Harris b83afb0528
await...then shorthand - fixes 7 years ago
Rich Harris 81f449093d
emit dev mode error for bad arguments to set - fixes 7 years ago
Rich Harris d10f7fbdbf
don't add event to expectedProperties - fixes 7 years ago
Rich Harris e20b38e7c0
fix dynamic components inside elements - fixes 7 years ago