* Update text.js
to fix measuring text when opentype features are passed in to .text()
* added simple test
* Update CHANGELOG.md
---------
Co-authored-by: Libor M. <liborm85@gmail.com>
* adds test cases for ordered lists
* fixes broken labels for ordered lists (#1517)
* adds test for sub-lists (ordered and unordered)
* update changelog for fix of #1517
---------
Co-authored-by: David <filecage@users.noreply.github.com>
* adds test case with line-breaks in list items
reproduces #1486
* use LineBreaker per item and only draw `firstLine` once
fixes#1486
* boyscout: consistent naming
* boyscout: test multiple line break versions
* update changelog for fix of #1486
---------
Co-authored-by: David <filecage@users.noreply.github.com>
* Rework integrations tests to compare pdf screenshots instead of raw content
* Update documentation and configuration related to integration/visual tests