Skip to content

Releases: elegantapp/pwa-asset-generator

v6.0.6

20 Jan 16:58
Compare
Choose a tag to compare

6.0.6 (2022-01-20)

v6.0.5

02 Dec 11:47
Compare
Choose a tag to compare

6.0.5 (2021-12-02)

Bug Fixes

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

v6.0.4

29 Nov 12:08
Compare
Choose a tag to compare

6.0.4 (2021-11-29)

Bug Fixes

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

v6.0.3

29 Nov 04:39
Compare
Choose a tag to compare

6.0.3 (2021-11-29)

v6.0.2

19 Nov 05:44
Compare
Choose a tag to compare

6.0.2 (2021-11-19)

v6.0.1

10 Nov 04:41
Compare
Choose a tag to compare

6.0.1 (2021-11-10)

v6.0.0

07 Nov 23:06
Compare
Choose a tag to compare

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

04 Nov 04:55
Compare
Choose a tag to compare

5.0.1 (2021-11-04)

v5.0.0

07 Oct 09:21
Compare
Choose a tag to compare

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

22 Sep 04:37
Compare
Choose a tag to compare

4.3.9 (2021-09-22)