Docs
- Updated Blocks module documentation.
- Updated CSSRule model documentation.
- Added Components & CSS section.
- Added Frame model documentation.
Added
- Added
getAllWrapper
method to Pages API. - Added
remove
andaddRules
methods to CssComposer API. - Added
onReady
method to Editor instance. - Added support for component related styles.
- Added support for custom Block Manager with the new
config.blockManager.custom
option. More about this here.
Changed
Fixed
- Fixed CssComposer add/get methods
- Fixed default render of modules containing
appendTo
#3835