## v1.1 (~Q2 2020) - [x] Add possibility to switch between `gd` and `imagick` as the Image driver ➡️ #43 - [x] Upgrade dependencies (e.g. [vuecropper-js](https://github.com/Agontuk/vue-cropperjs/blob/master/CHANGELOG.md)) ➡️ #40 ## v1.2 (~Q3 2020) - [x] Improve inheritance with the `File` and `Image` fields ➡️ #48, #49 ## v1.3 (~Q2 2021) - [x] Implement avatar ➡️ #65 ## v2.0 (~Q4 2022) - [x] Nova 4 support ➡️ #80, #83 ## v2.1 (~Q3 2023) - [x] Image encode in other format ➡️ #108 ## v3.0 (~Q1 2025) - [ ] Upgrade to `intervention/image:^3.0` (#110) ## v3.1 (~Q2 2025) - [ ] Add possibility to disable zoom while cropping (#75) - [ ] Add possibility to perform custom transformations on the Image via a `transform(Image $image)` method for instance
v1.1 (~Q2 2020)
gdandimagickas the Image driver ➡️ [1.1] feat: enable custom image processing driver #43v1.2 (~Q3 2020)
FileandImagefields ➡️ fix: file field inheritance #48, Make the field inherit from Image instead of File #49v1.3 (~Q2 2021)
v2.0 (~Q4 2022)
v2.1 (~Q3 2023)
v3.0 (~Q1 2025)
intervention/image:^3.0(Support forintervention/image:^3.0#110)v3.1 (~Q2 2025)
transform(Image $image)method for instance