Releases: laravel/vs-code-extension
Releases · laravel/vs-code-extension
v1.0.13
What's Changed
- Fix for getTranslationPathByName with nested translations by @N1ebieski in #439
- Fix for DIRECTORY_SEPARATOR for Windows environment by @N1ebieski in #441
- Add ddev support by @damms005 in #398
Full Changelog: v1.0.12...v1.0.13
v1.0.12
What's Changed
- Add support for custom View extensions by @ryangjchandler in #429
- Support for configs in subfolders by @N1ebieski in #427
- Add support for root-level Inertia configs by @N1ebieski in #425
- Fix bug with unnecessary autocompletion blade components when name doesn't match by @N1ebieski in #417
- Support for linked parameter vscode.Diagnostic.code for diagnosticProvider by @N1ebieski in #415
- Add GH action for automatically formatting code by @joetannenbaum in #438
- Fix for Blade::anonymousComponentPath with double colon by @N1ebieski in #420
- Support for routes autocompletion for Route::is and routeIs methods by @N1ebieski in #411
- Fix for translations with numeric keys by @N1ebieski in #407
- Fix a bug with overrides vendor blade components by @N1ebieski in #361
- Fix Route not found error in web.php when using Volt by @N1ebieski in #349
New Contributors
- @ryangjchandler made their first contribution in #429
Full Changelog: v1.0.11...v1.0.12
v1.0.11
v1.0.10
v1.0.9
What's Changed
- Fix SyntaxError: Unexpected end of JSON input by @N1ebieski in #391
- Fix a bug with enums in config files by @N1ebieski in #390
- Fix Translation not found when contains non-standard character by @N1ebieski in #401
- Fix Translation detection breaks when there are blank lines in a JSON file by @N1ebieski in #399
- Fix False positive "Translation not found" with partial string in Laravel JSON translation by @N1ebieski in #375
Full Changelog: v1.0.8...v1.0.9
v1.0.6
What's Changed
- Support for Laravel 12 scope attributes by @joetannenbaum in #357
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Ability to quickly add
VITE_
env variables from existing by @joetannenbaum in #332 - Add trans_choice helper by @N1ebieski in #331
- Support for locale parameter in translations by @N1ebieski in #330
- Better resolution for
$request->user()
,auth()->user()
, andAuth::user()
by @joetannenbaum in #333
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Bump axios from 1.7.9 to 1.8.2 by @dependabot in #321
- Improve file watcher performance by @joetannenbaum in #327
- Autocompletion, linking, and diagnostics for Storage Disks by @joetannenbaum in #328
- Fix relative path when path does not exist by @N1ebieski in #322
- Automatically check lowercase Inertia view paths by @N1ebieski in #323
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Add link to blade file for MailMessage::markdown/view by @N1ebieski in #317
- Basic Folio support by @joetannenbaum in #319
- Fix TypeError: Cannot read properties of undefined (reading 'type') by @N1ebieski in #296
- Support for contracts by @N1ebieski in #298
- Option to disable model doc block generation + fix doc block extends by @joetannenbaum in #320
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Fix fetching Blade component properties when constructor is missing by @N1ebieski in #307
- Fix parsing of incomplete or incorrect language files by @balda38 in #311
- Support for vendor components by @N1ebieski in #310
New Contributors
- @N1ebieski made their first contribution in #307
Full Changelog: v1.0.1...v1.0.2