You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1436,6 +1436,10 @@ return new class extends Migration
1436
1436
1437
1437
# Breaking Changes
1438
1438
1439
+
***3.0.0**
1440
+
* Laravel 12.10.0 added the `Conditionable` trait to the `Fluent` class which conflicted with the `when` method for trigger definitions:
1441
+
* The `when()` method for triggers has been replaced by the `whenCondition()` method
1442
+
* Change the dependencies from `illuminate/*` packages to `laravel/framework` because the `rescue` function is not part of any package. This is only relevant when this package is used in a non-Laravel project — which is not directly supported either way.
1439
1443
***2.0.0**
1440
1444
* Laravel 11.25 released a new `vector` migration type so the behaviour had to be aligned with Laravel's implementation:
1441
1445
* A missing `$dimensions` parameter now leads to a vector type with unspecified dimension size (formerly defaulted to `$dimensions = 1536`)
0 commit comments