Commit Graph

132 Commits (5d84a93c99e750a102e5a659dc7a545d3a0ca79c)

Author SHA1 Message Date
Rich Harris 5d84a93c99 shorten each block var names 8 years ago
Rich Harris 4f1d48c4a6 more readable each block values 8 years ago
Rich Harris 74d84d81e9 remove incorrect argument 8 years ago
Rich Harris 3b68d1f5dc update tests 8 years ago
Rich Harris 6b70825ac3 Merge pull request from sveltejs/remove-is-initial 8 years ago
Rich Harris 21f6dd8cef Merge branch 'master' into static-components 8 years ago
Rich Harris bd282df921 remove version numbers from snapshot tests 8 years ago
Rich Harris e2ef1fdb96 dont update components with only static bindings 8 years ago
Rich Harris 4d6e95d799 update snapshot tests 8 years ago
Rich Harris b1cbffece6 remove excess parentheses 8 years ago
Rich Harris 33dbc18a10 merge master -> shared-init 8 years ago
Rich Harris 0b71a93779 update tests 8 years ago
Rich Harris bd002f94bc extract some shared init logic 8 years ago
Rich Harris 1d34bd886e put version comment above imports 8 years ago
Rich Harris 6e57fa3ced add debugging comments 8 years ago
Rich Harris fbbaff5404 typo 8 years ago
Rich Harris 770c14955d escape shadow DOM CSS - fixes 8 years ago
P 072f541855 Change let -> var, solves 8 years ago
Rich Harris bf3afe955c Merge pull request from sveltejs/nightmare 8 years ago
Rich Harris ef2a2b329a use nightmare to test custom element stuff 8 years ago
Rich Harris d75ab8544e remove requestAnimationFrame stuff, convert time ranges to {start, end} objects 8 years ago
Rich Harris 1a99c515ff add snapshot test for 8 years ago
Rich Harris 073cbc0460 update some tests 8 years ago
Rich Harris 5e325d5a87 remove redundant input blowback guard - closes 8 years ago
Rich Harris e993ae0748 more consistent style for generated code 8 years ago
Rich Harris 81a04ad86c merge master -> gh-797 8 years ago
Rich Harris 7401590fba Merge branch 'master' into gh-797 8 years ago
Rich Harris 2380109f15 handly directly instantiated custom elements, and slots 8 years ago
Rich Harris 186b770ef4 use helper for setting styles 8 years ago
Rich Harris 824998fdaa update tests 8 years ago
Rich Harris f5f35b5a50 scoped styles 8 years ago
Rich Harris 29fc3e5169 update tests 8 years ago
Rich Harris afe3e2e669 basic custom element generation () 8 years ago
Rich Harris d54d00cac1 handle url(...) and quoted values 8 years ago
Rich Harris 228a7808ac optimize style attributes 8 years ago
Rich Harris f5958584d9 dont noop set/get until after component is destroyed (fixes ) 8 years ago
Rich Harris 6499d4714d only use noscript if necessary 8 years ago
Rich Harris 5f5f09b94e update snapshot tests 8 years ago
Andrew Worcester caa67b5325 updated tests to reflect anchor change 8 years ago
Rich Harris f7b829820f add legacy option, use it for setInputType () 8 years ago
Rich Harris 8818357fc4 tidy up 8 years ago
Rich Harris 3daa7aa6b3 we can now do changed.foo instead of "foo" in changed - is faster and smaller 8 years ago
Rich Harris f31c206b73 tidy up, dedupe a bit 8 years ago
Rich Harris 4dd5fc5594 apply optimisation to raw tags 8 years ago
Rich Harris 5636506fc0 update tests 8 years ago
Rich Harris 427a0b5925 update tests 8 years ago
Rich Harris 9b9aa0416f make errors easier to track down 8 years ago
Rich Harris fd3792bd60 replace destroy with noop on destroy 8 years ago
Rich Harris 44b73191c7 update tests 8 years ago
Rich Harris 86fb0e4ced handle set after destroy, and move destroy into shared helpers 8 years ago