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
- Bump phoenix ~> 1.8, phoenix_live_view ~> 1.1, y_ex ~> 0.10.2,
oban ~> 2.20, phoenix_storybook ~> 1.0, mix_test_watch ~> 1.4
- Add lazy_html test dependency (required by LiveView 1.1)
- Add :phoenix_live_view compiler to mix.exs compilers list
- Migrate ErrorView to format-specific ErrorHTML and ErrorJSON modules
to match Phoenix 1.7+ conventions; update render_errors config and
all put_view call sites across controllers and plugs
- Remove dead live routes for SettingsLive.Index and JobLive.Index
that LiveView 1.1 now validates at compile time
0 commit comments