mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 11:55:41 +03:00
Start upgrade notes document.
This commit is contained in:
parent
9e498ca93b
commit
dedf4edfb9
10
docs/3.0-upgrade-notes.md
Normal file
10
docs/3.0-upgrade-notes.md
Normal file
@ -0,0 +1,10 @@
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user