Skip to content

Releases: DevExpress/devextreme-quill

1.1.1: Mark th and thead tags as acceptable values (#8)

02 Jun 07:01
65dcb0e
Compare
Choose a tag to compare

Tune rendering of tables with headers

1.1.0: Add multiline module (#7)

25 May 15:22
ce925cf
Compare
Choose a tag to compare
  • 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

29 Mar 13:17
Compare
Choose a tag to compare

Sync with the origin

0.10.3

15 Mar 11:26
Compare
Choose a tag to compare
0.10.3 Pre-release
Pre-release

Fixed pasting stringified HTML markup

0.10.2

28 Jan 14:47
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release

Hotfix for the Clipboard module

0.10.1

28 Jan 14:23
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

Clipboard module - improved backward compatibility of text matchers
Keyboard module - onKeydown callback added

Resolved webpack compatibility issue

22 Dec 11:37
d5a5831
Compare
Choose a tag to compare
Pre-release

T958647

0.9.7

02 Dec 10:02
Compare
Choose a tag to compare
0.9.7 Pre-release
Pre-release

Fixed warnings in devtools

0.9.6

27 Nov 14:52
Compare
Choose a tag to compare
0.9.6 Pre-release
Pre-release

Fixed SSR operability

0.9.5

21 Sep 21:25
Compare
Choose a tag to compare
0.9.5 Pre-release
Pre-release

"Array.prototype.fill" polyfill has been added [IE11]