ueberdosis/tiptap-php
A PHP package to work with Tiptap output
2.1.1
20M downloads/mo
#402 most downloaded on Packagist
ueberdosis/tiptap-php
What this package is like to depend on
Last release 2 months ago
12 Jun 2026
Ships fairly regularly
a new release about every 7 months
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
8 releases · first in 2022
2 releases in the last 12 months
see the full history below
Release timeline
8 releases · Jan 2022 to Jun 2026
2023
2024
2025
2026
Releases
latest 8-
2.1.112 Jun 2026 -
2.1.010 Jan 2026Release notes
Open source →What's Changed
- Feat: add Details extension support by @awcodes in #72
- Chore: failing tests for link issues by @awcodes in #74
- Fix: add missing newlines at the end of DetailsTest.php files by @timoisik in #75
- Fix: Handle duplicate mark instances correctly in DOMSerializer by @o1y in #82
- Fix styling by @timoisik in #84
- Update Image.php to include width and height by @remedix in #79
New Contributors
- @awcodes made their first contribution in #72
- @o1y made their first contribution in #82
- @remedix made their first contribution in #79
Full Changelog: 2.0.0...2.1.0
-
2.0.026 Jun 2025Release notes
Open source →What's Changed
- Fix:
README.mdcode examples by @silasjoisten in #56 - Fix
README.mdordered 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 theallowedProtocolsoption 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
- Fix:
-
1.4.012 Aug 2024Release notes
Open source →What's Changed
- Fix ordered list
startattribute 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
- Fix ordered list
-
1.3.025 Jun 2023 -
1.2.027 Apr 2023Release notes
Open source →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
-
1.1.007 Feb 2022Release notes
Open source →- Escapes HTML attribute values
- Add the
TaskListandTaskItemnodes - Adds a
CodeBlockHighlightnode - Adds a
CodeBlockShikinode - Adds a
getText()method to retrieve plain text - Loop through nodes with
$editor->descendants()
-
1.0.027 Jan 2022