Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Jan 21, 2025
1 parent cde2804 commit 604d12e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ generated user module:
if valid_password?(changeset.data, password) do
```

## 1.0.3

### Bug fixes
* Fix LiveComponents in nested LiveViews not updating under certain conditions ([#3626](https://github.com/phoenixframework/phoenix_live_view/issues/3626))
* Fix client-side hooks not being cleared properly ([#3628](https://github.com/phoenixframework/phoenix_live_view/issues/3628))

## 1.0.2 (2025-01-09)

### Bug fixes
Expand Down

0 comments on commit 604d12e

Please sign in to comment.