updated ui/dist

This commit is contained in:
Gani Georgiev
2024-07-09 21:53:16 +03:00
parent f5f92fde58
commit b0f8c78022
33 changed files with 43 additions and 43 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
## v0.22.17
- Updated the `editor` field to use the latest TinyMCE 6.8.4.
_Previous versions shouldn't be directly affected by the TinyMCE security issues because we don't use the vulnerable options/plugins and we have a default CSP in the Admin UI, but it is recommended to update even just for silencing the CI/CD warnings._
- Updated the `editor` field to use the latest TinyMCE 6.8.4 since it comes with some minor security fixes.
_The Admin UI shouldn't be affected by the older TinyMCE because we don't use directly the vulnerable options/plugins and we have a default CSP, but it is recommended to update even just for silencing the CI/CD warnings._
- Disabled mouse selection when changing the sidebar width.
_This should also fix the reported Firefox issue when the sidebar width "resets" on mouse release out of the page window._