forked from poole/hyde
-
Notifications
You must be signed in to change notification settings - Fork 809
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
52 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Service Release 8.5 | ||
image: /assets/img/blog/louis-hansel.jpg | ||
description: > | ||
Service release 8.5 includes a number of obvious improvements made possible by changes in the way the web works. | ||
--- | ||
|
||
Service release 8.5 includes a number of obvious improvements made possible by changes in the way the web works. | ||
|
||
## Better Dark Mode | ||
This service release includes a major improvement to dark mode, which is now matching the operating system's default. This is already possible in Safari, and just this week a new version of Chrome shipped with this feature as well. | ||
|
||
## Better Cover Pages | ||
Scrolling on a cover page will now close the drawer. This makes the cover page much more useable since it will no longer confuse to new visitors. This is especially true for desktops, where swiping horizontally isn't a typical interaction pattern. | ||
A future version of Hydejack could link the extension of the drawer the the scroll position, similar to how many marketing sites work these days. | ||
|
||
## Better Font Loading | ||
The awkward JS-based font loading mechanism is gone and now replaced by `font-display: swap`. Support for this in Google Fonts landed earlier this year and is now used by Hydejack. As a side effect, fonts are now properly displayed in IE11 again, greatly improving backwards compatibility of the theme. | ||
|
||
There are many more smaller changes and bugfixes. As always, yo can read the full patch notes in the [CHANGELOG](../../CHANGELOG.md){:.heading.flip-title}. | ||
|
||
## What's Next? | ||
8.6 will include a rewrite of the drawer, dynamic page loading, and image lazy-loading components. These are new written with TypeScript and [LitElement](https://lit-element.polymer-project.org) for better code quality, browser integration, and future-proofness. The rewrites also include many bug fixes and performance improvements. | ||
|
||
While I would also like to do a v9 (and accompanying price hike), most of the work I've done on it is now on the 8.5 and 8.6 tracks. |