User tests: Successful: Unsuccessful:
https://www.tiny.cloud/docs/changelog/#5100-2021-10-11
Resolve three outdated settings that are deprecated and will be removed in 6.0
Show deprecated notices when debug is enabled
https://github.com/codemirror/CodeMirror/releases/tag/5.63.2
Status | New | ⇒ | Pending |
Category | ⇒ | NPM Change Front End Plugins |
not a fan of adding that
not a fan of adding that
That's fine, by the way, you need to also update the package.json for the TinyMCE as 5.9.2
and 5.10.0
are different patch versions snd NPM will not automatically fetch the latter
yes it will - at least it did for me
Sorry I misunderstood you. It was late, I thought you were asking me to ADD the deprecated notices, not to remove them. Updating this PR shortly
Labels |
Added:
?
NPM Resource Changed
|
There were only three deprecation notices which I have resolved
gecko_spellchecker
force_p_newlines
inline_styles
took so long it has now been updated to 5.10.1
Took so long its now been updated to 5.10.2
Labels |
Added:
Release Blocker
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-11-21 21:20:28 |
Closed_By | ⇒ | wilsonge |
Thanks!
finally
thanks
@brianteeman could you add
'deprecation_warnings' => false
in the default options array as per their docs: https://www.tiny.cloud/docs/release-notes/6.0-upcoming-changes/I haven't tested but I suspect that there will be a lot of deprecations logged in the browser's console...
EDIT: This
'deprecation_warnings' => JDEBUG? true : false
might be a better fit now that I'm thinking about it