diff --git a/.changeset/big-wolves-design.md b/.changeset/big-wolves-design.md new file mode 100644 index 000000000..087895266 --- /dev/null +++ b/.changeset/big-wolves-design.md @@ -0,0 +1,5 @@ +--- +"@tiptap/extension-placeholder": major +--- + +Officially remove the `considerAnyAsEmpty` which has not been used since version 2.5 diff --git a/packages/extension-placeholder/src/placeholder.ts b/packages/extension-placeholder/src/placeholder.ts index 08427a257..ad0fb8638 100644 --- a/packages/extension-placeholder/src/placeholder.ts +++ b/packages/extension-placeholder/src/placeholder.ts @@ -31,12 +31,6 @@ export interface PlaceholderOptions { }) => string) | string - /** - * See https://github.com/ueberdosis/tiptap/pull/5278 for more information. - * @deprecated This option is no longer respected and this type will be removed in the next major version. - */ - considerAnyAsEmpty?: boolean - /** * **Checks if the placeholder should be only shown when the editor is editable.** *