Skip to content

Commit e3aff15

Browse files
chore(release): 15.5.0 [skip ci]
# [15.5.0](v15.4.1...v15.5.0) (2024-04-26) ### Features * **json-crdt-extensions:** 🎸 add block tag type ([120ba2f](120ba2f)) * **json-crdt-extensions:** 🎸 add OverlayPoint implementation ([ca037e6](ca037e6)) * **json-crdt-extensions:** 🎸 implement overlay "ref" concept ([7c31a6f](7c31a6f)) * **json-crdt-extensions:** 🎸 improve overlay point layer insertion ([70748ac](70748ac)) * **json-crdt-extensions:** 🎸 improve OverlayPoint marker operations ([7aea094](7aea094)) * **json-crdt-extensions:** 🎸 improve OverlayPoint ref operations ([8a23776](8a23776)) ### Performance Improvements * **json-crdt-extensions:** ⚡️ remove immediately from the right bucket ([faf466f](faf466f))
1 parent fc82cb6 commit e3aff15

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [15.5.0](https://github.com/streamich/json-joy/compare/v15.4.1...v15.5.0) (2024-04-26)
2+
3+
4+
### Features
5+
6+
* **json-crdt-extensions:** 🎸 add block tag type ([120ba2f](https://github.com/streamich/json-joy/commit/120ba2f56be87640fe8eff09918eef55a609f56f))
7+
* **json-crdt-extensions:** 🎸 add OverlayPoint implementation ([ca037e6](https://github.com/streamich/json-joy/commit/ca037e6a0d3a3a94511755c06c4d8a350a339649))
8+
* **json-crdt-extensions:** 🎸 implement overlay "ref" concept ([7c31a6f](https://github.com/streamich/json-joy/commit/7c31a6fadb84c391a7ede68dd094bb8dd63bd0bd))
9+
* **json-crdt-extensions:** 🎸 improve overlay point layer insertion ([70748ac](https://github.com/streamich/json-joy/commit/70748ac60fc15b8f35e5ed5361011c873d46753b))
10+
* **json-crdt-extensions:** 🎸 improve OverlayPoint marker operations ([7aea094](https://github.com/streamich/json-joy/commit/7aea094eaefc5a8ce6a0691e4a189b3a96718ef6))
11+
* **json-crdt-extensions:** 🎸 improve OverlayPoint ref operations ([8a23776](https://github.com/streamich/json-joy/commit/8a237760a999987c5e00baaa40ccc1110faeb5cf))
12+
13+
14+
### Performance Improvements
15+
16+
* **json-crdt-extensions:** ⚡️ remove immediately from the right bucket ([faf466f](https://github.com/streamich/json-joy/commit/faf466f71f3a1c8d68702f58181cd85b11981c4b))

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": "11.2.0",
3+
"version": "15.5.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

0 commit comments

Comments
 (0)