You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/packages/svelte/tests/server-side-rendering/samples
Elliott Johnson c86c4fdca1
feat: Add CSP support for `hydratable` (#17338)
1 week ago
..
async-children fix: wrap async `children` in `$$renderer.async` (#16862) 3 months ago
async-context-throws-after-await feat: `hydratable` (#17154) 4 weeks ago
async-directive-with-spreading fix: async `class:` + spread attributes were compiled into sync server-side code (#16834) 3 months ago
async-each-fallback-hoisting feat: async SSR (#16748) 3 months ago
async-each-hoisting feat: async SSR (#16748) 3 months ago
async-head-multiple-title-order-preserved feat: async SSR (#16748) 3 months ago
async-html-tag fix: allow `{@html await ...}` and async snippets on the server (#16817) 3 months ago
async-if-alternate-hoisting feat: async SSR (#16748) 3 months ago
async-if-const fix: allow await in if block consequent and alternate (#16890) 2 months ago
async-if-hoisting feat: async SSR (#16748) 3 months ago
async-nullish-pending-snippet fix: check boundary `pending` attribute at runtime on server (#16855) 3 months ago
async-option-implicit-complex-value feat: async SSR (#16748) 3 months ago
async-option-implicit-simple-value feat: async SSR (#16748) 3 months ago
async-select-value-component feat: async SSR (#16748) 3 months ago
async-select-value-implicit-value feat: async SSR (#16748) 3 months ago
async-select-value-implicit-value-complex feat: async SSR (#16748) 3 months ago
async-snippet fix: allow `{@html await ...}` and async snippets on the server (#16817) 3 months ago
async-svelte-boundary fix: allow await in svelte boundary without pending (#16857) 3 months ago
attribute-boolean breaking: init Svelte 5 2 years ago
attribute-dynamic breaking: init Svelte 5 2 years ago
attribute-escape-quotes-spread-2 breaking: init Svelte 5 2 years ago
attribute-escaped-quotes breaking: init Svelte 5 2 years ago
attribute-escaped-quotes-spread breaking: init Svelte 5 2 years ago
attribute-spread-hidden fix: correct wrong fix, get test to actually do something (#16779) 3 months ago
attribute-spread-with-null breaking: warn on self-closing non-void HTML tags (#11114) 2 years ago
attribute-static breaking: init Svelte 5 2 years ago
bindings breaking: init Svelte 5 2 years ago
bindings-empty-string breaking: init Svelte 5 2 years ago
bindings-group breaking: init Svelte 5 2 years ago
bindings-readonly breaking: init Svelte 5 2 years ago
bindings-zero breaking: init Svelte 5 2 years ago
boundary-pending-prop-async fix: generate correct SSR code for the case where `pending` is an attribute (#16919) 2 months ago
comment breaking: init Svelte 5 2 years ago
comment-preserve fix: remove outer hydration markers (#16800) 3 months ago
component breaking: init Svelte 5 2 years ago
component-binding breaking: init Svelte 5 2 years ago
component-binding-renamed breaking: init Svelte 5 2 years ago
component-data-dynamic breaking: init Svelte 5 2 years ago
component-data-empty breaking: init Svelte 5 2 years ago
component-refs breaking: init Svelte 5 2 years ago
component-refs-and-attributes breaking: init Svelte 5 2 years ago
component-with-different-extension breaking: init Svelte 5 2 years ago
component-yield breaking: init Svelte 5 2 years ago
computed breaking: init Svelte 5 2 years ago
constructor-prefer-passed-context breaking: init Svelte 5 2 years ago
context feat: async SSR (#16748) 3 months ago
csp-config-error feat: Add CSP support for `hydratable` (#17338) 1 week ago
csp-hash feat: Add CSP support for `hydratable` (#17338) 1 week ago
csp-nonce feat: Add CSP support for `hydratable` (#17338) 1 week ago
css chore: generate CSS hash using the filename (#16740) 3 months ago
css-empty feat: universal injected css (#12374) 1 year ago
css-injected-options chore: generate CSS hash using the filename (#16740) 3 months ago
css-injected-options-minify chore: generate CSS hash using the filename (#16740) 3 months ago
css-injected-options-nested chore: generate CSS hash using the filename (#16740) 3 months ago
default-data breaking: init Svelte 5 2 years ago
default-data-override breaking: init Svelte 5 2 years ago
destructure-state fix: destructuring state in ssr (#16102) 7 months ago
destructure-state-iterable fix: destructuring state in ssr (#16102) 7 months ago
directives breaking: init Svelte 5 2 years ago
dynamic-element-string breaking: disallow string literal values in `<svelte:element this="...">` (#11454) 2 years ago
dynamic-element-variable breaking: init Svelte 5 2 years ago
dynamic-text breaking: init Svelte 5 2 years ago
dynamic-text-escaped breaking: init Svelte 5 2 years ago
each-block breaking: init Svelte 5 2 years ago
each-body-async fix: generate correct code for `each` blocks with async body (#16923) 2 months ago
empty-elements-closed breaking: init Svelte 5 2 years ago
entities breaking: init Svelte 5 2 years ago
head-component-props-id fix: correctly ssr component in `svelte:head` with `$props.id()` or `css='injected'` (#15291) 10 months ago
head-html-and-component feat: universal injected css (#12374) 1 year ago
head-meta-hydrate-duplicate fix: remove outer hydration markers (#16800) 3 months ago
head-multiple-title chore: add explicit renderer.head method (#16796) 3 months ago
head-no-duplicates-with-binding feat: universal injected css (#12374) 1 year ago
head-raw-elements-content fix: missing classes after dynamic expressions in class attributes (#11134) 2 years ago
head-svelte-components-raw-content fix: remove outer hydration markers (#16800) 3 months ago
head-title feat: universal injected css (#12374) 1 year ago
helpers breaking: init Svelte 5 2 years ago
hydratable-clobbering feat: `hydratable` (#17154) 4 weeks ago
hydratable-clobbering-but-ok feat: `hydratable` (#17154) 4 weeks ago
hydratable-clobbering-complicated feat: `hydratable` (#17154) 4 weeks ago
hydratable-unserializable fix: Don't crash on `hydratable` serialization failures (#17315) 2 weeks ago
if-block-false breaking: init Svelte 5 2 years ago
if-block-true breaking: init Svelte 5 2 years ago
import-non-component breaking: init Svelte 5 2 years ago
invalid-nested-svelte-element feat: `hydratable` (#17154) 4 weeks ago
legacy-imports fix: allow imports from `svelte/legacy` in SSR (#13523) 1 year ago
option-scoped-class fix: SSR scoped classes for <select value> elements (#16821) 3 months ago
raw-mustaches breaking: init Svelte 5 2 years ago
reactivity-window fix: correctly handle ssr for `reactivity/window` (#14681) 1 year ago
sanitize-name breaking: init Svelte 5 2 years ago
select-value feat: ssr select value (#16017) 7 months ago
select-value-bind-store fix: `bind:value` to select with stores (#16028) 7 months ago
select-value-component feat: ssr select value (#16017) 7 months ago
select-value-implicit-value feat: ssr select value (#16017) 7 months ago
select-value-implicit-value-complex feat: ssr select value (#16017) 7 months ago
select-value-scoped-class fix: SSR scoped classes for <select value> elements (#16821) 3 months ago
spread-attributes breaking: init Svelte 5 2 years ago
spread-attributes-boolean breaking: init Svelte 5 2 years ago
spread-attributes-white-space breaking: init Svelte 5 2 years ago
static-div breaking: init Svelte 5 2 years ago
static-text breaking: init Svelte 5 2 years ago
store-init-props fix: allow store as initial value for props in ssr (#12885) 1 year ago
text-area-bind breaking: init Svelte 5 2 years ago
textarea-children breaking: init Svelte 5 2 years ago
textarea-value breaking: init Svelte 5 2 years ago
triple breaking: init Svelte 5 2 years ago