This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
Releases: ueberdosis/prosemirror-to-html
Releases · ueberdosis/prosemirror-to-html
2.7.0
- Add support for title attribute to link mark (#59) @arthurperton
- github-actions(deps): bump actions/cache from 2.1.5 to 2.1.6 (#58) @dependabot
- github-actions(deps): bump shivammathur/setup-php from 2.11.0 to 2.12.0 (#61) @dependabot
- github-actions(deps): bump shivammathur/setup-php from 2.10.0 to 2.11.0 (#55) @dependabot
2.6.0
- Marks inside Links produce a mess, fix #50 (#51) @hanspagel
- github-actions(deps): bump actions/cache from v2.1.4 to v2.1.5 (#54) @dependabot
2.5.0
- force UTF-8 encoding, fix #52
- use htmlspecialchars instead of htmlentities
- github-actions(deps): bump shivammathur/setup-php from 2.9.0 to 2.10.0 (#49) @dependabot
- github-actions(deps): bump actions/cache from v2.1.3 to v2.1.4 (#48) @dependabot
- composer(deps-dev): update phpunit/phpunit requirement from ^7.0|^8.0|^9.0 to ^7.5.20 (#47) @dependabot
2.4.0
- Add Horizontal Rule (#46) @jasonvarga
2.3.0
- add support for ordered lists offset
- updated dependencies
- migrated PHPUnit configuration
2.2.0: PHP 8 (#44)
- github-actions(deps): bump shivammathur/setup-php from 2.8.0 to 2.9.0 (#43) @dependabot
- github-actions(deps): bump shivammathur/setup-php from 2.7.0 to 2.8.0 (#42) @dependabot
- github-actions(deps): bump actions/cache from v2.1.2 to v2.1.3 (#41) @dependabot
- github-actions(deps): bump actions/checkout from v2.3.3 to v2.3.4 (#40) @dependabot
- github-actions(deps): bump shivammathur/setup-php from 2.6.0 to 2.7.0 (#39) @dependabot
- github-actions(deps): bump actions/cache from v2.1.1 to v2.1.2 (#37) @dependabot
- github-actions(deps): bump shivammathur/setup-php from 2.5.0 to 2.6.0 (#38) @dependabot
- github-actions(deps): bump actions/checkout from v2.3.2 to v2.3.3 (#34) @dependabot
2.1.0
- Add Images management (#33) @Julien1138
- github-actions(deps): bump shivammathur/setup-php from 2.4.3 to 2.5.0 (#32) @dependabot
- Fix link of status badge (#30) @mmachatschek
- Remove outdated travis config (#31) @mmachatschek
2.0.2
0.10.0: Merge pull request #18 from jackmcdade/master
Add Strike mark