Thomas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/app-routing.module.ts
|
|
@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Optimized the data management for historical data |
|
|
|
- Optimized the exchange rate service |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Restored the scroll position when opening a new page |
|
|
|
|
|
|
|
## 0.85.0 - 16.04.2021 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
@ -81,7 +81,8 @@ const routes: Routes = [ |
|
|
|
{ |
|
|
|
preloadingStrategy: ModulePreloadService, |
|
|
|
// enableTracing: true // <-- debugging purposes only
|
|
|
|
relativeLinkResolution: 'legacy' |
|
|
|
relativeLinkResolution: 'legacy', |
|
|
|
scrollPositionRestoration: 'enabled' |
|
|
|
} |
|
|
|
) |
|
|
|
], |
|
|
|