Migrating to Version 8
#
plugin-commons separationThe wix-rich-content-editor-common
package size has been significantly reduced -- all the plugin-related stuff now resides in a separate wix-rich-content-plugin-commons
package.
The change is almost internal, except just the one drawback. It is now required to import plugin-commons
styles:
either in JS:
or in CSS:
#
ThemecreateTheme()
is removed#
- Please remove any calls for
createTheme
as those will no longer work - In addition, you can safely remove
ricos-theme
from yourpackage.json
as it is also no longer in use
#
Before#
After#
Design Updates(relevant to cssOverride
/ legacy theme
prop)
If you're overriding styles, make sure your CSS files are aligned with this version's updates.
Listed below are the major style changes. If you face conflicts related to other changes that aren't listed here, you can check the the rest of the .scss differences here.
plugin-mentions
#
Before | After |
---|---|
Inline Toolbar
#
Before | After |
---|---|
Plugin Toolbar
#
Before | After |
---|---|