Update dependency vue-advanced-cropper to v0.17.0 #231

Merged
konrad merged 1 commits from renovate/vue-advanced-cropper-0.x into master 2020-09-03 21:35:25 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vue-advanced-cropper dependencies minor 0.16.10 -> 0.17.0

Release Notes

Norserium/vue-advanced-cropper

v0.17.0

Compare Source

General

It's the most largest release recently. It changes internals dramatically and introduces the new concept: visible area. It's the abstraction that used to give the developer possibility to work with zoom and image translation in a flexible, determined, simple manner. With this abstraction library gives the possibility to programmatically zoom and translate image.

By and large this release is the big step toward to make the cropper understandable inside, to allow the developer customize its internal behavior. There is still a lot of work to do, but the initial step has taken.

New methods

This release add the following methods:

  • zoom(factor, center)
  • move(left, top)
  • refresh

New props

This release add the following ready to use props:

  • initStretcher
  • defaultVisibleArea
  • defaultBoundaries
  • sizeRestrictionsAlgorithm

Deprecated

This release deprecated almost all classnames props in favor of class, for example handlersClassnames replaced by handlerClasses or previewClassname is replaced by previewClass.

The restrictions prop is deprecated in favor of sizeRestrictionsAlgorithm. It's much longer than current prop, but semantically it's much correctly.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vue-advanced-cropper](https://github.com/Norserium/vue-advanced-cropper) | dependencies | minor | [`0.16.10` -> `0.17.0`](https://renovatebot.com/diffs/npm/vue-advanced-cropper/0.16.10/0.17.0) | --- ### Release Notes <details> <summary>Norserium/vue-advanced-cropper</summary> ### [`v0.17.0`](https://github.com/Norserium/vue-advanced-cropper/releases/0.17.0) [Compare Source](https://github.com/Norserium/vue-advanced-cropper/compare/b74498deabb6d81a59cfa38b995d9a2b03cc00c9...0.17.0) #### General It's the most largest release recently. It changes internals dramatically and introduces the new concept: visible area. It's the abstraction that used to give the developer possibility to work with zoom and image translation in a flexible, determined, simple manner. With this abstraction library gives the possibility to programmatically zoom and translate image. By and large this release is the big step toward to make the cropper understandable inside, to allow the developer customize its internal behavior. There is still a lot of work to do, but the initial step has taken. #### New methods This release add the following methods: - `zoom(factor, center)` - `move(left, top)` - `refresh` #### New props This release add the following ready to use props: - `initStretcher` - `defaultVisibleArea` - `defaultBoundaries` - `sizeRestrictionsAlgorithm` #### Deprecated This release deprecated almost all `classnames` props in favor of `class`, for example `handlersClassnames` replaced by `handlerClasses` or `previewClassname` is replaced by `previewClass`. The `restrictions` prop is deprecated in favor of `sizeRestrictionsAlgorithm`. It's much longer than current prop, but semantically it's much correctly. </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2020-09-03 21:01:26 +00:00
renovate added 1 commit 2020-09-03 21:01:27 +00:00
continuous-integration/drone/pr Build is passing Details
1742816241
Update dependency vue-advanced-cropper to v0.17.0
konrad merged commit e7c5f1faec into master 2020-09-03 21:35:25 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.