Skip to content

Commit 95c956e

Browse files
committed
show code example in 1.6 changelog
1 parent bd16ec6 commit 95c956e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
## 1.6.0-dev
44

55
* 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+
```
712
* Add support for `__RELATIVEFILE__` for invoking editors
813

914
* Bug fixes

0 commit comments

Comments
 (0)