Skip to content

Commit 8d7e6cc

Browse files
committed
feat: add gap cursor extension to Tiptap editor for improved text selection
1 parent f048fb1 commit 8d7e6cc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## [1.18.0](https://github.com/Programmer-Network/yail/compare/yail-v1.17.0...yail-v1.18.0) (2025-12-01)
44

5-
65
### Features
76

8-
* add text color functionality to Tiptap editor with ColorDropdown component ([d05c4e6](https://github.com/Programmer-Network/yail/commit/d05c4e61ee33538aba1cc427432c9fea9392dbe2))
7+
- add text color functionality to Tiptap editor with ColorDropdown component
8+
([d05c4e6](https://github.com/Programmer-Network/yail/commit/d05c4e61ee33538aba1cc427432c9fea9392dbe2))
99

1010
## [1.17.0](https://github.com/Programmer-Network/yail/compare/yail-v1.16.0...yail-v1.17.0) (2025-12-01)
1111

vite.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export default defineConfig({
6565
"@tiptap/extension-text",
6666
"@tiptap/extension-text-style",
6767
"@tiptap/extension-youtube",
68+
"@tiptap/extension-gapcursor",
6869
"@tiptap/suggestion",
6970
"prosemirror-model",
7071
"prosemirror-state",

0 commit comments

Comments
 (0)