Sourced from phoenix_live_reload's changelog.
1.6.0 (2025-04-10)
Enhancements
- Add support for
__RELATIVEFILE__when invoking editors- Change the default target window to
:parentto 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_windowoption to:top:config :phoenix_live_reload, MyAppWeb.Endpoint, target_window: :top, ...Bug fixes
- Inject iframe if web console logger is enabled but there are no patterns
- Allow web console to shutdown cleanly
f129710
Release v1.6.095c956e
show code example in 1.6 changelogbd16ec6
Update CHANGELOGe1b5d4a
Default window to parenta685ccf
Add README.md and CHANGELOG.md to the docs (#168)e9160bd
Add support for RELATIVEFILE (#166)bbc6262
Merge pull request #165
from phoenixframework/sd-gitlab-ci9c6b6a4
fix test for Elixir < 1.15, format86a7194
add gitlab cif2fdba5
Fix typo again, appplication -> application (#163)