⚠️ - POSSIBLY BREAKING CHANGE
Docs
- Update broken link in Components. Closes #1689
Changed
- ⚠️ Set
contentTypeJson default to true (RemoteStorage)
- Added
<a> to default notTextable option in the Canvas configuration. Closes #1699
- Updated
add and get methods in Selector module, now they can receive an array of selectors to add/get
- Allow to render blocks container outside by using
external option. #1716
- Agjust
justify-content in traits style. Closes #1726
- Adjust component toolbar positioning. #1728 by @arthuralmeidap
- Pass the Editor instance on
load event
- Update classes in SectorView to allow an easier customization. Closes #1753
Added
- Added
autoscrollLimit option in the Canvas module
- Added
credentials option in the Storage module (for the RemoteStorage) by @arthuralmeidap
- Added
modal:open and modal:close events in the Modal module. Closes #1717
- Added
setRule and getRule in CssComposer module
- Added
ignoreCategories option to the render method in BlockManager module
- Added
customFetch option in AssetManager module
Fixed
- Avoid updating frame offset on Layer click. Fixes #1711
- Fixed UndoManager in components with
scripts. Closes #1512 by @thinkanymore