Releases: ueberdosis/tiptap-php
Releases · ueberdosis/tiptap-php
2.0.0
What's Changed
- Fix:
README.md
code examples by @silasjoisten in #56 - Fix
README.md
ordered list by @silasjoisten in #57 - Fix to deprecated function call by @aSeriousDeveloper in #52
- Add VSCode launch configuration for PHP testing by @timoisik in #61
- Dropping php 7.4 support by @timoisik in #63
- Upgrade nodejs for tests by @timoisik in #64
- Fix whitespace in expected HTML output for CodeBlockShikiTest by @timoisik in #62
- Use priority for parseHTML (extensions) by @alanpoulain in #60
- Add workflow_dispatch trigger to GitHub Actions by @timoisik in #65
- add class attribute for link when parsing from html by @chatelardfrancois in #50
- Add Color extension by @timoisik in #66
- Change
<strike>
to<s>
in HTML rendering and update related tests by @timoisik in #67 - Add FontFamily extension with parsing and rendering support by @timoisik in #68
- Breaking change: feat: add URL sanitization to Link mark by @timoisik in #70
- If you want to allow other protocols than
'http', 'https', 'ftp', 'ftps', 'mailto', 'tel', 'callto', 'sms', 'cid', 'xmpp'
for your link extension, please make sure to add these to theallowedProtocols
option while setting up your editor instance or link extension.
- If you want to allow other protocols than
- Breaking change: Removed wrapper logic which wrapps lists into p tags by @timoisik in #71
- If you were relying on this feature, make sure your tiptap JSON or HTML always matches what you expect upfront.
New Contributors
- @silasjoisten made their first contribution in #56
- @aSeriousDeveloper made their first contribution in #52
- @alanpoulain made their first contribution in #60
- @chatelardfrancois made their first contribution in #50
Full Changelog: 1.4.0...2.0.0
1.4.0
What's Changed
- Fix ordered list
start
attribute name by @jacksleight in #32 - Upgrade Shiki by @heywhy in #46
- Update CodeBlock.php by @killjin in #44
- Fix multidimensional array check by @godismyjudge95 in #39
- Don't fail on missing code tag in code block parsing by @dbohn in #27
- Remove Strict Versioning on scrivo/highlight.php by @digidux in #42
- Fix namespaces in examples by @jeremyVignelles in #49
New Contributors
- @heywhy made their first contribution in #46
- @killjin made their first contribution in #44
- @godismyjudge95 made their first contribution in #39
- @dbohn made their first contribution in #27
- @digidux made their first contribution in #42
- @jeremyVignelles made their first contribution in #49
Full Changelog: 1.3.0...1.4.0
1.3.0
1.2.0
What's Changed
- Fix merging class attributes by @jacksleight in #34
- Add PHP 7.4 support by @jonassiewertsen in #22
- Fixed pslam messages for request time usage by @timoisik in #35
New Contributors
- @jacksleight made their first contribution in #34
- @jonassiewertsen made their first contribution in #22
- @timoisik made their first contribution in #35
Full Changelog: 1.1.0...1.2.0