Skip to content

Releases: nozer/quill-delta-to-html

Fixed inline code issue

28 Aug 15:52
Compare
Choose a tag to compare

Added support for checked/unchecked lists

16 Aug 14:18
Compare
Choose a tag to compare

Update tsconfig to be more strict and fixed ensuing errors

14 Aug 15:45
Compare
Choose a tag to compare
v0.9.3

Made tsconfig even more strict and fixed compilation errors

Changed the way urls are verified

07 Aug 07:44
Compare
Choose a tag to compare

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/

Test fix

10 Jun 15:09
Compare
Choose a tag to compare

Fixed tests

Added type definitions

10 Jun 14:33
Compare
Choose a tag to compare

Added type definitions

Link target attribute

22 Apr 11:32
Compare
Choose a tag to compare

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

v0.5.7

13 Jan 17:07
Compare
Choose a tag to compare

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

Added support for image width attribute

22 Dec 12:22
79ae541
Compare
Choose a tag to compare

Releasing contributed the support for image width attribute.

Added new options

10 Aug 18:15
Compare
Choose a tag to compare
  • 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