Merge pull request #9370 from nextcloud/backport/9366/stable25

This commit is contained in:
Julius Härtl 2022-11-16 15:30:29 +01:00 committed by GitHub
commit ae977a350f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,11 @@ Upgrade to Nextcloud 19
Front-end changes
-----------------
Babel Polyfill removal
^^^^^^^^^^^^^^^^^^^^^^
Nextcloud 19 no longer ships a global Babel Polyfill but uses core-js instead. Make sure your front-end scripts don't reply on polyfilled browser APIs.
jQuery deprecation
^^^^^^^^^^^^^^^^^^