Pwa Asset Generator Versions Save

Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.

v6.0.6

2 years ago

6.0.6 (2022-01-20)

v6.0.5

2 years ago

6.0.5 (2021-12-02)

Bug Fixes

  • main: allow path override of empty string (351c8f7)

v6.0.4

2 years ago

6.0.4 (2021-11-29)

Bug Fixes

  • core: revert puppeteer upgrade (04d5c00), closes #764

v6.0.3

2 years ago

6.0.3 (2021-11-29)

v6.0.2

2 years ago

6.0.2 (2021-11-19)

v6.0.1

2 years ago

6.0.1 (2021-11-10)

v6.0.0

2 years ago

6.0.0 (2021-11-07)

Bug Fixes

  • main: add both 'any' and 'maskable' icons to manifest by default (d7b488d), closes #725
  • main: fix wrong icons file name when 'pathOverride' option is used (25cef00), closes #723

BREAKING CHANGES

  • main: In addition to 2 icons with maskable purpose in the manifest file, 2 more icon entries of the same icons with any purpose is added to the manifest output.

v5.0.1

2 years ago

5.0.1 (2021-11-04)

v5.0.0

2 years ago

5.0.0 (2021-10-07)

Bug Fixes

  • main: prevent unnecessary newlines on index HTML file (a40d016), closes #434
  • meta: fix wrong file types of icons' html (a6d2c58), closes #495

Features

  • file: add maskable keyword to the manifest icons' file name (47a09c6), closes #679
  • main: use either 'maskable' or 'any' as a purpose (4bdce80), closes #679

BREAKING CHANGES

  • file: The file name template of the manifest icons is updated.
  • main: The newlines created when re-saving meta tag changes on the same index HTML file will be removed. The prettier step to re-format after library execution is now optional and nice to have.
  • main: Instead of setting 'maskable any' as a purpose, the library will be setting 'maskable' value only when provided the maskable option.

v4.3.9

2 years ago

4.3.9 (2021-09-22)