Skip to content

Releases: jonom/silverstripe-focuspoint

3.1.1: Avoid triggering exceptions in ImageManipulation

01 Jul 22:52
Compare
Choose a tag to compare
Check that the image exists and has size (#63)

3.1: SS 4.3 support

12 Jun 17:14
Compare
Choose a tag to compare
3.1.0

Fix Travis build

v3: SS4 support

13 Feb 17:38
Compare
Choose a tag to compare
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)

30 Jan 20:13
Compare
Choose a tag to compare
Pre-release
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

26 Jul 20:31
Compare
Choose a tag to compare

2.4.0: NEW Preview size configurable

22 Mar 23:27
Compare
Choose a tag to compare
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)

22 Mar 23:27
Compare
Choose a tag to compare
Prevents PHP Fatal error: Class 'ImagickBackend' not found when Imagick is not installed.

2.3.0: NEW: ImageMagick support

13 Dec 15:52
Compare
Choose a tag to compare
Fixed issue causing the module to crash when using the ImagickBackend (fixes #24) (#37)

2.2.1: FIX CroppedFocusedImage failure case

24 Oct 19:25
Compare
Choose a tag to compare
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)

Tests

25 Jul 22:17
Compare
Choose a tag to compare
2.2.0

Updated installation instructions