Skip to content

Releases: nartix/tiptap-inline-code-highlight

v1.0.13

14 Jun 08:21
4a63076
Compare
Choose a tag to compare

🛠 Fix

  • Add static configure() method to CodeInlineLowlight TypeScript declaration

    • Aligns typings with actual implementation
    • Enables usage like CodeInlineLowlight.configure({ lowlight }) without TS errors

✅ Other improvements

  • No runtime behavior changes — fully backward-compatible
  • Ready for patch release

👥 Contributors

Thanks to @gary-jensen for this fix!

v1.0.12

17 Dec 07:01
Compare
Choose a tag to compare

Changed from Dependencies to PeerDependencies for @tiptap/core in NPM Package.

v1.0.11

26 Mar 14:01
Compare
Choose a tag to compare

Stable

v1.0.10

26 Mar 07:43
Compare
Choose a tag to compare
  • Error in extension: disrupts Tiptap plugins.
  • Better to handle errors gracefully, return empty array.

v1.0.9

25 Mar 04:46
Compare
Choose a tag to compare

Minor superficial changes.

v1.0.8

24 Mar 14:17
Compare
Choose a tag to compare

Bug fixed: Initial content not being highlighted

v1.0.5

24 Mar 12:18
Compare
Choose a tag to compare

Minor update