Document that Nextcloud does not ship a Babel Polyfill anymore

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2022-11-14 18:33:31 +01:00 committed by backportbot-nextcloud[bot]
parent a42a76a1a0
commit f3bdaf49db

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
^^^^^^^^^^^^^^^^^^