-
Delegate LiveView
handle_params/3
. -
Add support for LiveView hooks.
-
Add support for LiveView uploaders.
-
Add support for
:page_title
assign. -
Add
:endpoint_options
option
-
Use state-preserving live reload. (Requires Phoenix LiveView 1.0.0-rc.1+.)
-
Display errors using
Plug.Debugger
.
- Deprecate setting
:router
in favour of:plug
.
-
Use local javascript assets.
-
Update secret key base.
-
Replace
PhoenixPlayground.start_link/1
withstart/1
. -
Fix opening up component definition/caller: set
:debug_heex_annotations
on application boot. -
Add
:child_specs
option to specify additional processes to run in the supervision tree. -
Prevent VM from halting when playground is started.
- Initial release.