From 487fedce6c3c4ef817682c904a17a80989db1cd8 Mon Sep 17 00:00:00 2001 From: Mike Randazzo Date: Thu, 23 Feb 2023 04:46:08 -0800 Subject: [PATCH 1/2] docs: describe that `bind:value` creates a two-way binding (#8311) --------- Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> --- site/content/tutorial/06-bindings/05-textarea-inputs/text.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/site/content/tutorial/06-bindings/05-textarea-inputs/text.md b/site/content/tutorial/06-bindings/05-textarea-inputs/text.md index 42763200c7..d9a08eee91 100644 --- a/site/content/tutorial/06-bindings/05-textarea-inputs/text.md +++ b/site/content/tutorial/06-bindings/05-textarea-inputs/text.md @@ -1,8 +1,7 @@ --- title: Textarea inputs --- - -The ` @@ -14,4 +13,4 @@ In cases like these, where the names match, we can also use a shorthand form: ``` -This applies to all bindings, not just textareas. \ No newline at end of file +This applies to all bindings, not just textareas. From ba8f979f03da248aa081c7208e0bfcaf63b73a06 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:49:49 +0100 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f240db6dce..c4ea2fbe7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ * Detect unused empty attribute CSS selectors ([#8042](https://github.com/sveltejs/svelte/issues/8042)) * Simpler output for reactive statements if dependencies are all static ([#7942](https://github.com/sveltejs/svelte/pull/7942)) * Flush remaining `afterUpdate` calls before `onDestroy` ([#7476](https://github.com/sveltejs/svelte/issues/7476)) +* Check value equality for `input` types `url` and `search` ([#7027](https://github.com/sveltejs/svelte/issues/7027)) +* Compute node dimensions directly before crossfading ([#4111](https://github.com/sveltejs/svelte/issues/4111)) +* Add `readonly` method to convert `writable` store to readonly ([#6518](https://github.com/sveltejs/svelte/pull/6518)) +* Ensure `bind:offsetHeight` updates initially ([#4233](https://github.com/sveltejs/svelte/issues/4233)) ## 3.55.1