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

Confirm PHP8.1 support

15 Dec 13:36
Compare
Choose a tag to compare

Minor release because there were no changes required and I'm not removed support for PHP7.4

Changed

  • Confirmed everything works as expected on PHP 8.1.

Removed

  • Removed an old dependency from when I used Travis

Single item lists never close

28 Apr 21:50
Compare
Choose a tag to compare

Fixed

  • Fixed an issue rendering single item lists, they don't get closed if they are the first content, thank you hybridvision.
  • Minor code style fixes.
  • Corrections to README.

PHP 8 and 7.4

16 Feb 13:57
bcaa787
Compare
Choose a tag to compare
  • Update requirements to PHP 8 or PHP 7.4.
  • Update tests to run on latest version of PHP Unit.
  • Removed Travis config, will switch to GitHub actions at some point soon.

Single item lists never close

28 Apr 21:39
bcaa787
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fixed an issue rendering single item lists, they don't get closed if they are the first content, thank you hybridvision.
  • Minor code style fixes.
  • Corrections to README.

Custom attributes on videos

10 Dec 22:46
Compare
Choose a tag to compare

Define custom attributes to ignore

24 Nov 23:48
1eb2fb5
Compare
Choose a tag to compare
  • Custom attributes values which aren't strings are ignored.
  • Custom attributes which the parser should ignore can now be defined.

Allow arrays as well as json

01 May 11:38
78bb8bb
Compare
Choose a tag to compare
  • Allow decoded json to be passed in rather than the library decode it, thank you Lode Claassen.
  • Validation code DRY, thank you Lode Claassen.

Exception messages incorrect

10 Apr 12:59
adfcfc9
Compare
Choose a tag to compare
  • Missing supported format in exception methods, thank you Lode Claassen.

Allow through all deltas

09 Mar 12:20
56bfdbc
Compare
Choose a tag to compare
  • Additional work to fix #117, allow through any empty insert, some are valid so for now just render what quill wants, I'll add strict mode later to remove what I consider to be the redundant inserts.

Compound deltas not aware they can be links

07 Mar 23:49
86a4946
Compare
Choose a tag to compare
  • Fixed #117, compound deltas not aware of the fact that they can also be links.
  • Fixed #109 again as it appears I did not fix it correctly before.