Skip to content

Commit 4cfaa27

Browse files
chore(release): 17.38.0 [skip ci]
# [17.38.0](v17.37.0...v17.38.0) (2025-04-04) ### Bug Fixes * **json-crdt-peritext-ui:** 🐛 re-render debug overlays on screen size changes ([b299caf](b299caf)) ### Features * **json-crdt-peritext-ui:** 🎸 create formal cursor state ([89640a9](89640a9)) * **json-crdt-peritext-ui:** 🎸 immediately construct <div> source node and state ([44e1596](44e1596)) * **json-crdt-peritext-ui:** 🎸 improve boundary element mapping ([4a35ac7](4a35ac7)) * **json-crdt-peritext-ui:** 🎸 improve DOM and React integration ([b744164](b744164)) * **json-crdt-peritext-ui:** 🎸 improve re-rendering implementation ([98f69e7](98f69e7)) * **json-crdt-peritext-ui:** 🎸 index all inline elements ([44f4f2e](44f4f2e)) * **json-crdt-peritext-ui:** 🎸 index leaf block DOM elements ([9917b37](9917b37)) * **json-crdt-peritext-ui:** 🎸 move state one folder up ([680213c](680213c)) * **json-crdt-peritext-ui:** 🎸 position caret at line end ([87c5a7a](87c5a7a)) * **json-crdt-peritext-ui:** 🎸 retrieve spans of first block ([deb7223](deb7223))
1 parent af5964f commit 4cfaa27

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [17.38.0](https://github.com/streamich/json-joy/compare/v17.37.0...v17.38.0) (2025-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **json-crdt-peritext-ui:** 🐛 re-render debug overlays on screen size changes ([b299caf](https://github.com/streamich/json-joy/commit/b299caf5f97e105821ce31c4e48a6288e690d1d0))
7+
8+
9+
### Features
10+
11+
* **json-crdt-peritext-ui:** 🎸 create formal cursor state ([89640a9](https://github.com/streamich/json-joy/commit/89640a9c27a74bb614c9bc5d192cdbcd800e0ea8))
12+
* **json-crdt-peritext-ui:** 🎸 immediately construct <div> source node and state ([44e1596](https://github.com/streamich/json-joy/commit/44e15960438402d52eb58aa550db874a238f124c))
13+
* **json-crdt-peritext-ui:** 🎸 improve boundary element mapping ([4a35ac7](https://github.com/streamich/json-joy/commit/4a35ac79a65115ff96c170f6174e838b7e40f239))
14+
* **json-crdt-peritext-ui:** 🎸 improve DOM and React integration ([b744164](https://github.com/streamich/json-joy/commit/b7441648b4993b2eb35e3d3073c0d5b6a6a3a8c3))
15+
* **json-crdt-peritext-ui:** 🎸 improve re-rendering implementation ([98f69e7](https://github.com/streamich/json-joy/commit/98f69e7887514a32516ea51f4ee66304a6720e47))
16+
* **json-crdt-peritext-ui:** 🎸 index all inline elements ([44f4f2e](https://github.com/streamich/json-joy/commit/44f4f2ea34f868a186d870597df003d14be243c4))
17+
* **json-crdt-peritext-ui:** 🎸 index leaf block DOM elements ([9917b37](https://github.com/streamich/json-joy/commit/9917b37addd2af60ccdeb1826abb21816e6e31a8))
18+
* **json-crdt-peritext-ui:** 🎸 move state one folder up ([680213c](https://github.com/streamich/json-joy/commit/680213c8922acf9a9aab9c6af8d8e66f6fb6ec22))
19+
* **json-crdt-peritext-ui:** 🎸 position caret at line end ([87c5a7a](https://github.com/streamich/json-joy/commit/87c5a7af57734e4ae888387d92349921a7ee9901))
20+
* **json-crdt-peritext-ui:** 🎸 retrieve spans of first block ([deb7223](https://github.com/streamich/json-joy/commit/deb72236114857e648d442b817c9ff4f6bb0ed6e))
21+
122
# [17.37.0](https://github.com/streamich/json-joy/compare/v17.36.0...v17.37.0) (2025-04-01)
223

324

package.json

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

0 commit comments

Comments
 (0)