Skip to content

Commit

Permalink
Merge pull request #70 from ctessier/1.3
Browse files Browse the repository at this point in the history
chore: prepare for 1.3
  • Loading branch information
ctessier authored May 16, 2021
2 parents a3c6ac8 + 1308e01 commit d5b1620
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release Notes

## [v1.3.0](https://github.com/ctessier/nova-advanced-image-field/compare/v1.2.1...v1.3.0)

> Released 2021/05/16
### New Features

- Introduce the `AdvancedAvatar` class to use the image as an avatar / cover art in search results ([@ctessier](https://github.com/ctessier) in [#65](https://github.com/ctessier/nova-advanced-image-field/pull/65)).
- Implement auto-orientation from image Exif data ([@rbnhtl](https://github.com/rbnhtl) in [#61](https://github.com/ctessier/nova-advanced-image-field/pull/61)).

### Changed

- Improve documentation
- Remove unused CSS files
- Added an `alt` attribute on the index vue's image
- Bump [Cropper.js](https://github.com/fengyuanchen/cropperjs) dependency to v1.5.11

## [v1.2.1](https://github.com/ctessier/nova-advanced-image-field/compare/v1.2.0...v1.2.1)

> Released 2020/10/25
Expand Down
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/field.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Cropper.js v1.5.9
* Cropper.js v1.5.11
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2020-09-10T13:16:26.743Z
* Date: 2021-02-17T11:53:27.572Z
*/

/*!
Expand Down

0 comments on commit d5b1620

Please sign in to comment.