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
parent cc0ee2f783
commit cf130dbba2
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8

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