mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 11:55:41 +03:00
Update changelogs.
This commit is contained in:
parent
e7dfab4cb2
commit
1afe0c6262
@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.0.2] - 2020-02-03
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed an issue where "Missing content" message flashed for the root page.
|
||||||
|
- Scroll up to the top of the page on page navigations (Elm's core Browser.application doesn't do this automatically). This change
|
||||||
|
preserves the behavior for navigating to anchor links, so you can still go to a fragment and it will take you to the appropriate part
|
||||||
|
of the page without scrolling to the top in those cases.
|
||||||
|
|
||||||
## [3.0.1] - 2020-01-30
|
## [3.0.1] - 2020-01-30
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.2.6] - 2020-02-03
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Only serve up the root route's HTML as a fallback when you're offline. This fixes the flash of root page content
|
||||||
|
when you are online. When you're offline, you will currently still see the root page flash when you load a page,
|
||||||
|
but you will be able to navigate to any cached pages as long as their content.json is in the service worker cache.
|
||||||
|
|
||||||
## [1.2.5] - 2020-01-31
|
## [1.2.5] - 2020-01-31
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
Loading…
Reference in New Issue
Block a user