Skip to content

Releases: simonhamp/the-og

v0.8.0

Choose a tag to compare

@simonhamp simonhamp released this 16 May 08:10
3406928

⚠️ This release contains breaking changes

Breaking changes

  • PHP 8.3+ required. The minimum PHP version has been bumped from 8.2 to 8.3 (inherited from Intervention Image v4).
  • Intervention Image v4. intervention/image is now constrained to ^4.0. Review the Intervention Image v4 upgrade guide for any direct usage in your app.
  • Border::color() now accepts a string instead of Intervention\Image\Interfaces\ColorInterface. Pass a hex code, rgba, or HTML color name (matching the rest of The OG's color handling).
  • Image::border() signature changed. The $color parameter is now ?string instead of ?Intervention\Image\Colors\Rgb\Color.
  • SimonHamp\TheOg\Interfaces\Box::anchor() return type changed from Intervention\Image\Geometry\Point to Intervention\Image\Interfaces\PointInterface. Custom Box implementations must update their return type.
  • SimonHamp\TheOg\Interfaces\Layout::render() return type changed from Intervention\Image\Image to Intervention\Image\Interfaces\ImageInterface. Custom Layout implementations must update their return type.

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

Choose a tag to compare

@simonhamp simonhamp released this 17 Sep 19:54
6eebdd5

What's Changed

  • Allow override of Theme titleColor and descriptionColor on Image class by @intrepidws in #35

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

Choose a tag to compare

@simonhamp simonhamp released this 11 Mar 19:20
d6b0bbc

What's Changed

New Contributors

Full Changelog: v0.5.8...v0.6.0

v0.5.8

Choose a tag to compare

@simonhamp simonhamp released this 06 Oct 02:34

What's Changed

  • Fix an issue with PicturePlacement::Natural resizing awkward images incorrectly

Full Changelog: v0.5.7...v0.5.8

v0.5.7

Choose a tag to compare

@simonhamp simonhamp released this 14 Aug 09:24
8c19cc2

What's Changed

New Contributors

Full Changelog: v0.5.6...v0.5.7

v0.5.6

Choose a tag to compare

@simonhamp simonhamp released this 24 Jul 09:13

What's Changed

New Contributors

Full Changelog: v0.5.5...v0.5.6

v0.5.5

Choose a tag to compare

@simonhamp simonhamp released this 25 Jan 17:48
5059101

This is a hotfix release to resolve an issue introduced in intervention/image:>3.1

Full Changelog: v0.5.4...v0.5.5

v0.5.4

Choose a tag to compare

@simonhamp simonhamp released this 17 Jan 10:51

Fixed

  • An issue with using the circle mask when the provided image is smaller than the desired PictureBox dimensions

v0.5.3

Choose a tag to compare

@simonhamp simonhamp released this 16 Jan 11:11
847573d

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

Choose a tag to compare

@simonhamp simonhamp released this 15 Jan 23:18
eb8b28d

What's Changed

What's Fixed

  • Stopped outputting a debug file called circle.png

Full Changelog: v0.5.1...v0.5.2