Skip to content

Commit 986066f

Browse files
committed
Fix Qodo Finding
1 parent 5e5ace2 commit 986066f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/44-50/removed-backward-incompatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class MyModel extends ListModel {
4747

4848
## Drop ES5 Files
4949
- PR: https://github.com/joomla/joomla-cms/pull/39618
50-
- Descriptions: The build tools won't produce `es5.js` files (IIFE, transpiled to ES5) anymore. Further more the dependencies in all the assets.json files that were pointing to these (es5) files were removed (the actual entries for the -es5.js were kept for B/C but the URLs are empty, the files won't be loaded). The .es6.js files are transpiled to ES2018 and specifically the minimum browser versions are the ones from [caniuse: es6-module](https://caniuse.com/es6-module). 3rd PD code that used the `type=module`/`nomodule` to load modern/legacy code will still work as it did before but the core is not distributiong anymore `IE11` compatible scripts!
50+
- Descriptions: The build tools won't produce `es5.js` files (IIFE, transpiled to ES5) anymore. Further more the dependencies in all the assets.json files that were pointing to these (es5) files were removed (the actual entries for the -es5.js were kept for B/C but the URLs are empty, the files won't be loaded). The .es6.js files are transpiled to ES2018 and specifically the minimum browser versions are the ones from [caniuse: es6-module](https://caniuse.com/es6-module). 3rd PD code that used the `type=module`/`nomodule` to load modern/legacy code will still work as it did before but the core is not distributing anymore `IE11` compatible scripts!
5151

5252
## CSS Removals
5353
The CSS class ".ie11" was removed [via PR #39018](https://github.com/joomla/joomla-cms/pull/39018)

0 commit comments

Comments
 (0)