Skip to content

Commit

Permalink
Merge branch 'release/1.6.22' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Feb 10, 2021
2 parents d8ddb5a + 1c1535f commit d163cce
Show file tree
Hide file tree
Showing 68 changed files with 3,684 additions and 2,528 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# ImageOptimize Changelog

## 1.6.22 - 2020.02.10
### Added
* Added a `stickyErrors` property to the OptimizedImages model, so we can post-facto display if something went wrong during image generation on the frontend to users
* Implemented `useFieldset` for Craft 3.6

### Fixed
* Fixed deprecation errors in Craft CMS 3.5 or later
* Fixed an issue where aspect ratios could be improperly rounded, causing a division by zero error

## 1.6.21 - 2020.12.31
### Added
* Added a **ImageOptimize Info** Utility that allows you to see the ImageOptimize settings even in environments where `allowAdminChanges` is `false`
Expand Down
2 changes: 1 addition & 1 deletion buildchain/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:vue/vue3-recommended"
"plugin:vue/recommended"
]
}
86 changes: 0 additions & 86 deletions buildchain/get-webpack-config.js

This file was deleted.

4 changes: 2 additions & 2 deletions buildchain/nodemon.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"watch": [
"webpack.dev.js",
"webpack-configs/*.js",
"webpack-settings/*.js"
"webpack-configs/",
"webpack-settings/"
],
"exec": "webpack serve --config webpack.dev.js"
}
Loading

0 comments on commit d163cce

Please sign in to comment.