Skip to content

Commit a757b81

Browse files
committed
update changelog
1 parent 5200ace commit a757b81

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@ generated user module:
112112
if valid_password?(changeset.data, password) do
113113
```
114114

115+
## 1.0.4
116+
117+
### Bug fixes
118+
* Fix elements with `phx-remove` inside sticky LiveViews being unintentionally removed on navigation ([#3658](https://github.com/phoenixframework/phoenix_live_view/issues/3658))
119+
* Fix `phx-click-loading` not being removed from links in sticky LiveViews ([#3656](https://github.com/phoenixframework/phoenix_live_view/issues/3656))
120+
* Fix `Phoenix.LiveView.JS.focus/2` and `Phoenix.LiveView.JS.focus_first/2` not properly focusing elements on Mobile Safari ([#3563](https://github.com/phoenixframework/phoenix_live_view/issues/3563))
121+
115122
## 1.0.3 (2025-01-28)
116123

117124
### Bug fixes

0 commit comments

Comments
 (0)