Releases: vanruesc/blur-up
Releases · vanruesc/blur-up
v3.1.1
16 Oct 14:28
Compare
Sorry, something went wrong.
No results found
Changelog
Update CI/CD workflows
Update dependencies
Full Changelog : v3.1.0...v3.1.1
v3.1.0
28 Mar 21:38
Compare
Sorry, something went wrong.
No results found
Changelog
Added support for transparent PNG images b668757 , #11
Updated dependencies
Changed required node version to >= 18
Full Changelog : v3.0.0...v3.1.0
v3.0.0
08 Sep 14:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
Minor improvements.
Updated dependencies.
v2.0.0
12 Jul 22:08
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.1.5
05 Sep 00:33
Compare
Sorry, something went wrong.
No results found
v1.1.4
27 Dec 20:19
Compare
Sorry, something went wrong.
No results found
v1.1.3
30 Oct 11:49
Compare
Sorry, something went wrong.
No results found
v1.1.2
29 Jul 01:12
Compare
Sorry, something went wrong.
No results found
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.