Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Releases: deanblackborough/php-quill-renderer

Minor corrections to v0.20

02 Mar 10:43
Compare
Choose a tag to compare

Updated readme after refactoring.
Updated all method comments.

Reworked renderer

28 Feb 16:01
Compare
Choose a tag to compare
  • Reworked rendering, generate a content array rather than creating HTML in order.
  • Added a base class so additional rendering classes can be developed.

Attempted to add support for lists, failed at the last hurdle, need to alter how code deals with new lines and then try again.

Initial development release

26 Feb 14:50
Compare
Choose a tag to compare

Initial release, converts delta inserts into HTML, support four attributes,
bold, strike, italic and underline. The HTML tag to be used for each
attribute can be set along with the attributes to use for newlines and paragraphs,
defauls to br and p.