Merge pull request #5174 from nextcloud/backport/5166/stable20

[stable20] Document the escape-html removal
This commit is contained in:
Morris Jobke 2020-10-06 09:02:41 +02:00 committed by GitHub
commit f69f041d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,10 @@ Search
The unified search replaces the traditional search input, hence ``OCA.Search`` became a noop. For backwards compatibility, the code will not raise any errors now, but it does not have any functionality.
Removed globals
***************
* ``escape-html``: use `the escape-html package <https://www.npmjs.com/package/escape-html>` or similar
Back-end changes
^^^^^^^^^^^^^^^^