Skip to content

Releases: ueberdosis/tiptap-php

2.0.0

26 Jun 14:29
458194a
Compare
Choose a tag to compare

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 the allowedProtocols option while setting up your editor instance or link extension.
  • 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

Full Changelog: 1.4.0...2.0.0

1.4.0

12 Aug 08:29
6406671
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

25 Jun 19:53
1d4be93
Compare
Choose a tag to compare

What's Changed

  • fix misaligned tags for overlapping marks by @faltjo in #37

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

27 Apr 14:26
ff25575
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

07 Feb 13:40
34c0b24
Compare
Choose a tag to compare
  • Escapes HTML attribute values
  • Add the TaskList and TaskItem nodes
  • Adds a CodeBlockHighlight node
  • Adds a CodeBlockShiki node
  • Adds a getText() method to retrieve plain text
  • Loop through nodes with $editor->descendants()

1.0.0

27 Jan 15:08
Compare
Choose a tag to compare

Say hello to the new Tiptap package for PHP! 👋