Releases: jonom/silverstripe-focuspoint
Releases · jonom/silverstripe-focuspoint
3.1.1: Avoid triggering exceptions in ImageManipulation
Check that the image exists and has size (#63)
3.1: SS 4.3 support
3.1.0 Fix Travis build
v3: SS4 support
Ss4 improvements (#50) * Add a custom field-type `DBFocusPoint`. Move all focus point calculations into this class. Remove unneeded InterventionBackend. * Changed translation files to simply use the `db_FocusPoint` fieldname. * Changed FocusPointField to behave more like a normal FormField. * Renamed Test-class to open up naming possibilites for future test-classes :) * Implement migration task and auto-migration. * Added react component. * Update to CSS and SVG for gradient & crosshair. * Flipped Y-Coordinate to have consistent math (-1 top/left, 1 bottom/right). * Added more unit-tests. * Added documentation about the build-tools.
V3: SS4 support (beta)
Ss4 improvements (#50) * Add a custom field-type `DBFocusPoint`. Move all focus point calculations into this class. Remove unneeded InterventionBackend. * Changed translation files to simply use the `db_FocusPoint` fieldname. * Changed FocusPointField to behave more like a normal FormField. * Renamed Test-class to open up naming possibilites for future test-classes :) * Implement migration task and auto-migration. * Added react component. * Update to CSS and SVG for gradient & crosshair. * Flipped Y-Coordinate to have consistent math (-1 top/left, 1 bottom/right). * Added more unit-tests. * Added documentation about the build-tools.
2.5.0: Added FP_Image_Cached class
Fixes #44
2.4.0: NEW Preview size configurable
Preview size can now be configured, and field can be initialised without waiting for image to load.
2.3.1: Fix ImagickBackend and i18n Textcollector Task (#39)
Prevents PHP Fatal error: Class 'ImagickBackend' not found when Imagick is not installed.
2.3.0: NEW: ImageMagick support
Fixed issue causing the module to crash when using the ImagickBackend (fixes #24) (#37)
2.2.1: FIX CroppedFocusedImage failure case
Stop issue where CroppedFocusedImage() doesn't handle the failure case like 'Image::getFormattedImage', as that function implicitly returns null if it cannot find the asset. (#35)