Skip to content

Commit e456d27

Browse files
committed
2 parents 7545a00 + 97799f1 commit e456d27

File tree

1 file changed

+31
-9
lines changed

1 file changed

+31
-9
lines changed

CHANGELOG.md

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to the Laravel extension will be documented in this file.
44

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+
527
## v1.0.11 - 2025-06-11
628

729
### What's Changed
@@ -199,15 +221,15 @@ All notable changes to the Laravel extension will be documented in this file.
199221
- Better support for earlier versions of Laravel (fixes for config and translation loading)
200222
- If extension cannot load, give specific reason
201223
- 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+
211233

212234
## [0.1.7]
213235

0 commit comments

Comments
 (0)