This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
Releases: ueberdosis/html-to-prosemirror
Releases · ueberdosis/html-to-prosemirror
1.5.0
- Add horizontal rule (#41) @jasonvarga
1.4.0
- add support for ordered list offset
- update dependencies
1.3.0
- PHP 8 (#40) @jasonvarga
- add ability to use custom nodes and marks (#37) @sauerbraten
- github-actions(deps): bump shivammathur/setup-php from 2.8.0 to 2.9.0 (#39) @dependabot
- github-actions(deps): bump shivammathur/setup-php from 2.7.0 to 2.8.0 (#38) @dependabot
- github-actions(deps): bump actions/checkout from v2.3.3 to v2.3.4 (#36) @dependabot
- github-actions(deps): bump actions/cache from v2.1.2 to v2.1.3 (#35) @dependabot
- github-actions(deps): bump shivammathur/setup-php from 2.6.0 to 2.7.0 (#34) @dependabot
- github-actions(deps): bump shivammathur/setup-php from 2.5.0 to 2.6.0 (#32) @dependabot
- github-actions(deps): bump actions/cache from v2.1.1 to v2.1.2 (#33) @dependabot
- github-actions(deps): bump actions/checkout from v2.3.2 to v2.3.3 (#31) @dependabot
1.2.0
- BREAKING CHANGE: keep content of unknown tags, fixes #8
- rename debug helper to
debugJson()
1.1.0
0.7.0: Merge pull request #9 from jasonvarga/blockquote
Support blockquotes