Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Releases: Okipa/laravel-brickables

3.2.0: Laravel 10 support (#24)

23 Jan 08:42
4a5e0e6
Compare
Choose a tag to compare
  • Added Laravel 10 support
  • Dropped Laravel 8 support
  • Locked PHP versions to 8.1 and 8.2

3.1.0: Add PHP 8.2 support (#23)

23 Dec 20:34
2f12aa9
Compare
Choose a tag to compare
  • Added PHP 8.2 support
  • Dropped PHP 8.0 support

3.0.1: Don't run Coveralls step w/o token (#22)

27 Oct 09:04
ff0c7e4
Compare
Choose a tag to compare

3.0.0

21 Sep 14:42
Compare
Choose a tag to compare
  • Added support for Laravel 9
  • Dropped support for Laravel 7
  • Added support for PHP 8.1
  • Dropped support for PHP 7.4 and earlier versions
  • Package is now using Fontawesome 6 icons
  • Views have upgraded to Bootstrap 5
  • Replaced phpcs/phpcbf by laravel/pint

👉 See the upgrade guide

2.3.1

07 Jun 08:21
ba40cb7
Compare
Choose a tag to compare
  • Handled forgotten URLs on previous 2.2.1 fix.

2.3.0 (#15)

02 Jun 14:47
db4f95a
Compare
Choose a tag to compare
  • Optimizing queries with eager loading is now possible: just set the relationships you want to load in the $with attribute of your custom brick models, the relations will be correctly loaded.

2.2.1: Fix bricks into bricks (#14)

12 May 08:56
0841065
Compare
Choose a tag to compare
  • Fixed URLs in action forms to allow brick models to embed other bricks (e.g. a container that contains tiles bricks).

2.2.0

28 Mar 14:21
Compare
Choose a tag to compare
  • You can now disabled a brick management for an Eloquent model by setting the max number of bricks to 0. This allows you to only disable one brick or more without having to list all allowed bricks in the can_only_handle model configuration.
  • Trying to (programmatically) add a brick to a model when the max number of bricks is already reached will now throw a ModelHasReachedMaxNumberOfBricksException. This behavior replaces the previous one, which automatically removed the oldest brick when a new brick was programmatically added to an Eloquent model which had reached the max number for this type of brick.

2.1.0

25 Nov 17:21
Compare
Choose a tag to compare
  • Added PHP 8 support
  • Removed Scrutinizer analysis
  • Updated PHPCS checker and fixer norm to PSR-12

2.0.1: Removed useless `type="text/javascript"` for script declarations in f…

30 Sep 07:41
Compare
Choose a tag to compare
  • Removed useless type="text/javascript" for script declarations in favor of W3C rules.