sparkletown / sparkle

Building an open, community-owned hyperverse town
GNU Affero General Public License v3.0
33 stars 30 forks source link

Bump browser-image-compression from 1.0.15 to 2.0.0 #3070

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps browser-image-compression from 1.0.15 to 2.0.0.

Release notes

Sourced from browser-image-compression's releases.

v2.0.0

  • feature: example html - added CSS animation for showing main thread status
  • feature: example html - added version switch
  • feature: support AbortController (abort / cancel during compression) #101
  • feature: options.alwaysKeepResolution (default: false) - keep the resolution (width and height) during compression and reduce the quality only (note that options.maxWidthOrHeight is still applied if set) #127
  • fixed: Main thread is blocked on Mac device for options.useWebWorker=true #139
  • updated: dropped core-js to reduce bundle size #138
  • updated: options.useWebWorker default set to true

v1.0.17

  • feature: apply white background to transparent PNG > JPG conversion if options.fileType is image/jpeg or image/jpg #119
  • fixed: Fixed image cropped on Safari #118

v1.0.16

  • fixed: Fixed output white picture on iOS Safari for large image because of canvas max size #116
  • fixed: Fixed wrong image orientation on iOS device #118
  • feature: set white background for transparent png file with jpeg file extension #119
Changelog

Sourced from browser-image-compression's changelog.

v2.0.0 (13 Apr 2022)

  • feature: example html - added CSS animation for showing main thread status
  • feature: example html - added version switch
  • feature: support AbortController (abort / cancel during compression) #101
  • feature: options.alwaysKeepResolution (default: false) - keep the resolution (width and height) during compression and reduce the quality only (note that options.maxWidthOrHeight is still applied if set) #127
  • fixed: Main thread is blocked on Mac device for options.useWebWorker=true #139
  • updated: dropped core-js to reduce bundle size #138
  • updated: options.useWebWorker default set to true

v1.0.17 (15 Nov 2021)

  • feature: apply white background to transparent PNG > JPG conversion if options.fileType is image/jpeg or image/jpg #119
  • fixed: Fixed image cropped on Safari #118

v1.0.16 (26 Sep 2021)

  • fixed: Fixed output white picture on iOS Safari for large image because of canvas max size #116
  • fixed: Fixed wrong image orientation on iOS device #118
  • feature: set white background for transparent png file with jpeg file extension #119
Commits
  • 7f8b783 build: v2.0.0
  • 64bde38 chore: coverage report
  • da460c0 docs: update changelog
  • a12548a Merge pull request #145 from Donaldcwl/dev
  • d3735bf docs: update changelog
  • 8229e21 fix: main thread is blocked on Mac device
  • fac39d3 docs: fix typo
  • 0038106 docs: update changelog
  • 96bde20 feat: basic.html example support change lib version
  • ba7773e test: test for alwaysKeepResolution, abort compress, getBrowserName,
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 695b1236 and detected 0 issues on this pull request.

View more on Code Climate.