- Fix warning when using elixir v1.17
- Relax Phoenix.HTML dependency
- Fix regression where directories were not being tracked for new files
- Undeprecate
Phoenix.View.render_layout/4
- Extract
Phoenix.Template
to a separete dependency:phoenix_template
- Document replacing
Phoenix.View
withPhoenix.Component
- Deprecate
Phoenix.View.render_layout/4
in favor ofPhoenix.Component
with slots instead
- Fix dialyzer warnings on
template_not_found
- Add compile-time dependencies to template engines
- Do not add compile time dependencies on arguments given to Phoenix.View and Phoenix.Template
- Soft-deprecate
render_existing/3
in favor offunction_exported?/3
checks
- Initial release