|
2 | 2 |
|
3 | 3 | All notable changes to the Laravel extension will be documented in this file. |
4 | 4 |
|
| 5 | +## v1.0.12 - 2025-08-19 |
| 6 | + |
| 7 | +### What's Changed |
| 8 | + |
| 9 | +* Add support for custom View extensions by [@ryangjchandler](https://github.com/ryangjchandler) in https://github.com/laravel/vs-code-extension/pull/429 |
| 10 | +* Support for configs in subfolders by [@N1ebieski](https://github.com/N1ebieski) in https://github.com/laravel/vs-code-extension/pull/427 |
| 11 | +* Add support for root-level Inertia configs by [@N1ebieski](https://github.com/N1ebieski) in https://github.com/laravel/vs-code-extension/pull/425 |
| 12 | +* Fix bug with unnecessary autocompletion blade components when name doesn't match by [@N1ebieski](https://github.com/N1ebieski) in https://github.com/laravel/vs-code-extension/pull/417 |
| 13 | +* Support for linked parameter vscode.Diagnostic.code for diagnosticProvider by [@N1ebieski](https://github.com/N1ebieski) in https://github.com/laravel/vs-code-extension/pull/415 |
| 14 | +* Add GH action for automatically formatting code by [@joetannenbaum](https://github.com/joetannenbaum) in https://github.com/laravel/vs-code-extension/pull/438 |
| 15 | +* Fix for Blade::anonymousComponentPath with double colon by [@N1ebieski](https://github.com/N1ebieski) in https://github.com/laravel/vs-code-extension/pull/420 |
| 16 | +* Support for routes autocompletion for Route::is and routeIs methods by [@N1ebieski](https://github.com/N1ebieski) in https://github.com/laravel/vs-code-extension/pull/411 |
| 17 | +* Fix for translations with numeric keys by [@N1ebieski](https://github.com/N1ebieski) in https://github.com/laravel/vs-code-extension/pull/407 |
| 18 | +* Fix a bug with overrides vendor blade components by [@N1ebieski](https://github.com/N1ebieski) in https://github.com/laravel/vs-code-extension/pull/361 |
| 19 | +* Fix Route not found error in web.php when using Volt by [@N1ebieski](https://github.com/N1ebieski) in https://github.com/laravel/vs-code-extension/pull/349 |
| 20 | + |
| 21 | +### New Contributors |
| 22 | + |
| 23 | +* [@ryangjchandler](https://github.com/ryangjchandler) made their first contribution in https://github.com/laravel/vs-code-extension/pull/429 |
| 24 | + |
| 25 | +**Full Changelog**: https://github.com/laravel/vs-code-extension/compare/v1.0.11...v1.0.12 |
| 26 | + |
5 | 27 | ## v1.0.11 - 2025-06-11 |
6 | 28 |
|
7 | 29 | ### What's Changed |
@@ -199,15 +221,15 @@ All notable changes to the Laravel extension will be documented in this file. |
199 | 221 | - Better support for earlier versions of Laravel (fixes for config and translation loading) |
200 | 222 | - If extension cannot load, give specific reason |
201 | 223 | - Support for linking in path helpers: |
202 | | - - `base_path` |
203 | | - - `resource_path` |
204 | | - - `config_path` |
205 | | - - `app_path` |
206 | | - - `database_path` |
207 | | - - `lang_path` |
208 | | - - `public_path` |
209 | | - - `storage_path` |
210 | | - |
| 224 | + - `base_path` |
| 225 | + - `resource_path` |
| 226 | + - `config_path` |
| 227 | + - `app_path` |
| 228 | + - `database_path` |
| 229 | + - `lang_path` |
| 230 | + - `public_path` |
| 231 | + - `storage_path` |
| 232 | + |
211 | 233 |
|
212 | 234 | ## [0.1.7] |
213 | 235 |
|
|
0 commit comments