Releases: nozer/quill-delta-to-html
Releases · nozer/quill-delta-to-html
Fixed inline code issue
Added support for checked/unchecked lists
Update tsconfig to be more strict and fixed ensuing errors
v0.9.3 Made tsconfig even more strict and fixed compilation errors
Changed the way urls are verified
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
Added type definitions
Added type definitions
Link target attribute
Made link target attribute configurable and allowed individual ops to override it
v0.5.7
Added support for image width attribute
Releasing contributed the support for image width attribute.
Added new options
- 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