Commit 35c9c40
committed
chore(release): 17.48.0 [skip ci]
# [17.48.0](v17.47.0...v17.48.0) (2025-07-05)
### Bug Fixes
* **json-crdt-extensions:** 🐛 correctly retrieve type discriminants ([9f062ae](9f062ae))
* **json-crdt-peritext-ui:** 🐛 allow string type tag names ([e5eeefc](e5eeefc))
### Features
* **json-crdt-extensions:** 🎸 add slice Tag class implementation ([80a133f](80a133f))
* **json-crdt-extensions:** 🎸 implement .tagDataAsObj() getter method ([3d4adb7](3d4adb7))
* **json-crdt-extensions:** 🎸 implement PersistedSlice.tagDataNode() method ([483802b](483802b))
* **json-crdt-extensions:** 🎸 implement various type handling utilities ([37a3d16](37a3d16))
* **json-crdt-extensions:** 🎸 improve .typeStepNode() implementation ([ffd8985](ffd8985))
* **json-crdt-extensions:** 🎸 improve nested type setup ([52ab5ae](52ab5ae))
* **json-crdt-extensions:** 🎸 improve PersistedSlice .tag() implementation ([4f15c04](4f15c04))
* **json-crdt-extensions:** 🎸 improve slice type APIs ([a380b23](a380b23))
* **json-crdt-extensions:** 🎸 make slice type be a method ([5dc54dc](5dc54dc))
* **json-crdt-extensions:** 🎸 return correct tag data and tag discriminant ([48eb69c](48eb69c))
* **json-crdt-extensions:** 🎸 specify marker detailed event interface ([63e720a](63e720a))
* **json-crdt-extensions:** 🎸 update .typeStepApi() method ([9760c50](9760c50))
* **json-crdt-peritext-ui:** 🎸 add support for tag updates in "marker" events ([6b4b675](6b4b675))
* **json-crdt-peritext-ui:** 🎸 add support for type update in marker "upd" event ([ab7384a](ab7384a))
* **json-crdt-peritext-ui:** 🎸 use correct nested block data ([e7235fd](e7235fd))
* **json-crdt:** 🎸 add node .op API ([2e4ed50](2e4ed50))
* **json-crdt:** 🎸 implement .del() method on MarkerSlice ([6a619b7](6a619b7))
* **json-crdt:** 🎸 use .upd() API of "arr" node in .replace() call ([726bbfe](726bbfe))
* **json-patch-diff:** 🎸 update diff API ([c134cf4](c134cf4))1 parent 9c8927f commit 35c9c40
2 files changed
+32
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
1 | 32 | | |
2 | 33 | | |
3 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments