Skip to content

Latest commit

 

History

History
343 lines (220 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

343 lines (220 loc) · 11.5 KB

@udecode/plate-mention

5.3.5

Patch Changes

5.3.1

Patch Changes

5.3.0

Patch Changes

5.2.3

Patch Changes

5.2.2

Patch Changes

5.2.1

Patch Changes

5.2.0

Minor Changes

  • #1116 86837955 Thanks @dylans! - mention, reintroduce insertSpaceAfterMention, decouple id from pluginKey

Patch Changes

  • #1112 9910a511 Thanks @dylans! - Mention: getMentionOnSelectItem now receives an optional pluginKey

5.1.1

Patch Changes

5.1.0

Patch Changes

5.0.1

Patch Changes

5.0.0

Major Changes

  • #1086 9a091446 Thanks @zbeyens! - The mention plugin is now using the combobox.
    • removed useMentionPlugin in favor of createMentionPlugin
      • migration: replace useMentionPlugin().plugin by createMentionPlugin()
    • removed options:
      • mentionableSearchPattern
      • insertSpaceAfterMention
      • maxSuggestions: moved to comboboxStore
      • trigger: moved to comboboxStore
      • mentionables: moved to items in comboboxStore
      • mentionableFilter: moved to filter in comboboxStore
    • removed matchesTriggerAndPattern in favor of getTextFromTrigger
    • removed MentionNodeData in favor of ComboboxItemData
    export interface ComboboxItemData {
      /**
       * Unique key.
       */
      key: string;
      /**
       * Item text.
       */
      text: any;
      /**
       * Whether the item is disabled.
       * @default false
       */
      disabled?: boolean;
      /**
       * Data available to `onRenderItem`.
       */
      data?: unknown;
    }

Minor Changes

  • #1086 9a091446 Thanks @zbeyens! - feat:
    • dependency: "@udecode/plate-combobox": "4.4.0"
    • defaults: COMBOBOX_TRIGGER_MENTION = '@'
    • getMentionOnSelectItem

Patch Changes

4.4.0

Patch Changes

4.3.7

Patch Changes

4.3.0

Patch Changes

3.4.0

Patch Changes

3.2.0

Minor Changes

Patch Changes

3.1.3

Patch Changes

2.0.0

Patch Changes

1.1.7

Patch Changes

1.1.6

Patch Changes

1.0.0

Major Changes

🎉 The Slate Plugins project has evolved to Plate 🎉

To migrate, install @udecode/plate[-x] then find and replace all occurrences of:

  • slate-plugins to plate
  • SlatePlugins to Plate
  • SlatePlugin to PlatePlugin

1.0.0-next.61

This is the last version of @udecode/slate-plugins[-x], please install @udecode/plate[-x]. This is the last version of @udecode/slate-plugins[-x], please install @udecode/plate[-x].

Patch Changes

1.0.0-next.59

Patch Changes

1.0.0-next.56

Patch Changes

1.0.0-next.55

Patch Changes

1.0.0-next.54

Patch Changes

1.0.0-next.53

Patch Changes

1.0.0-next.46

Patch Changes

1.0.0-next.40

Patch Changes

1.0.0-next.39

Patch Changes

1.0.0-next.37

Patch Changes

1.0.0-next.36

Patch Changes

1.0.0-next.32

Patch Changes

1.0.0-next.30

Patch Changes

1.0.0-next.29

Patch Changes

1.0.0-next.28

Patch Changes

1.0.0-next.26

Patch Changes