Releases: GoogleChromeLabs/pwacompat
Releases · GoogleChromeLabs/pwacompat
August 2020
August 2020
- Uses the correct icons for "any" or "maskable" purposes (if no purpose is specified, "any" is assumed).
- Fixes a release issue which included the global
$jscomp
var.
May 2020
May 2020
May 2020
April 2020
- Supports customizing the font used for splash screen generation via the
--pwacompat-splash-font
CSS Variable. It must be available on the style of the<link rel="manifest" />
element.
November 2019
- Speeds up splash screen generation
- Prefers maskable icons for splash screen generation
- Supports iOS 13+ on iPad (it was pretending to be a desktop browser)
January 2019
- Uses XHR instead of
fetch
, and supports IE/Edge's Pinned Sites feature - Sets
black-translucent
for Mobile Safari when we detectviewport-fit=cover
- Don't generate icons <=120px for iOS
- Wraps text on generated iOS splash screens if the title is too large
August 2018
- Includes minor fixes: use correct color for iOS status bar, and fix a CORS error for generating iOS splash screens