File tree 5 files changed +2
-4
lines changed
Tests/DependencyInjection
5 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ CHANGELOG
27
27
* Add ` array $tokenAttributes = [] ` optional parameter to ` KernelBrowser::loginUser() `
28
28
* Add support for relative URLs in BrowserKit's redirect assertion.
29
29
* Change BrowserKitAssertionsTrait::getClient() to be protected
30
+ * Removed the ` framework.asset_mapper.provider ` config option.
30
31
31
32
6.3
32
33
---
Original file line number Diff line number Diff line change 202
202
<xsd : attribute name =" importmap-path" type =" xsd:string" />
203
203
<xsd : attribute name =" importmap-polyfill" type =" xsd:string" />
204
204
<xsd : attribute name =" vendor-dir" type =" xsd:string" />
205
- <xsd : attribute
8000
span> name =" provider" type =" xsd:string" />
206
205
</xsd : complexType >
207
206
208
207
<xsd : complexType name =" asset_mapper_path" mixed =" true" >
Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ public function testAssetMapperCanBeEnabled()
134
134
'importmap_path ' => '%kernel.project_dir%/importmap.php ' ,
135
135
'importmap_polyfill ' => null ,
136
136
'vendor_dir ' => '%kernel.project_dir%/assets/vendor ' ,
137
- 'provider ' => 'jsdelivr.esm ' ,
138
137
'importmap_script_attributes ' => [],
139
138
];
140
139
@@ -671,7 +670,6 @@ protected static function getBundleDefaultConfig()
671
670
'importmap_path ' => '%kernel.project_dir%/importmap.php ' ,
672
671
'importmap_polyfill ' => null ,
673
672
'vendor_dir ' => '%kernel.project_dir%/assets/vendor ' ,
674
- 'provider ' => 'jsdelivr.esm ' ,
675
673
'importmap_script_attributes ' => [],
676
674
],
677
675
'cache ' => [
Original file line number Diff line number Diff line change 17
17
importmap-path =" %kernel.project_dir%/importmap.php"
18
18
importmap-polyfill =" https://cdn.example.com/polyfill.js"
19
19
vendor-dir =" %kernel.project_dir%/assets/vendor"
20
- provider =" jspm"
21
20
>
22
21
<framework : path >assets/</framework : path >
23
22
<framework : path namespace =" my_namespace" >assets2/</framework : path >
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ CHANGELOG
7
7
* Mark the component as non experimental
8
8
* Add CSS support to the importmap
9
9
* Add "entrypoints" concept to the importmap
10
+ * Always download packages locally instead of using a CDN
10
11
* Allow relative path strings in the importmap
11
12
* Add ` PreAssetsCompileEvent ` event when running ` asset-map:compile `
12
13
* Add support for importmap paths to use the Asset component (for subdirectories)
You can’t perform that action at this time.
0 commit comments