Skip to content

Releases: elegantapp/pwa-asset-generator

v3.1.3

30 Jul 23:09
Compare
Choose a tag to compare

3.1.3 (2020-07-30)

Bug Fixes

  • main: constraint default type to png for manifest icons (bf6f87c), closes #337

v3.1.2

30 Jul 22:26
Compare
Choose a tag to compare

3.1.2 (2020-07-30)

Bug Fixes

  • puppets: updated scraper for latest specs and improve fallback handling (6506952), closes #355

v3.1.1

03 Jun 20:37
Compare
Choose a tag to compare

3.1.1 (2020-06-03)

Bug Fixes

  • docs: fix BLM example image URL (2cb0e76), closes #303

v3.1.0

03 Jun 20:11
Compare
Choose a tag to compare

3.1.0 (2020-06-03)

Features

  • cli: display help when no arg is provided (0641bd9), closes #302
  • main: add BLM branding #blacklifematters (d572c5d), closes #301

v3.0.0

15 May 10:18
Compare
Choose a tag to compare

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
    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.

v2.3.0

08 Mar 20:28
Compare
Choose a tag to compare

2.3.0 (2020-03-08)

Features

  • main: added maskable purpose as default declaration in manifest (006d73c), closes #38
  • main: added maskable purpose as default declaration in manifest (84dcc67), closes #38
  • main: added pathOverride option to allow path optimisation on href (7ff2e07), closes #148
  • main: added pathOverride option to allow path optimisation on href (2d89cba), closes #148

v2.2.2

24 Feb 07:27
Compare
Choose a tag to compare

2.2.2 (2020-02-24)

Bug Fixes

  • puppets: fixed failing scrape of Apple splash screen specs (cff635b), closes #168

v2.2.1

21 Jan 10:52
Compare
Choose a tag to compare

2.2.1 (2020-01-21)

Bug Fixes

  • puppets: added wait until networkidle opt for remote html input (9aa86eb), closes #125

v2.2.0

16 Jan 17:32
Compare
Choose a tag to compare

2.2.0 (2020-01-16)

Features

  • main: added jpg extension as an output type (e1f2221), closes #116

v2.1.3

19 Dec 15:04
Compare
Choose a tag to compare

2.1.3 (2019-12-19)

Bug Fixes

  • file: fixed an issue while creating a non-existent output dir (b691b6f), closes #77