Merge pull request #9371 from nextcloud/backport/9366/stable24

This commit is contained in:
Julius Härtl 2022-11-16 15:30:31 +01:00 committed by GitHub
commit 7c5ff5d934
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
^^^^^^^^^^^^^^^^^^