26 lines
719 B
Markdown
26 lines
719 B
Markdown
# Changelog
|
|
|
|
### 5.0.0 (February 1, 2021)
|
|
- add vue 3 support
|
|
|
|
### 4.2.0 (December 10, 2020)
|
|
- add optional `crossorigin` attribute to image
|
|
|
|
### 4.1.0 (April 16, 2020)
|
|
- Add events support
|
|
- Fix `initialAspectRatio` not being included in dist file
|
|
- Update cropperjs version
|
|
|
|
### 4.0.0 (May 26, 2018)
|
|
- BREAKING: Remove default css import
|
|
- Fix preview prop error in SSR
|
|
|
|
### 3.0.0 (December 2, 2018)
|
|
- Remove Vue dependency
|
|
|
|
### 2.2.2 (September 15, 2018)
|
|
- Update `preview` prop to accept `Array, Element, NodeList` [#36](https://github.com/Agontuk/vue-cropperjs/pull/36)
|
|
|
|
### 2.2.1 (June 1, 2018)
|
|
- Added `initCrop` method to show crop box manually [#32](https://github.com/Agontuk/vue-cropperjs/pull/32)
|