File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 1.3.9
4
+ - default regex value now supports nested folders
5
+ - default support for Inertia::modal macro
6
+ - default support for mailable markdown
7
+
3
8
## 1.3.8
4
9
Support named parameter
5
10
Original file line number Diff line number Diff line change 2
2
"name" : " laravel-goto-view" ,
3
3
"displayName" : " Laravel goto view" ,
4
4
"description" : " Quick jump to view" ,
5
- "version" : " 1.3.8 " ,
5
+ "version" : " 1.3.9 " ,
6
6
"publisher" : " codingyu" ,
7
7
"license" : " MIT" ,
8
8
"engines" : {
43
43
},
44
44
"laravel_goto_view.regex" : {
45
45
"type" : " string" ,
46
- "default" : " (?<=view\\ (['\" ]|\\ (view:.['\" ]|View::make\\ (['\" ]|@include\\ (['\" ]|@extends\\ (['\" ]|@component\\ (['\" ]|Inertia::(?:render|modal)\\ (['\" ]|\\ (component:.['\" ]|<)(?:x-|livewire:|[^'\"\\ s/>]+(?:\\ /[^'\"\\ s/>]+)*)" ,
46
+ "default" : " (?<=view\\ (['\" ]|markdown \\ ([' \" ]| \\ (view:.['\" ]|View::make\\ (['\" ]|@include\\ (['\" ]|@extends\\ (['\" ]|@component\\ (['\" ]|Inertia::(?:render|modal)\\ (['\" ]|\\ (component:.['\" ]|<)(?:x-|livewire:|[^'\"\\ s/>]+(?:\\ /[^'\"\\ s/>]+)*)" ,
47
47
"description" : " Custom regex for matching strings"
48
48
},
49
49
"laravel_goto_view.folders" : {
You can’t perform that action at this time.
0 commit comments