@tiptap/extension-find-and-replace changelog
Changelog for @tiptap/extension-find-and-replace
3.30.2
Patch Changes
- Updated dependencies
- Updated dependencies
- @tiptap/core@3.30.2
- @tiptap/pm@3.30.2
3.30.1
Patch Changes
- Updated dependencies
- @tiptap/core@3.30.1
- @tiptap/pm@3.30.1
3.30.0
Patch Changes
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @tiptap/core@3.30.0
- @tiptap/pm@3.30.0
3.29.2
Patch Changes
- Ensure only the active find-and-replace result keeps the current-result highlight while navigating matches.
- @tiptap/core@3.29.2
- @tiptap/pm@3.29.2
3.29.1
Patch Changes
- @tiptap/core@3.29.1
- @tiptap/pm@3.29.1
3.29.0
Minor Changes
- Added a new
@tiptap/extension-find-and-replaceextension. It searches the document for a term, highlights all matches with decorations, and replaces the current or all matches. Supports case-sensitive, whole-word, and RE2-compatible regex search, plus commands to jump between results. Regex search avoids catastrophic backtracking but does not support lookarounds or backreferences.
Patch Changes
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @tiptap/core@3.29.0
- @tiptap/pm@3.29.0