Skip to content

Commit

Permalink
Add touch event support to the image editor
Browse files Browse the repository at this point in the history
Fixes #3669
Fixes #5279
  • Loading branch information
brandonkelly committed Nov 30, 2019
1 parent e7b26e6 commit be15c10
Show file tree
Hide file tree
Showing 5 changed files with 594 additions and 438 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG-v3.md
Expand Up @@ -14,6 +14,8 @@
- Fixed a JavaScript error that occurred when previewing assets via the “Preview file” action. ([#5272](https://github.com/craftcms/cms/pull/5272))
- Fixed a bug where it was impossible to pass `null` values to arguments on GraphQL fields. ([#5267](https://github.com/craftcms/cms/issues/5267))
- Fixed a bug where Craft wouldn’t update the search indexes for non-localized element types (like Users) when the primary site was changed. ([#5281](https://github.com/craftcms/cms/issues/5281))
- Fixed a bug where it wasn’t possible to change images’ focal points on mobile. ([#3669](https://github.com/craftcms/cms/issues/3669))
- Fixed a bug where it wasn’t possible to crop images on mobile. ([#5279](https://github.com/craftcms/cms/issues/5279))

## 3.3.16.3 - 2019-11-26

Expand Down

0 comments on commit be15c10

Please sign in to comment.