From e2c263d3d69b4047e1d0dc50e519b7a0fdacd26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 19 Dec 2024 14:36:58 +0100 Subject: [PATCH] Mention raising on duplicate IDs in the CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a87834c..d95891962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -115,6 +115,7 @@ generated user module: ## 1.0.1 (2024-12-13) ### Bug fixes +* Raise when duplicate DOM IDs are found when rendering a LiveView during tests to avoid undefined behaviour * Fix live session verification causing logged errors, push_patch failures, and failed mounts when a cold deploy occurs ## 1.0.0 (2024-12-03) 🚀 @@ -1849,4 +1850,4 @@ let liveSocket = new LiveSocket("/live", Socket, {...}) - Add control over the DOM patching via `phx-update`, which can be set to `"replace"`, `"append"`, `"prepend"` or `"ignore"` ### Backwards incompatible changes - - `phx-ignore` was renamed to `phx-update="ignore"` \ No newline at end of file + - `phx-ignore` was renamed to `phx-update="ignore"`