mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 20:03:31 +03:00
Add changelog entry.
This commit is contained in:
parent
4c2eee17d5
commit
919e69a0ee
@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
using `Pages.Platform.application` which is part of the published Elm package. So now it's easier to browse the docs.
|
using `Pages.Platform.application` which is part of the published Elm package. So now it's easier to browse the docs.
|
||||||
You pass in some internal data from the generated `Pages.elm` module now by including
|
You pass in some internal data from the generated `Pages.elm` module now by including
|
||||||
this in the application config record: `Pages.Platform.application { internals = Pages.internals, ... <other fields> }`.
|
this in the application config record: `Pages.Platform.application { internals = Pages.internals, ... <other fields> }`.
|
||||||
|
- Add init argument and user Msg for initial PagePath and page changes (see [#4](https://github.com/dillonkearns/elm-pages/issues/4)).
|
||||||
|
|
||||||
|
|
||||||
## [1.0.1] - 2019-11-04
|
## [1.0.1] - 2019-11-04
|
||||||
|
Loading…
Reference in New Issue
Block a user