- Added options for Library (All / Uploaded to post) as requested in #9 and Allowed file types
- Bugfix (1.1.7 related)
- Fixed a bug where you couldn't select/upload image if previously selected image was deleted
- Fixed a bug where multiple FocusPoint images in a repeater saved same top/left values for all images
- Fixed saving coordinates when no image selected (#8).
- Use minified versions of input.js and input.css
- Fixed Required field validation returning false even on non-required field (#7).
- Fixed Required field validation (#6). Note that validation doesn't work in Gutenberg at the moment. See AdvancedCustomFields/acf#113 for more info.
- Fixed image select form visibility on initial load and other minor (mostly) CSS issues.
- Bug fix: #5
- Almost complete rewrite of javascript to add proper support for Gutenberg blocks.
- Added simple(Classic Editor only?) validation for min/max width, height, and file size
- Fixed a bug that prevented deleting focuspoint image
- Started implementing min/max width, height, and file size for image file
- Moved focus point selection to new element on top of the image to allow for more fine grained selection even very close to current selection
- Remove ACF 4 files / support which was never implemented
- Fixed bug where values weren't saved when using field in ACF Block
- Fixed selector for image hover cursor
- Minor CSS tweaks
- Initial release