Commit Graph

183 Commits (d0be845190ca1311c6f45b4f645fe8c741eeaa79)

Author SHA1 Message Date
Rich Harris 728d2fa9fb deconflict referenced globals - fixes #1079
7 years ago
Rich Harris 6ccc7b812b reuse timeout function
7 years ago
Rich Harris 297ea67ebe lock scroll bindings to allow tweening - fixes #1071
7 years ago
Rich Harris 976c278d37 prevent main fragment being created twice - fixes #1063
7 years ago
Rich Harris a8f7d57c3a only optimise <title> inside <:Head>
7 years ago
Rich Harris b7d8c49dc8
Merge branch 'master' into gh-1027
7 years ago
Rich Harris 1f31ba52c3 dont create text nodes inside <:Head> - fixes #1026
7 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes #1027
7 years ago
Rich Harris f8362fe5fb fix toString method in SSR output - closes #1044
7 years ago
Rich Harris ca7e90083e can just use options here
7 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components
7 years ago
Rich Harris 394dec9f11
Merge pull request #1024 from sveltejs/gh-1013
7 years ago
Rich Harris 8a3898c6cb fix unrelated bug that was causing tests to fail
7 years ago
Rich Harris ed44f7d1fa server-side <:Head>
7 years ago
Rich Harris ca6a4a7708
Merge pull request #1021 from sveltejs/gh-1015
7 years ago
Rich Harris 22ba8f74ca deprecate renderCss
7 years ago
Rich Harris 0127f9f0ca change server-side render method signature
7 years ago
Emil Ajdyna fadeeaf177 Expose root as a public property
7 years ago
Rich Harris 6bd410c886 implement preload
7 years ago
Rich Harris 797165b5a8
trim SSR'd output more intelligently - fixes #998
7 years ago
Rich Harris c799230164
don't use dataset with svg elements - fixes #995
7 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
7 years ago
Rich Harris 8a0813e96b SSR await-then-catch
7 years ago
Rich Harris 945d8ce526 store bindings
7 years ago
Rich Harris be68cd9de2 use store in SSR mode
7 years ago
Rich Harris 75e911b05a update snapshot tests
7 years ago
Rich Harris dc154987da remove whitespace around <:Window/> - fixes #943
7 years ago
Rich Harris 0a01aa0243
Increase code coverage
7 years ago
Rich Harris 51901442c9
attach globals to state object on initialisation
7 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
7 years ago
Rich Harris 4411ab116e update snapshot tests
7 years ago
Rich Harris 0a4e795498
Merge pull request #921 from sveltejs/gh-917
7 years ago
esarbanis ea3f58a786 Use el.dataset.foo = bar instead of setAttribute(el, 'data-foo', bar)
7 years ago
Rich Harris fb675fd5e3 update snapshot tests
7 years ago
Rich Harris f659fd8391 remove unused _yield property
7 years ago
Conduitry 2800b5cacc update tests
7 years ago
Rich Harris 1dc4882183 merge master -> no-template-iife
7 years ago
Rich Harris d27e4734d5 Merge branch 'master' into short-method-names
7 years ago
Rich Harris 6436886500 exclude irrelevant stuff from SSR output
7 years ago
Rich Harris 4dbfc65e74 fix indentation, update snapshot tests
7 years ago
Rich Harris fcf2b03ba6 take template object out of IIFE
7 years ago
Rich Harris 94e280e430 merge master -> gh-23
7 years ago
Rich Harris dabc2d1fdf dont wrap ESM in IIFE
7 years ago
Rich Harris 2da0e252c7 merge master => iife
7 years ago
Rich Harris 2b2a1b40ce use short method names
7 years ago
Rich Harris c8f094cf80 remove unused destroyEach and destroy arguments
7 years ago
Rich Harris 1f9fc04d27 simplify module wrapping
7 years ago
Rich Harris fdd7ac71c2 Merge branch 'master' into iife
7 years ago
Rich Harris cf56c0ba04 Merge branch 'master' into gh-23
7 years ago
Rich Harris 5d84a93c99 shorten each block var names
7 years ago