pwa-asset-generator v3.0.0 Release Notes

Release Date: 2020-05-15 // almost 4 years ago
  • 3.0.0 (2020-05-15)

    ๐Ÿ› Bug Fixes

    • cli: fixed conflicting -h option (3d4f04c), closes #263

    ๐Ÿ”‹ Features

    • main: added dark mode media query support for html inputs (c5d2e0d), closes #227
    • main: added stricter chrome launch args set (bdfbef4), closes #229
    • main: exported appleDeviceSpecsForLaunchImages from module API (dac56d4), closes #248
    • main: switched to JPG as default output type (bb5cfec), closes #278
    • meta: added xhtml option to introduce self-closing meta tags (0dea81a), closes #192
    • node: drop node 8 support due to its EOL (030569b), closes #231

    ๐Ÿ’ฅ BREAKING CHANGES

    • main: Due to the large carbon footprint that PNG assets create, switched over using JPG
      0๏ธโƒฃ output with compression by default.
    • cli: -h path override usage is dropped. It's replaced with -v shorthand.
    • node: Users with node v8 will not be actively supported.