Commit Graph

1990 Commits (7643b9f31f067fcd05c05486b2e70c50e3e09328)
 

Author SHA1 Message Date
Rich Harris 93e58bac48 Merge pull request #1046 from sveltejs/gh-1044
9 years ago
Rich Harris e323373c08 fix toString method in SSR output - closes #1044
9 years ago
Rich Harris d6d4db48da -> v1.49.2
9 years ago
Rich Harris 747a32f983 Merge pull request #1045 from sveltejs/gh-967
9 years ago
Rich Harris ba2695174c Merge branch 'master' of github.com:sveltejs/svelte
9 years ago
Rich Harris 721cf679aa tweak error wording slightly
9 years ago
Rich Harris 1f55e2b869 remove store.umd.js from version control
9 years ago
Rich Harris 877307d7c5 update pkg.files
9 years ago
Rich Harris 05f4d22b0f add store.umd.js - fixes #967
9 years ago
Rich Harris db704f5745 Merge pull request #1036 from scottbedard/patch-2
9 years ago
Scott Bedard e481c11b82 Side step a blog routing issue
9 years ago
Emil Ajdyna 2523e47180 Check against this usage in computed functions
9 years ago
Rich Harris 8e9204b7c8 Merge pull request #1030 from alexnoz/patch-1
9 years ago
Alex Nozdriukhin 4cc1ce73a2 Remove unnecessary 'const' assignment
9 years ago
Rich Harris 92f5433706 -> v1.49.1
9 years ago
Rich Harris 50b97fd78c Merge pull request #1029 from sveltejs/gh-1028-followup
9 years ago
Rich Harris f639bbed42 get store() to work with nested components in SSR compiler
9 years ago
Rich Harris 98fa1cd13c -> v1.49.0
9 years ago
Rich Harris 28e3ecdb3e can just use options here
9 years ago
Rich Harris 0f5dfdff9a Merge pull request #1028 from emilos/master
9 years ago
Emil Ajdyna 8609956e22 Add state() method handling for components
9 years ago
Rich Harris 73a7f0924d -> v1.48.0
9 years ago
Rich Harris bd85fc13fc Merge pull request #1024 from sveltejs/gh-1013
9 years ago
Rich Harris 74982fc202 fix unrelated bug that was causing tests to fail
9 years ago
Rich Harris ee29ee40fe unmount head children correctly
9 years ago
Rich Harris 84b70eac88 server-side <:Head>
9 years ago
Rich Harris 69dab15d8d remove <:Document>, implement <:Head> on client-side
9 years ago
Rich Harris 7d38f2d1e1 Merge pull request #1021 from sveltejs/gh-1015
9 years ago
Rich Harris 19f5a9fa86 Merge pull request #1023 from emilos/public-root
9 years ago
Rich Harris a43e64acc2 remove copy pasta
9 years ago
Rich Harris 7c01ab2cb7 deprecate renderCss
9 years ago
Rich Harris 286e4350d4 generate title in SSR compiler
9 years ago
Rich Harris 69a9fe042e deconflict properly
9 years ago
Rich Harris f0055e555b change server-side render method signature
9 years ago
Rich Harris 2390952973 add new <:Document> meta-component
9 years ago
Conduitry e8e988f3c7 update compiler options in readme
9 years ago
Emil Ajdyna 554145b9ce Expose root as a public property
9 years ago
Rich Harris 7b84607684 -> v1.47.2
9 years ago
Rich Harris e847fd71ca remove unused code
9 years ago
Rich Harris feee1d9c8f implement preload
9 years ago
Rich Harris f5573cd8e8 Merge pull request #1019 from sveltejs/gh-1012
9 years ago
Rich Harris 1600a89b98 Merge pull request #1018 from sveltejs/gh-1014
9 years ago
Rich Harris 3c4d2aa363 Merge pull request #1017 from sveltejs/gh-1007
9 years ago
Rich Harris 48dc90d9f7 remove solo
9 years ago
Rich Harris afcf2aa3f2 deconflict computed properties with arguments to _recompute - fixes #1012
9 years ago
Rich Harris f6995a800b allow await blocks in slots - fixes #1014
9 years ago
Rich Harris de2b1a076e remove unused import
9 years ago
Rich Harris ffdae43b70 allow components without slots to have whitespace as only child - fixes #1007
9 years ago
Rich Harris f855ea830d Merge pull request #1016 from esarbanis/override-toString
9 years ago
Efthymis Sarmpanis 79b9fca5dc Properly override toString in CompileError
9 years ago