pwa-asset-generator v5.0.0 Release Notes

Release Date: 2021-10-07 // over 2 years ago
  • ๐Ÿ› 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.