-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Tinymce to v5 #2670
Update Tinymce to v5 #2670
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tinymce feature spec is broken, but it looks pretty neat.
Tinymce 5 uses the complete editor interface for min height. We can remove the complex min height calculation now. Raising the default min height to a more usable height.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 8782 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 8840 lines exceeds the maximum allowed for the inline comments feature.
We need the matchMedia mock, because - once again - jsdom has not implemented it (*sigh). Otherwise the spec will not even load, because Tinymce 5 needs this standard HTML API do be defined. The intersection observer spec does not work anymore. The feature itself works in the browser, but not in Jest specs. Skipping for now.
We do not use jQueryUI anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 8841 lines exceeds the maximum allowed for the inline comments feature.
What is this pull request for?
Updates bundled Tinymce Editor to v5.10.9
Notable changes
Updates the theme and icon set to match latest UI changes.
Please follow https://www.tiny.cloud/docs/migration-from-4x/ if you have custom plugins installed.
Screenshots
Checklist