Skip to content

v5.0.0

Compare
Choose a tag to compare
@onderceylan onderceylan released this 07 Oct 09:21
· 111 commits to master since this release

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.