[#3257] normalize pasted text in the editor field

This commit is contained in:
Gani Georgiev
2023-09-05 10:36:17 +03:00
parent a88b3c5db3
commit 89a0520f7d
32 changed files with 120 additions and 84 deletions
+3 -2
View File
@@ -19,7 +19,9 @@
- Added `NoDecimal` `number` field option.
- Added new "Strip urls domain" `editor` field option to allow controlling the default TinyMCE urls behavior (_default to `false` for new content_).
- `editor` field improvements
- Added new "Strip urls domain" option to allow controlling the default TinyMCE urls behavior (_default to `false` for new content_).
- Normalized pasted text, while still preserving links, lists, tables, etc. formatting ([#3257](https://github.com/pocketbase/pocketbase/issues/3257)).
- Added option to auto generate admin and auth record passwords from the Admin UI.
@@ -111,7 +113,6 @@
- Bumped the min required TLS version to 1.2 in order to improve the cert reputation score.
- Reduced the default JSVM prewarmed pool size to 25 to reduce the initial memory consumptions (_you can manually adjust the pool size with `--hooksPool=50` if you need to, but the default should suffice for most cases_).
- Update `gocloud.dev` dependency to v0.34 and explicitly set the new `NoTempDir` fileblob option to prevent the cross-device link error introduced with v0.33.