You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,12 @@
3
3
## 1.6.0-dev
4
4
5
5
* Enhancements
6
-
* Default the window that is reloaded to `:parent` instead of `:top` to avoid conflicts with dev tools
6
+
* Change the default target window to `:top` to not reload the whole page if a Phoenix app is shown inside an iframe. You can get the old behavior back by setting the `:target_window` option to `:top`:
7
+
```elixir
8
+
config :phoenix_live_reload, MyAppWeb.Endpoint,
9
+
target_window::top,
10
+
...
11
+
```
7
12
*Add support for `__RELATIVEFILE__` for invoking editors
0 commit comments