All release notes

v1.191.11

1 fix

Update TiptapNoteLink to use named imports for ProseMirror plugins

  • Replaced dynamic imports with named imports for `Plugin` and `PluginKey` from `@tiptap/pm/state` in the TiptapNoteLink component.
  • Improved code clarity and maintainability by using explicit imports.