remove breaking change notice

pull/10408/head
Rich Harris 3 years ago
parent 292214b358
commit c98b2fc013

@ -90,10 +90,6 @@ Various error and warning codes have been renamed slightly.
The number of valid namespaces you can pass to the compiler option `namespace` has been reduced to `html` (the default), `svg` and `foreign`.
### beforeUpdate change
`beforeUpdate` no longer runs twice on initial render if it modifies a variable referenced in the template.
### `contenteditable` behavior change
If you have a `contenteditable` node with a corresponding binding _and_ a reactive value inside it (example: `<div contenteditable=true bind:textContent>count is {count}</div>`), then the value inside the contenteditable will not be updated by updates to `count` because the binding takes full control over the content immediately and it should only be updated through it.

Loading…
Cancel
Save