|
1 | 1 | # Release Notes |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/laravel/boost/compare/v1.0.9...main) |
| 3 | +## [Unreleased](https://github.com/laravel/boost/compare/v1.0.16...main) |
| 4 | + |
| 5 | +## [v1.0.16](https://github.com/laravel/boost/compare/v1.0.15...v1.0.16) - 2025-08-14 |
| 6 | + |
| 7 | +### What's Changed |
| 8 | + |
| 9 | +* refactor: streamline path resolution and simplify the MCP client interface by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/111 |
| 10 | +* Fix PHPStorm using absolute paths by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/109 |
| 11 | + |
| 12 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.15...v1.0.16 |
| 13 | + |
| 14 | +## [v1.0.15](https://github.com/laravel/boost/compare/v1.0.14...v1.0.15) - 2025-08-14 |
| 15 | + |
| 16 | +### What's Changed |
| 17 | + |
| 18 | +* fixes #67 by only finding files that begin with an uppercase letter by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/116 |
| 19 | + |
| 20 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.14...v1.0.15 |
| 21 | + |
| 22 | +## [v1.0.14](https://github.com/laravel/boost/compare/v1.0.13...v1.0.14) - 2025-08-14 |
| 23 | + |
| 24 | +### What's Changed |
| 25 | + |
| 26 | +* Fixes #85 by adding verbatim to flux component example by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/114 |
| 27 | + |
| 28 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.13...v1.0.14 |
| 29 | + |
| 30 | +## [v1.0.13](https://github.com/laravel/boost/compare/v1.0.12...v1.0.13) - 2025-08-14 |
| 31 | + |
| 32 | +### What's Changed |
| 33 | + |
| 34 | +* Fix volt blade parsing by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/112 |
| 35 | + |
| 36 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.12...v1.0.13 |
| 37 | + |
| 38 | +## [v1.0.12](https://github.com/laravel/boost/compare/v1.0.11...v1.0.12) - 2025-08-14 |
| 39 | + |
| 40 | +### What's Changed |
| 41 | + |
| 42 | +* tool: tinker: try to nudge away from creating test users ahead of time by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/108 |
| 43 | + |
| 44 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.11...v1.0.12 |
| 45 | + |
| 46 | +## [v1.0.11](https://github.com/laravel/boost/compare/v1.0.10...v1.0.11) - 2025-08-14 |
| 47 | + |
| 48 | +### What's Changed |
| 49 | + |
| 50 | +* tools: report-feedback: strengthen language on privacy by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/103 |
| 51 | + |
| 52 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.10...v1.0.11 |
| 53 | + |
| 54 | +## [v1.0.10](https://github.com/laravel/boost/compare/v1.0.9...v1.0.10) - 2025-08-14 |
| 55 | + |
| 56 | +### What's Changed |
| 57 | + |
| 58 | +* fixes #70 - make sure foundational rules are composed by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/84 |
| 59 | +* Update the bug report template's system info section by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/98 |
| 60 | +* Update Filament Guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/35 |
| 61 | +* Fix: Prevent autoloading non class-like files during discovery to avoid "FatalError: Cannot redeclare function" by [@zdearo](https://github.com/zdearo) in https://github.com/laravel/boost/pull/99 |
| 62 | + |
| 63 | +### New Contributors |
| 64 | + |
| 65 | +* [@zdearo](https://github.com/zdearo) made their first contribution in https://github.com/laravel/boost/pull/99 |
| 66 | + |
| 67 | +**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.9...v1.0.10 |
4 | 68 |
|
5 | 69 | ## [v1.0.9](https://github.com/laravel/boost/compare/v1.0.8...v1.0.9) - 2025-08-13 |
6 | 70 |
|
|
0 commit comments