Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: uploadcare/uploadcare-widget-tab-effects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: uploadcare/uploadcare-widget-tab-effects
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.2
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 18, 2019

  1. fix auto-crop

    nd0ut committed Mar 18, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    flaeppe Petter Friberg
    Copy the full SHA
    2f04c56 View commit details
  2. refactor

    nd0ut committed Mar 18, 2019
    Copy the full SHA
    b7c1156 View commit details

Commits on Mar 19, 2019

  1. Merge pull request #31 from uploadcare/fix-auto-crop

    fix auto-crop
    nd0ut authored Mar 19, 2019
    Copy the full SHA
    a33fa0a View commit details
  2. New version: 1.4.1

    nd0ut committed Mar 19, 2019
    Copy the full SHA
    a1ae087 View commit details
  3. New version: 1.4.2

    nd0ut committed Mar 19, 2019
    Copy the full SHA
    b33bde4 View commit details
Showing with 131 additions and 6 deletions.
  1. +6 −0 CHANGELOG.md
  2. +113 −0 package-lock.json
  3. +1 −1 package.json
  4. +11 −5 src/tools/auto-crop.js
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.4.2] - 2019-03-19

### Fixed

- Fix auto-crop error when no `crop` option passed to the widget. See [#31].

## [1.4.0] - 2019-03-01

### Added
Loading