Start upgrade notes document.

This commit is contained in:
Dillon Kearns 2022-03-25 09:03:30 -07:00
parent 9e498ca93b
commit dedf4edfb9

10
docs/3.0-upgrade-notes.md Normal file
View 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