@platejs/combobox@52.0.14
- #4790 by @felixfeng33 – Fix type error
@platejs/combobox@52.0.13
-
#4762 by @felixfeng33 – Add
getUserIdoption toTriggerComboboxPluginOptionsto fix combobox popover opening for all users in Yjs collaboration modeWhen a user types a trigger character (e.g.
/or@), the combobox input now stores the creator'suserId. 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"), }, });
@platejs/yjs@52.0.13
-
#4762 by @felixfeng33 – Add
userIdoption to YjsPlugin for combobox collaboration supportYjsPlugin.configure({ options: { userId: user?.id, }, });
shadcn@3.6.1
- #9054
d3156c09ae1df2321c0505db6b2e637374e320f7Thanks @shadcn! - fix resolver for url