Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Feb 27, 2025
1 parent 081ecd8 commit 457e477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ generated user module:
### Bug fixes
* Fix `JS.exec` failing when a selector is passed ([#3678](https://github.com/phoenixframework/phoenix_live_view/pull/3678))
* Fix race conditions when testing a live upload that redirects in the progress callback ([#3676](https://github.com/phoenixframework/phoenix_live_view/pull/3676))
* Revert bug fix that changed the behavior of chained JS.show/hide/toggle calls that relied on a previous call not being completed yet. Note: this breaks JS.focus() on mobile Safari again. The change will be included in 1.1. (See [#3653](https://github.com/phoenixframework/phoenix_live_view/issues/3563), [#3657](https://github.com/phoenixframework/phoenix_live_view/pull/3657), [#3675](https://github.com/phoenixframework/phoenix_live_view/issues/3675))
* Fix streams in sticky LiveView being reset under some circumstances when another LiveView also contains a stream ([#3681](https://github.com/phoenixframework/phoenix_live_view/issues/3681))
* Fix recursively locked elements not being correctly patched on unlock ([#3684](https://github.com/phoenixframework/phoenix_live_view/issues/3684))
* Fix JS.show/hide/toggle behavior while also fixing JS.focus() on Mobile Safari ([#3692](https://github.com/phoenixframework/phoenix_live_view/pull/3692))

### Enhancements
* Detect infinite patch redirect loops and raise an error ([#3670](https://github.com/phoenixframework/phoenix_live_view/pull/3670))
Expand Down

0 comments on commit 457e477

Please sign in to comment.