7 hours ago
plate

@platejs/combobox@52.0.14

Patch Changes

8 hours ago
plate

@platejs/combobox@52.0.13

Patch Changes

  • #4762 by @felixfeng33 – Add getUserId option to TriggerComboboxPluginOptions to fix combobox popover opening for all users in Yjs collaboration mode

    When a user types a trigger character (e.g. / or @), the combobox input now stores the creator's userId. Only the creator will see the auto-focused combobox popover.

    SlashPlugin.configure({
      options: {
        getUserId: (editor) => editor.getOption(YjsPlugin, "userId"),
      },
    });
    
    MentionPlugin.configure({
      options: {
        getUserId: (editor) => editor.getOption(YjsPlugin, "userId"),
      },
    });
8 hours ago
plate

@platejs/yjs@52.0.13

Patch Changes

  • #4762 by @felixfeng33 – Add userId option to YjsPlugin for combobox collaboration support

    YjsPlugin.configure({
      options: {
        userId: user?.id,
      },
    });
12 hours ago
ui

shadcn@3.6.1

3.6.1

Patch Changes