Skip to content

Commit e7c3c41

Browse files
chore(release): 17.18.0 [skip ci]
# [17.18.0](v17.17.0...v17.18.0) (2024-11-12) ### Bug Fixes * **json-crdt-peritext-ui:** 🐛 do not break line at caret position ([d4598ce](d4598ce)) * **json-crdt-peritext-ui:** 🐛 do not break line on anchor inter-word insertion ([4c4d1ca](4c4d1ca)) * **json-crdt-peritext-ui:** 🐛 do not break words due to focus edge ([182fcbb](182fcbb)) ### Features * **json-crdt-extensions:** 🎸 print cursors in editor dump ([449c3e5](449c3e5)) * **json-crdt-peritext-ui:** 🎸 create `cursor` plugin ([43e86c6](43e86c6)) * **json-crdt-peritext-ui:** 🎸 improve anchor rendering ([7343d52](7343d52)) * **json-crdt-peritext-ui:** 🎸 improve cursor JSDocs ([4d9df82](4d9df82)) * **json-crdt-peritext-ui:** 🎸 separate caret score into its own component ([f69e93e](f69e93e)) * **json-crdt-peritext-ui:** 🎸 setup default theme ([a3ddfa9](a3ddfa9))
1 parent d266f88 commit e7c3c41

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [17.18.0](https://github.com/streamich/json-joy/compare/v17.17.0...v17.18.0) (2024-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **json-crdt-peritext-ui:** 🐛 do not break line at caret position ([d4598ce](https://github.com/streamich/json-joy/commit/d4598ce4867f6229b38842858263cc0c0129c24d))
7+
* **json-crdt-peritext-ui:** 🐛 do not break line on anchor inter-word insertion ([4c4d1ca](https://github.com/streamich/json-joy/commit/4c4d1cab783b735f4d4e62f2922233ebd1705727))
8+
* **json-crdt-peritext-ui:** 🐛 do not break words due to focus edge ([182fcbb](https://github.com/streamich/json-joy/commit/182fcbb7d6c80862c8bae8cf02b1ba2104b9659d))
9+
10+
11+
### Features
12+
13+
* **json-crdt-extensions:** 🎸 print cursors in editor dump ([449c3e5](https://github.com/streamich/json-joy/commit/449c3e53ed568385a95511a2c5997b75d40777f4))
14+
* **json-crdt-peritext-ui:** 🎸 create `cursor` plugin ([43e86c6](https://github.com/streamich/json-joy/commit/43e86c68adf359fe3ef30826c28b70293b7c7639))
15+
* **json-crdt-peritext-ui:** 🎸 improve anchor rendering ([7343d52](https://github.com/streamich/json-joy/commit/7343d52dd5acbe0e158ba0bb2b59b44f2b5d67c3))
16+
* **json-crdt-peritext-ui:** 🎸 improve cursor JSDocs ([4d9df82](https://github.com/streamich/json-joy/commit/4d9df821dd34cbbfe34575072737ebeeeb8643d0))
17+
* **json-crdt-peritext-ui:** 🎸 separate caret score into its own component ([f69e93e](https://github.com/streamich/json-joy/commit/f69e93e2896460c0f4abc1ef2f94fd1420bc7859))
18+
* **json-crdt-peritext-ui:** 🎸 setup default theme ([a3ddfa9](https://github.com/streamich/json-joy/commit/a3ddfa9161668596fc73a79d4043088ec17d402d))
19+
120
# [17.17.0](https://github.com/streamich/json-joy/compare/v17.16.0...v17.17.0) (2024-11-11)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-joy",
3-
"version": "17.17.0",
3+
"version": "17.18.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

0 commit comments

Comments
 (0)