@tiptap-pro/server-ai-toolkit Changelog

Changelog for @tiptap-pro/server-ai-toolkit

0.9.0

Minor Changes

  • dfa6fec: Rename getSchemaAwarenessData to getEditorContext.

    The getSchemaAwarenessData export is still available for backwards compatibility.

0.8.0

0.7.0

0.6.1

0.6.0

0.5.0

0.4.0

0.3.10

0.3.9

Patch Changes

  • 19c0fb9: Stop assigning _hash values during editor load and document updates. The hash extensions now only define the _hash attribute.

0.3.8

0.3.7

Patch Changes

  • 0608c46: Minor bugfixes & improvements

0.3.6

0.3.5

0.3.4

0.3.3

0.3.2

0.3.1

0.3.0

Minor Changes

  • 7a2f040: Added the ServerAiToolkit extension.

Patch Changes

  • 55562f3: Fix table row hashing when AI Toolkit operations parse standalone table HTML such as <tr> content.

0.2.3

0.2.2

0.2.1

0.2.0

0.1.4

0.1.3

0.1.2

0.1.1

0.1.0

Minor Changes

  • e214bc6: Start a new versioning scheme that aligns all AI toolkit and server AI toolkit packages on the same version.

3.0.0-alpha.4

Patch Changes

  • Avoid using ProseMirror APIs like toObject that are not supported by older versions.

3.0.0-alpha.3

Major changes

  • Initial release of the server AI toolkit cloud service

3.0.0-alpha.2

Patch Changes

  • Fix bug that caused the document to not be updated correctly when the tiptapEdit tool was used to insert content, because the current document was not correctly linked to the current schema.

3.0.0-alpha.1

Major changes

  • Initial alpha release of the Server AI Toolkit