Skip to content

Commit

Permalink
Mention raising on duplicate IDs in the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Dec 19, 2024
1 parent 34e2edb commit e2c263d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) 🚀
Expand Down Expand Up @@ -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"`
- `phx-ignore` was renamed to `phx-update="ignore"`

0 comments on commit e2c263d

Please sign in to comment.