Skip to content

Commit 2c3f668

Browse files
authored
Update removed-backward-incompatibility.md
Drop ES5
1 parent 132a708 commit 2c3f668

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
@@ -35,5 +35,9 @@ class MyModel extends ListModel {
3535
}
3636
```
3737

38+
### Drop -es5.js files
39+
- PR: https://github.com/joomla/joomla-cms/pull/39618
40+
- 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 .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!
41+
.
3842
### CSS removals
3943
The CSS class ".ie11" was removed [via PR #39018](https://github.com/joomla/joomla-cms/pull/39018)

0 commit comments

Comments
 (0)