|
1 | 1 | # Release Notes for 8.x |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/laravel/framework/compare/v8.26.1...8.x) |
| 3 | +## [Unreleased](https://github.com/laravel/framework/compare/v8.28.1...8.x) |
| 4 | + |
| 5 | + |
| 6 | +## [v8.28.1 (2021-02-16)](https://github.com/laravel/framework/compare/v8.28.0...v8.28.1) |
| 7 | + |
| 8 | +### Fixed |
| 9 | +- Revert "[8.x] Clean up custom Queue payload between tests" ([#36287](https://github.com/laravel/framework/pull/36287)) |
| 10 | + |
| 11 | + |
| 12 | +## [v8.28.0 (2021-02-16)](https://github.com/laravel/framework/compare/v8.27.0...v8.28.0) |
| 13 | + |
| 14 | +### Added |
| 15 | +- Allow users to specify configuration keys to be used for primitive binding ([#36241](https://github.com/laravel/framework/pull/36241)) |
| 16 | +- ArrayObject + Collection Custom Casts ([#36245](https://github.com/laravel/framework/pull/36245)) |
| 17 | +- Add view path method ([af3a651](https://github.com/laravel/framework/commit/af3a651ad6ae3e90bd673fe7a6bfc1ce9e569d25)) |
| 18 | + |
| 19 | +### Changed |
| 20 | +- Allow using dot syntax for `$responseKey` ([#36196](https://github.com/laravel/framework/pull/36196)) |
| 21 | +- Full trace for http errors ([#36219](https://github.com/laravel/framework/pull/36219)) |
| 22 | + |
| 23 | +### Fixed |
| 24 | +- Fix undefined property with sole query ([#36216](https://github.com/laravel/framework/pull/36216)) |
| 25 | +- Resolving non-instantiables corrupts `Container::$with` ([#36212](https://github.com/laravel/framework/pull/36212)) |
| 26 | +- Fix attribute nesting on anonymous components ([#36240](https://github.com/laravel/framework/pull/36240)) |
| 27 | +- Ensure `$prefix` is a string ([#36254](https://github.com/laravel/framework/pull/36254)) |
| 28 | +- Add missing import ([#34569](https://github.com/laravel/framework/pull/34569)) |
| 29 | +- Align PHP 8.1 behavior of `e()` ([#36262](https://github.com/laravel/framework/pull/36262)) |
| 30 | +- Ensure null values won't break on PHP 8.1 ([#36264](https://github.com/laravel/framework/pull/36264)) |
| 31 | +- Handle directive `$value` as a string ([#36260](https://github.com/laravel/framework/pull/36260)) |
| 32 | +- Use explicit flag as default sorting ([#36261](https://github.com/laravel/framework/pull/36261)) |
| 33 | +- Fix middleware group display ([d9e28dc](https://github.com/laravel/framework/commit/d9e28dcb1f4a5638b33829d919bd7417321ab39e)) |
| 34 | + |
| 35 | + |
| 36 | +## [v8.27.0 (2021-02-09)](https://github.com/laravel/framework/compare/v8.26.1...v8.27.0) |
| 37 | + |
| 38 | +### Added |
| 39 | +- Conditionally merge classes into a Blade Component attribute bag ([#36131](https://github.com/laravel/framework/pull/36131)) |
| 40 | +- Allow adding multiple columns after a column ([#36145](https://github.com/laravel/framework/pull/36145)) |
| 41 | +- Add query builder `chunkMap` method ([#36193](https://github.com/laravel/framework/pull/36193), [048ac6d](https://github.com/laravel/framework/commit/048ac6d49f2f7b2d64eb1695848df4590c38be98)) |
| 42 | + |
| 43 | +### Changed |
| 44 | +- Update CallQueuedClosure to catch Throwable/Error ([#36159](https://github.com/laravel/framework/pull/36159)) |
| 45 | +- Allow components to use custom attribute bag ([#36186](https://github.com/laravel/framework/pull/36186)) |
| 46 | + |
| 47 | +### Fixed |
| 48 | +- Set process timeout to null for load mysql schema into database ([#36126](https://github.com/laravel/framework/pull/36126)) |
| 49 | +- Don't pluralise string if string ends with none alphanumeric character ([#36137](https://github.com/laravel/framework/pull/36137)) |
| 50 | +- Add query log methods to the DB facade ([#36177](https://github.com/laravel/framework/pull/36177)) |
| 51 | +- Add commonmark as recommended package for `Illuminate\Support` ([#36171](https://github.com/laravel/framework/pull/36171)) |
| 52 | +- Fix Eager loading partially nullable morphTo relations ([#36129](https://github.com/laravel/framework/pull/36129)) |
| 53 | +- Make height of image working with yahoo ([#36201](https://github.com/laravel/framework/pull/36201)) |
| 54 | +- Make `sole()` relationship friendly ([#36200](https://github.com/laravel/framework/pull/36200)) |
| 55 | +- Make layout in mail responsive in Gmail app ([#36198](https://github.com/laravel/framework/pull/36198)) |
| 56 | +- Fixes parallel testing when a database is configured using URLs ([#36204](https://github.com/laravel/framework/pull/36204)) |
4 | 57 |
|
5 | 58 |
|
6 | 59 | ## [v8.26.1 (2021-02-02)](https://github.com/laravel/framework/compare/v8.26.0...v8.26.1) |
|
0 commit comments