elm-pages-v3-beta/docs/3.0-upgrade-notes.md

11 lines
320 B
Markdown
Raw Normal View History

2022-03-25 19:03:30 +03:00
# 3.0 Upgrade Notes
## `Shared.elm`
- Change `Cmd Msg` to `Effect Msg`
- `init` no longer passes in `Maybe Browser.Navigation.Key` - instead, `Effect.toCmd` receives the `Browser.Navigation.Key`
## Page -> RouteBuilder
- `buildWithLocalState` no longer receives `Maybe Browser.Navigation.Key` - use `Effect` instead