Skip to content

Releases: vanruesc/blur-up

v3.1.1

16 Oct 14:28

Choose a tag to compare

Changelog

  • Update CI/CD workflows
  • Update dependencies

Full Changelog: v3.1.0...v3.1.1

v3.1.0

28 Mar 21:38

Choose a tag to compare

Changelog

  • Added support for transparent PNG images b668757, #11
    • Added alpha option
  • Updated dependencies
  • Changed required node version to >= 18

Full Changelog: v3.0.0...v3.1.0

v3.0.0

08 Sep 14:01

Choose a tag to compare

Changelog

  • Changed format of cli script to ESM.
  • Raised minimum version of node to 0.18.0.
  • Removed CJS bundle.
  • Removed fs-extra dependency.
  • Fixed package exports. See #10.

v2.0.1

16 Aug 18:31

Choose a tag to compare

Changelog

  • Minor improvements.
  • Updated dependencies.

v2.0.0

12 Jul 22:08

Choose a tag to compare

Changelog

  • Switched to TypeScript.
  • Folder structures of input files will now be preserved starting from the first glob wild card. See #3.
  • Updated dependencies.
  • The JS API has changed: BlurUp.generate() is now blurUp().
  • The output path may now contain dots, but it will still be considered a folder.
  • Improved performance.

v1.1.6

30 Sep 15:25

Choose a tag to compare

Updated dependencies.

v1.1.5

05 Sep 00:33

Choose a tag to compare

Updated dependencies.

v1.1.4

27 Dec 20:19

Choose a tag to compare

Updated dependencies.

v1.1.3

30 Oct 11:49

Choose a tag to compare

Updated dependencies.

v1.1.2

29 Jul 01:12

Choose a tag to compare

Changelog

  • Fixed an aspect ratio bug. A generated SVG will now always have the same width and height as the original input image. The view box dimensions will be adjusted to prevent black borders.