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