|
1 | 1 | # Release Notes for 9.x
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/framework/compare/v9.34.0...9.x) |
| 3 | +## [Unreleased](https://github.com/laravel/framework/compare/v9.37.0...9.x) |
| 4 | + |
| 5 | + |
| 6 | +## [v9.37.0](https://github.com/laravel/framework/compare/v9.36.4...v9.37.0) - 2022-10-25 |
| 7 | + |
| 8 | +### Added |
| 9 | +- Added optional verbose output when view caching ([#44673](https://github.com/laravel/framework/pull/44673)) |
| 10 | +- Allow passing closure to rescue $report parameter ([#44710](https://github.com/laravel/framework/pull/44710)) |
| 11 | +- Support preloading assets with Vite ([#44096](https://github.com/laravel/framework/pull/44096)) |
| 12 | +- Added `Illuminate/Mail/Mailables/Content::htmlString()` ([#44703](https://github.com/laravel/framework/pull/44703)) |
| 13 | + |
| 14 | +### Fixed |
| 15 | +- Fixed model:show registering getAttribute() as a null accessor ([#44683](https://github.com/laravel/framework/pull/44683)) |
| 16 | +- Fix expectations for output assertions in PendingCommand ([#44723](https://github.com/laravel/framework/pull/44723)) |
| 17 | + |
| 18 | + |
| 19 | +## [v9.36.4](https://github.com/laravel/framework/compare/v9.36.3...v9.36.4) - 2022-10-20 |
| 20 | + |
| 21 | +### Added |
| 22 | +- Added rawValue to Database Query Builder (and Eloquent as wrapper) ([#44631](https://github.com/laravel/framework/pull/44631)) |
| 23 | +- Added TransactionCommitting ([#44608](https://github.com/laravel/framework/pull/44608)) |
| 24 | +- Added dontIncludeSource to CliDumper and HtmlDumper ([#44623](https://github.com/laravel/framework/pull/44623)) |
| 25 | +- Added `Illuminate/Filesystem/FilesystemAdapter::checksum()` ([#44660](https://github.com/laravel/framework/pull/44660)) |
| 26 | +- Added handlers for silently discarded and missing attribute violations ([#44664](https://github.com/laravel/framework/pull/44664)) |
| 27 | + |
| 28 | +### Reverted |
| 29 | +- Reverted ["Let MustVerifyEmail to be used on models without id as primary key"](https://github.com/laravel/framework/pull/44613) ([#44672](https://github.com/laravel/framework/pull/44672)) |
| 30 | + |
| 31 | +### Changed |
| 32 | +- Create new Json ParameterBag Instance when cloning Request ([#44671](https://github.com/laravel/framework/pull/44671)) |
| 33 | +- Prevents booting providers when running env:decrypt ([#44654](https://github.com/laravel/framework/pull/44654)) |
| 34 | + |
| 35 | + |
| 36 | +## [v9.36.3](https://github.com/laravel/framework/compare/v9.36.2...v9.36.3) - 2022-10-19 |
| 37 | + |
| 38 | +### Reverted |
| 39 | +- Reverts micro-optimization on view events ([#44653](https://github.com/laravel/framework/pull/44653)) |
| 40 | + |
| 41 | +### Fixed |
| 42 | +- Fixes blade not forgetting compiled views on view:clear ([#44643](https://github.com/laravel/framework/pull/44643)) |
| 43 | +- Fixed `Illuminate/Database/Eloquent/Model::offsetExists()` ([#44642](https://github.com/laravel/framework/pull/44642)) |
| 44 | +- Forget component's cache and factory between tests ([#44648](https://github.com/laravel/framework/pull/44648)) |
| 45 | + |
| 46 | +### Changed |
| 47 | +- Bump Testbench dependencies ([#44651](https://github.com/laravel/framework/pull/44651)) |
| 48 | + |
| 49 | + |
| 50 | +## [v9.36.2](https://github.com/laravel/framework/compare/v9.36.1...v9.36.2) - 2022-10-18 |
| 51 | + |
| 52 | +### Fixed |
| 53 | +- Ensures view creators and composers are called when * is present ([#44636](https://github.com/laravel/framework/pull/44636)) |
| 54 | + |
| 55 | + |
| 56 | +## [v9.36.1](https://github.com/laravel/framework/compare/v9.36.0...v9.36.1) - 2022-10-18 |
| 57 | + |
| 58 | +### Fixed |
| 59 | +- Fixes livewire components that were using createBladeViewFromString ([#pull](https://github.com/laravel/framework/pull)) |
| 60 | + |
| 61 | + |
| 62 | +## [v9.36.0](https://github.com/laravel/framework/compare/v9.35.1...v9.36.0) - 2022-10-18 |
| 63 | + |
| 64 | +### Added |
| 65 | +- Added mailable assertions ([#44563](https://github.com/laravel/framework/pull/44563)) |
| 66 | +- Added `Illuminate/Testing/TestResponse::assertContent()` ([#44580](https://github.com/laravel/framework/pull/44580)) |
| 67 | +- Added to `Illuminate/Console/Concerns/InteractsWithIO::alert()` `$verbosity` param ([#44614](https://github.com/laravel/framework/pull/44614)) |
| 68 | + |
| 69 | +### Optimization |
| 70 | +- Makes blade components blazing fast ([#44487](https://github.com/laravel/framework/pull/44487)) |
| 71 | + |
| 72 | +### Fixed |
| 73 | +- Fixed `Illuminate/Filesystem/Filesystem::relativeLink()` ([#44519](https://github.com/laravel/framework/pull/44519)) |
| 74 | +- Fixed for `model:show` failing with models that have null timestamp columns ([#44576](https://github.com/laravel/framework/pull/44576)) |
| 75 | +- Allow Model::shouldBeStrict(false) to disable "strict mode" ([#44627](https://github.com/laravel/framework/pull/44627)) |
| 76 | + |
| 77 | +### Changed |
| 78 | +- Dont require a host for sqlite connections in php artisan db ([#44585](https://github.com/laravel/framework/pull/44585)) |
| 79 | +- Let MustVerifyEmail to be used on models without id as primary key ([#44613](https://github.com/laravel/framework/pull/44613)) |
| 80 | +- Changed `Illuminate/Routing/Route::controllerMiddleware()` ([#44590](https://github.com/laravel/framework/pull/44590)) |
| 81 | + |
| 82 | + |
| 83 | +## [v9.35.1](https://github.com/laravel/framework/compare/v9.35.0...v9.35.1) - 2022-10-11 |
| 84 | + |
| 85 | +### Fixed |
| 86 | +- Remove check for `$viewFactory->exists($component)` in `Illuminate/View/Compilers/ComponentTagCompiler::componentClass` ([7c6db00](https://github.com/laravel/framework/commit/7c6db000928be240dfc6996537a0fed5b8c68ebb)) |
| 87 | + |
| 88 | + |
| 89 | +## [v9.35.0](https://github.com/laravel/framework/compare/v9.34.0...v9.35.0) - 2022-10-11 |
| 90 | + |
| 91 | +### Added |
| 92 | +- Allow loading trashed models for resource routes ([#44405](https://github.com/laravel/framework/pull/44405)) |
| 93 | +- Added `Illuminate/Database/Eloquent/Model::shouldBeStrict()` and other ([#44283](https://github.com/laravel/framework/pull/44283)) |
| 94 | +- Controller middleware without resolving controller ([#44516](https://github.com/laravel/framework/pull/44516)) |
| 95 | +- Alternative Mailable Syntax ([#44462](https://github.com/laravel/framework/pull/44462)) |
| 96 | + |
| 97 | +### Fixed |
| 98 | +- Fix issue with aggregates (withSum, etc.) for pivot columns on self-referencing many-to-many relations ([#44286](https://github.com/laravel/framework/pull/44286)) |
| 99 | +- Fixes issue using static class properties as blade attributes ([#44473](https://github.com/laravel/framework/pull/44473)) |
| 100 | +- Traversable should have priority over JsonSerializable in EnumerateValues ([#44456](https://github.com/laravel/framework/pull/44456)) |
| 101 | +- Fixed `make:cast --inbound` so it's a boolean option, not value ([#44505](https://github.com/laravel/framework/pull/44505)) |
| 102 | + |
| 103 | +### Changed |
| 104 | +- Testing methods. Making error messages with json_encode more readable ([#44397](https://github.com/laravel/framework/pull/44397)) |
| 105 | +- Have 'Model::withoutTimestamps()' return the callback's return value ([#44457](https://github.com/laravel/framework/pull/44457)) |
| 106 | +- only load trashed models on relevant routes ([#44478](https://github.com/laravel/framework/pull/44478)) |
| 107 | +- Adding additional PHP extensions to shouldBlockPhpUpload Function ([#44512](https://github.com/laravel/framework/pull/44512)) |
| 108 | +- Register cutInternals casters for particularly noisy objects ([#44514](https://github.com/laravel/framework/pull/44514)) |
| 109 | +- Use get methods to access application locale ([#44521](https://github.com/laravel/framework/pull/44521)) |
| 110 | +- return only on non empty response from channels ([09d53ee](https://github.com/laravel/framework/commit/09d53eea674db7daa8bb65aa8fa7f2ca95e62b8d), [3944a3e](https://github.com/laravel/framework/commit/3944a3e34fe860633c77b574bbfbbcdabcf7d1e7)) |
| 111 | +- Correct channel matching ([#44531](https://github.com/laravel/framework/pull/44531)) |
| 112 | +- Migrate mail components ([#44527](https://github.com/laravel/framework/pull/44527)) |
4 | 113 |
|
5 | 114 |
|
6 | 115 | ## [v9.34.0](https://github.com/laravel/framework/compare/v9.33.0...v9.34.0) - 2022-10-04
|
|
0 commit comments