|
1 | 1 | # Release Notes |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/laravel/boost/compare/v1.0.18...main) |
| 3 | +## [Unreleased](https://github.com/laravel/boost/compare/v1.0.19...main) |
| 4 | + |
| 5 | +## [v1.0.19](https://github.com/laravel/boost/compare/v1.0.18...v1.0.19) - 2025-08-27 |
| 6 | + |
| 7 | +### What's Changed |
| 8 | + |
| 9 | +* Refactor creating laravel application instance using Testbench by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/boost/pull/127 |
| 10 | +* Fix Tailwind CSS title on README.md for consistency by [@xavizera](https://github.com/xavizera) in https://github.com/laravel/boost/pull/159 |
| 11 | +* feat: don't run Boost during testing by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/144 |
| 12 | +* Hide Internal Command `ExecuteToolCommand.php` from Artisan List by [@yitzwillroth](https://github.com/yitzwillroth) in https://github.com/laravel/boost/pull/155 |
| 13 | +* chore: removes non necessary php version constrant by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/boost/pull/166 |
| 14 | +* chore: removes non necessary pint version constrant by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/boost/pull/167 |
| 15 | +* Do not autoload classes while boost:install by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/180 |
| 16 | +* fix: prevent unwanted "null" file creation on Windows during installation by [@andreilungeanu](https://github.com/andreilungeanu) in https://github.com/laravel/boost/pull/189 |
| 17 | +* Improve `InjectBoost` middleware for response-type handling by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/179 |
| 18 | +* docs: README: Add Nova 4.x and 5.x by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/213 |
| 19 | +* refactor: change ./artisan to artisan by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/214 |
| 20 | +* feat: guidelines: add Inertia form guidelines by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/211 |
| 21 | + |
| 22 | +### New Contributors |
| 23 | + |
| 24 | +* [@crynobone](https://github.com/crynobone) made their first contribution in https://github.com/laravel/boost/pull/127 |
| 25 | +* [@xavizera](https://github.com/xavizera) made their first contribution in https://github.com/laravel/boost/pull/159 |
| 26 | +* [@nunomaduro](https://github.com/nunomaduro) made their first contribution in https://github.com/laravel/boost/pull/166 |
| 27 | +* [@andreilungeanu](https://github.com/andreilungeanu) made their first contribution in https://github.com/laravel/boost/pull/189 |
| 28 | + |
| 29 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.18...v1.0.19 |
4 | 30 |
|
5 | 31 | ## [v1.0.18](https://github.com/laravel/boost/compare/v1.0.17...v1.0.18) - 2025-08-16 |
6 | 32 |
|
|
0 commit comments