Skip to content

Commit 94e59e4

Browse files
authored
Merge pull request #85 from dgrammatiko/patch-1
[5.0] Drop ES5: Update removed-backward-incompatibility.md
2 parents 520766c + 9bed7ab commit 94e59e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ class MyModel extends ListModel {
4444
}
4545
```
4646

47+
### Drop -es5.js files
48+
- PR: https://github.com/joomla/joomla-cms/pull/39618
49+
- Descriptions: The build tools won't produce es5 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 acutal 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+
.
4751
### CSS removals
4852
The CSS class ".ie11" was removed [via PR #39018](https://github.com/joomla/joomla-cms/pull/39018)
4953

0 commit comments

Comments
 (0)