Update changelogs.

This commit is contained in:
Dillon Kearns 2020-02-03 12:18:30 -08:00
parent e7dfab4cb2
commit 1afe0c6262
2 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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