openlawteam / openlaw-elements

Render React form components and sections from an OpenLaw template.
https://docs.openlaw.io/openlaw-elements/
Apache License 2.0
15 stars 11 forks source link

Bump react-image-crop from 6.0.18 to 8.5.0 #104

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps react-image-crop from 6.0.18 to 8.5.0.

Release notes

Sourced from react-image-crop's releases.

8.5.0

  • Remove black background on crop component as this causes transparent images with black fills to be invisible #330

8.4.3

  • Fixes issue of crop being incorrectly determined as invalid if there is margin/padding applied to the image element (P.S you shouldn't be doing this anyway) but also hopefully fixes hard to replicate issue #324

  • Added event so that custom media (e.g. video) can inform the component when it's loaded so the component can render the initial crop #319 e.g.

<video
  onLoadStart={e => {
    // You must inform ReactCrop when your media has loaded.
    e.target.dispatchEvent(new Event('medialoaded', { bubbles: true }));
  }}

8.4.2

  • Non functional change. lib was accidentally not published in 8.4.0 and 8.4.1 which contains the .scss file. Fixes #323

8.4.1

  • Stop propagation of mouse down event in render selection addon so that inputs can be focusable. Fixes #321

8.4.0

  • Crop is checked and corrected if invalid on every change. This makes setting aspect crops after the first load simpler especially when using % crops since you can only specify one of the dimensions and the other will be completed for you (now at any point).

  • Fix crop flipping over when using min dimensions but not having enough space to satisfy said min dimensions #261

  • Simplify resizing on touch devices to only have one resize handle on the inside which is a lot larger to make resizing easier #201

Screenshot 2019-10-21 at 23 06 29

8.3.1

  • Fix circular crop not being visible on dark backgrounds #297
  • Fix crop flipping over when min dimensions are set and going beyond image area #300

8.3.0

  • Edge case fix for IE11 scrolling #289
  • [potentially breaking] Remove max-height: fill-available as it was causing the crop not to show when the container was flex or possibly grid. Feel free to add it in your own CSS if you were depending on it #296 #288

8.2.2

  • Fixes a bug when setting a crop without unit specified #291

8.2.1

  • Hold shift when nudging with keyboard to move in larger increments #284

8.2.0

... (truncated)
Commits
  • 57fc6d1 Remove black background colour on crop area so black images with transparent ...
  • d40a65c typo
  • c8f5b92 Bump patch
  • 8376a33 Provide a means to inform ReactCrop when custom media has loaded #319 (#332)
  • 5406045 Fixes invalid crop conditional happening if media element has margin #324 (#331)
  • 1900509 Update README.md
  • 84ed721 Remove package.json files entry and use .npmignore as before
  • fd4d44e Bump to 8.4.1
  • 6cd6ddc Stop propagation of mouse down event in render selection addon. Fixes #321
  • acf71b1 Update README.md
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
jtrein commented 4 years ago

Breaking

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.