Skip to content

Releases: GoogleChromeLabs/pwacompat

August 2020

27 Aug 08:43
b232774
Compare
Choose a tag to compare
  • Fixes an issue on iOS with a missing function.

August 2020

20 Aug 01:30
Compare
Choose a tag to compare
  • 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

28 May 14:39
Compare
Choose a tag to compare
  • Fixes an issue with iOS splash screen rotation.

May 2020

25 May 23:17
Compare
Choose a tag to compare
  • Fixed an issue with not allowing duplicate images, which resulted in no apple-touch-icon elements being added.

May 2020

06 May 02:41
Compare
Choose a tag to compare
  • Only adds elements to <head> if they don't already exist.
  • Tiny code optimization

April 2020

16 Apr 04:57
Compare
Choose a tag to compare
  • 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

16 Apr 04:55
900fc8a
Compare
Choose a tag to compare
  • 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

31 Jan 04:26
Compare
Choose a tag to compare
  • Uses XHR instead of fetch, and supports IE/Edge's Pinned Sites feature
  • Sets black-translucent for Mobile Safari when we detect viewport-fit=cover
  • Don't generate icons <=120px for iOS
  • Wraps text on generated iOS splash screens if the title is too large

August 2018

16 Aug 03:18
Compare
Choose a tag to compare
  • Includes minor fixes: use correct color for iOS status bar, and fix a CORS error for generating iOS splash screens

July 2018

17 Jul 02:38
Compare
Choose a tag to compare
  • Automatically adds theme-color from manifest, if not present.
  • Adds sanity checking around URL generation.