Releases: DevExpress/devextreme-quill
Releases · DevExpress/devextreme-quill
1.1.1: Mark th and thead tags as acceptable values (#8)
Tune rendering of tables with headers
1.1.0: Add multiline module (#7)
- Added multiline module
To insert soft break use the Shift + Enter
keyboard shortcut.
This functionality is experimental and is disabled by default.
To enable a module, add it to the module list when you initialize the component
new DevExpress.Quill('#editor', {
modules: {
multiline: true
}
});
1.0.0
0.10.3
0.10.2
0.10.1
Resolved webpack compatibility issue
T958647