Quill Delta To Html Versions Save

Converts Quill's delta ops to HTML

v0.9.6

5 years ago

Thanks to @volser

v0.9.3

5 years ago

v0.9.1

5 years ago

Possibly breaking change

Changed the way urls are sanitized. Absolute urls must be provided for links, media, etc. Urls with unsupported protocol are prepended with unsafe:. Supported protocols are: http:, https:, ftp:, sftp, file:, blob:, mailto:, tel:, data:image/

v0.8.4

5 years ago

Fixed tests

v0.8.3

5 years ago

Added type definitions

v0.8.0

6 years ago

Made link target attribute configurable and allowed individual ops to override it

v0.5.7

6 years ago

Fixed extra lines in <pre> and added validation and tests for mentions

v0.5.2

6 years ago

Releasing contributed the support for image width attribute.

v0.5.1

6 years ago
  • new option to set rel attribute on links
  • new option to allow non hex values on color attributes
  • add css classes to background attribute

Thanks @iddanh