Skip to content

Commit bb01816

Browse files
committed
update changelog
1 parent 08513f5 commit bb01816

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

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

115+
## 1.0.5
116+
117+
### Bug fixes
118+
* Fix `JS.exec` failing when a selector is passed ([#3678](https://github.com/phoenixframework/phoenix_live_view/pull/3678))
119+
* Fix race conditions when testing a live upload that redirects in the progress callback ([#3676](https://github.com/phoenixframework/phoenix_live_view/pull/3676))
120+
121+
### Enhancements
122+
* Detect infinite patch redirect loops and raise an error ([#3670](https://github.com/phoenixframework/phoenix_live_view/pull/3670))
123+
115124
## 1.0.4 (2025-02-04)
116125

117126
### Bug fixes

0 commit comments

Comments
 (0)