Skip to content

Releases: streamich/json-joy

v17.44.0

22 Jun 11:45
Compare
Choose a tag to compare

17.44.0 (2025-06-22)

Bug Fixes

  • json-crdt-extensions: ๐Ÿ› correctly overwrite formatting data (da100fd)
  • json-crdt-extensions: ๐Ÿ› do not type into array unnecessarily (fe236cc)
  • json-crdt-peritext-ui: ๐Ÿ› remove formatting by its ID (350a45c)

Features

  • json-crdt-extensions: ๐ŸŽธ add "format" event "set" action (3c4a344)
  • json-crdt-extensions: ๐ŸŽธ add ability to clear all cursors (e58aa07)
  • json-crdt-extensions: ๐ŸŽธ add ability to remove formatting by ID (d371ba6)
  • json-crdt-extensions: ๐ŸŽธ add attr data to multiple levels (d92ccb1)
  • json-crdt-extensions: ๐ŸŽธ add event part to select specific slice (f4b5796)
  • json-crdt-extensions: ๐ŸŽธ add initial "upd" formatting implementation (1f43820)
  • json-crdt-extensions: ๐ŸŽธ can retrieve formatting data and force it to be "obj" node (dceae02)
  • json-crdt-extensions: ๐ŸŽธ cleanup slice type annotations (167a78b)
  • util: ๐ŸŽธ add basic Iterator polyfill (6edbe87)

v17.43.0

22 May 18:08
Compare
Choose a tag to compare

17.43.0 (2025-05-22)

Features

  • json-crdt-extensions: ๐ŸŽธ move Peritext events into the extension folder (6cb6b69)

v17.42.0

15 May 13:34
Compare
Choose a tag to compare

17.42.0 (2025-05-15)

Bug Fixes

  • json-crdt-extensions: ๐Ÿ› assign type (d73aa54)
  • json-crdt-extensions: ๐Ÿ› do not create collapsed leading Inline elements (01c7271)
  • json-crdt-extensions: ๐Ÿ› do not override custom HTML tag importers (bba3703)
  • json-crdt-peritext-ui: ๐Ÿ› apply editor main CSS styles (502f0c1)
  • json-crdt-peritext-ui: ๐Ÿ› be more specific when hiding caret, imlement on inline lvl (2886117)
  • json-crdt-peritext-ui: ๐Ÿ› collapse selection on no visible chars (ab4bae5)
  • json-crdt-peritext-ui: ๐Ÿ› hide system selection on inline element level (499b5d6)
  • json-crdt-peritext-ui: ๐Ÿ› render overlays over cursor (bce0793)
  • json-crdt-peritext-ui: ๐Ÿ› show back button only when necessary (76a71e0)
  • json-crdt-peritext-ui: ๐Ÿ› switch plugin places (cc3785e)

Features

  • json-crdt-extensions: ๐ŸŽธ add ability to attach custom data to slice definitions (cfb5511)
  • json-crdt-extensions: ๐ŸŽธ add ability to start slice configuration (56809bd)
  • json-crdt-extensions: ๐ŸŽธ add name to slices in registry (e199f9d)
  • json-crdt-extensions: ๐ŸŽธ add slice type tag extration utility (73f1ed5)
  • json-crdt-extensions: ๐ŸŽธ harden registry usage, make it required (8434117)
  • json-crdt-extensions: ๐ŸŽธ implement Printable in slice registry and add TypeTag type (6834881)
  • json-crdt-extensions: ๐ŸŽธ improve Peritext model schema definitions (369b2b3)
  • json-crdt-extensions: ๐ŸŽธ improve slice configuration types (076c480)
  • json-crdt-extensions: ๐ŸŽธ lazily construct slice registry on first use (a857223)
  • json-crdt-extensions: ๐ŸŽธ make pending caret formatting undefined if empty (dfa72ac)
  • json-crdt-peritext-ui: ๐ŸŽธ add component (459bc03)
  • json-crdt-peritext-ui: ๐ŸŽธ add and components (b5b6fe6)
  • json-crdt-peritext-ui: ๐ŸŽธ add component (676a93f)
  • json-crdt-peritext-ui: ๐ŸŽธ add ability to delete selected formatting (70cf09e)
  • json-crdt-peritext-ui: ๐ŸŽธ add ability to enter formatting edit mode (178c94d)
  • json-crdt-peritext-ui: ๐ŸŽธ add ability to navigate back on slice edit (99bf99c)
  • json-crdt-peritext-ui: ๐ŸŽธ add ability to render generic formatting item (6d0028f)
  • json-crdt-peritext-ui: ๐ŸŽธ add ability to set URL title (b74c9c6)
  • json-crdt-peritext-ui: ๐ŸŽธ add caret bottom state management and ability to select (edbc869)
  • json-crdt-peritext-ui: ๐ŸŽธ add formatting header buttons (fde45ea)
  • json-crdt-peritext-ui: ๐ŸŽธ add link decoration styles (34bdb11)
  • json-crdt-peritext-ui: ๐ŸŽธ add link shortcut annotation (cca77cb)
  • json-crdt-peritext-ui: ๐ŸŽธ add more state to formatting editing (2e72e9b)
  • json-crdt-peritext-ui: ๐ŸŽธ add tooltips to link card buttons (5b1f12b)
  • json-crdt-peritext-ui: ๐ŸŽธ add url clearing button (86caa86)
  • json-crdt-peritext-ui: ๐ŸŽธ allow onKeyDown prop in component (8b394e6)
  • json-crdt-peritext-ui: ๐ŸŽธ allow registration of custom slice data (50b1f53)
  • json-crdt-peritext-ui: ๐ŸŽธ allow to specify positioning function (7cb816d)
  • json-crdt-peritext-ui: ๐ŸŽธ close config popup on cursor moves (96a1e2e)
  • json-crdt-peritext-ui: ๐ŸŽธ close config popup on Esc press (c2fd415)
  • json-crdt-peritext-ui: ๐ŸŽธ create custom portal element container in editor (43b9427)
  • json-crdt-peritext-ui: ๐ŸŽธ create dedicated formatting manager component (e345a81)
  • json-crdt-peritext-ui: ๐ŸŽธ create editor wrapper element (6b7fada)
  • json-crdt-peritext-ui: ๐ŸŽธ create link configuration component (6f3041e)
  • json-crdt-peritext-ui: ๐ŸŽธ create link element renderer (86f6fce)
  • json-crdt-peritext-ui: ๐ŸŽธ create new formatting setup (bec4382)
  • json-crdt-peritext-ui: ๐ŸŽธ diff and save edited formatting (66743ef)
  • json-crdt-peritext-ui: ๐ŸŽธ dispatch link annotation update event (1509c75)
  • json-crdt-peritext-ui: ๐ŸŽธ display cursor anchor position with the dotted border (5159ce9)
  • json-crdt-peritext-ui: ๐ŸŽธ enable copy buttom (5a89530)
  • json-crdt-peritext-ui: ๐ŸŽธ helper components for card rendering (cb74d6b)
  • json-crdt-peritext-ui: ๐ŸŽธ highglight caret and editor focus in debug mode (b62e0fa)
  • json-crdt-peritext-ui: ๐ŸŽธ implement full URL parsing (2439dcc)
  • json-crdt-peritext-ui: ๐ŸŽธ implement various formatting renderers (f756754)
  • json-crdt-peritext-ui: ๐ŸŽธ improve "format" event interface and default impl (0c2a65d)
  • json-crdt-peritext-ui: ๐ŸŽธ improve color formatting definition (d6321b0)
  • json-crdt-peritext-ui: ๐ŸŽธ improve context menu header presentation (ef5cffc)
  • json-crdt-peritext-ui: ๐ŸŽธ improve CSS layouts (b088d9b)
  • json-crdt-peritext-ui: ๐ŸŽธ improve design of the link card (958f30b)
  • **json-crd...
Read more

v17.41.0

10 May 10:11
Compare
Choose a tag to compare

17.41.0 (2025-05-10)

Bug Fixes

  • json-crdt-diff: ๐Ÿ› correct issues found by fuzzer (c6fbe17)
  • json-crdt-diff: ๐Ÿ› improve array diff edge cases (7d68bc1)
  • json-crdt-diff: ๐Ÿ› use unicode encoding for binary data (1df2781)
  • json-patch-diff: ๐Ÿ› allow string node type change (68b8b27)
  • util: ๐Ÿ› correct line diff line beginning normalization (a29b4b7)
  • util: ๐Ÿ› correctly assign last line patch operation (20d1199)
  • util: ๐Ÿ› correctly compute diff source offset (cb247c8)
  • util: ๐Ÿ› correctly determini line operation on last line no-newline op (82a97fe)
  • util: ๐Ÿ› do not emit empty operations (7383d95)
  • util: ๐Ÿ› do not emit empty operations (bdde345)
  • util: ๐Ÿ› handle correctly array shifts (1cbc8a5)
  • util: ๐Ÿ› improve handling of line separators (33a8316)
  • util: ๐Ÿ› improve line diff assignment, use a newline char per line (11eaaa8)
  • util: ๐Ÿ› keep new-line on line end fixes (b5a9b99)

Features

  • json-crdt-diff: ๐ŸŽธ handle case where "obj" value not compatible with dst value (587d2c5)
  • json-crdt-diff: ๐ŸŽธ implement "bin" node diffing (c03ede5)
  • json-crdt-diff: ๐ŸŽธ implement "val" node diff (030023b)
  • json-crdt-diff: ๐ŸŽธ implement array diff apply(), start using arrayd diff in CRDT (bc25ff6)
  • json-crdt-diff: ๐ŸŽธ implement diff for "vec" nodes (4e3067e)
  • json-crdt-diff: ๐ŸŽธ implement initial "arr" node diff (fd88982)
  • json-crdt-diff: ๐ŸŽธ implement StrNode diff (f1db4d8)
  • json-crdt-diff: ๐ŸŽธ improve binary node handling (9ae5c90)
  • json-crdt-diff: ๐ŸŽธ insert missing keys into "obj" (14e64fb)
  • json-crdt-diff: ๐ŸŽธ pass in source length on patch application (5968a47)
  • json-crdt-diff: ๐ŸŽธ remove deleted "obj" keys (a0e148f)
  • json-crdt-diff: ๐ŸŽธ support entering "obj" entries (036b58e)
  • json-crdt-diff: ๐ŸŽธ use line diff in JSON CRDT diff (ff97192)
  • json-crdt-peritext-ui: ๐ŸŽธ implement text diff (395b4db)
  • json-hash: ๐ŸŽธ assert structural hash in variants (9187472)
  • json-hash: ๐ŸŽธ implement structural hashing for CRDT nodes (ada9067)
  • json-hash: ๐ŸŽธ produce hashes for binary data (3abcfcf)
  • json-patch-diff: ๐ŸŽธ add array node diff implementation (a6a28ef)
  • json-patch-diff: ๐ŸŽธ implement diff for object nodes (d7066d3)
  • json-patch-diff: ๐ŸŽธ setup JSON Patch diff algorithm implementation (0427a1a)
  • json-patch-diff: ๐ŸŽธ use line diff in JSON Patch diff (83694ad)
  • util: ๐ŸŽธ add diff utility methods (0fb9c7c)
  • util: ๐ŸŽธ add initial implementation of line matching (d89fb9e)
  • util: ๐ŸŽธ cleanup array diff (64fc4b7)
  • util: ๐ŸŽธ create line-by-line patch module (ca9ae65)
  • util: ๐ŸŽธ handle new line chars (5ff05bf)
  • util: ๐ŸŽธ implement array diff child element entry (1853633)
  • util: ๐ŸŽธ implement binary to hex transforms (66c37c1)
  • util: ๐ŸŽธ implement diff for binary data (a740d02)
  • util: ๐ŸŽธ implement line matching (b75cbfe)
  • util: ๐ŸŽธ initial by-line diff implementation (d786e53)
  • util: ๐ŸŽธ initial, outer, implementation of array diff (2a40471)
  • util: ๐ŸŽธ match line in line patch (68f131e)
  • util: ๐ŸŽธ normalize line beginnings across inserts (b6f142a)

Performance Improvements

  • json-hash: โšก๏ธ use custom insertion sort implementation (b55ff6a)
  • util: โšก๏ธ cleanup line diff algorithm (0330f0d)

v17.40.0

18 Apr 12:25
Compare
Choose a tag to compare

17.40.0 (2025-04-18)

Bug Fixes

  • json-crdt-peritext-ui: ๐Ÿ› on double-click make sure the focus is in front (b4ec3d3)

Features

  • json-crdt-peritext-ui: ๐ŸŽธ add actions to block type menu (a3bb8df)
  • json-crdt-peritext-ui: ๐ŸŽธ add heading renderers (7f21ee7)
  • json-crdt-peritext-ui: ๐ŸŽธ allow to specify partial implementation in cboard action (8f8ee78)
  • json-crdt-peritext-ui: ๐ŸŽธ create local expandable toolbar component (253b541)
  • json-crdt-peritext-ui: ๐ŸŽธ improve clipboard action behavior (77bc14f)
  • json-crdt-peritext-ui: ๐ŸŽธ move focus toolbar into viewport (4bfd16e)
  • json-crdt-peritext-ui: ๐ŸŽธ show only main cursor toolbar over focus caret (2a5cdd8)
  • json-crdt-peritext-ui: ๐ŸŽธ update block context menu (c26aaab)

v17.39.0

13 Apr 22:15
Compare
Choose a tag to compare

17.39.0 (2025-04-13)

Bug Fixes

  • json-crdt-extensions: ๐Ÿ› correct various selection set edge cases (0b72bc9)
  • json-crdt-extensions: ๐Ÿ› correctly return undefined when at ABS start (97eebb6)
  • json-crdt-extensions: ๐Ÿ› correctly return undefined when querying at ABS end (b77ffe2)
  • json-crdt-extensions: ๐Ÿ› return all cursors even in presence of other slice types (4c92831)
  • json-crdt-extensions: ๐Ÿ› return undefined overlay point and ABS start when needed (a3ca966)
  • json-crdt-peritext-ui: ๐Ÿ› adjust anchor point correctly as start-end points swap (0c0f6c6)
  • json-crdt-peritext-ui: ๐Ÿ› correctly handle unit deletes (79651ef)
  • json-crdt-peritext-ui: ๐Ÿ› handle line info retrieval and ABS end (c844c69)
  • json-crdt-peritext-ui: ๐Ÿ› make multi-cursor work again (6d003de)
  • json-crdt-peritext-ui: ๐Ÿ› safely detect text ABS ends (4be2ab0)
  • json-crdt-peritext-ui: ๐Ÿ› update active block ID on any event (1fc31bd)

Features

  • json-crdt-extensions: ๐ŸŽธ implement selection set construction (cf739a1)
  • json-crdt-peritext-ui: ๐ŸŽธ add "vline" movement unit (2a50aed)
  • json-crdt-peritext-ui: ๐ŸŽธ add block clipboard menu (087ded5)
  • json-crdt-peritext-ui: ๐ŸŽธ add block menu definition (f5abe26)
  • json-crdt-peritext-ui: ๐ŸŽธ add support for selections to "format" events (8a8ac43)
  • json-crdt-peritext-ui: ๐ŸŽธ bump nice-ui dependency (41cd50a)
  • json-crdt-peritext-ui: ๐ŸŽธ connect basic block type actions to menu (1773026)
  • json-crdt-peritext-ui: ๐ŸŽธ enable point movements (0d75e8c)
  • json-crdt-peritext-ui: ๐ŸŽธ handle more input events (7156cf5)
  • json-crdt-peritext-ui: ๐ŸŽธ handle word jumps (790c29e)
  • json-crdt-peritext-ui: ๐ŸŽธ implement block selection action (2473ecf)
  • json-crdt-peritext-ui: ๐ŸŽธ improve "delete" event interface (ca8b147)
  • json-crdt-peritext-ui: ๐ŸŽธ improve cursor event (fee232c)
  • json-crdt-peritext-ui: ๐ŸŽธ improve selection set move algorithm (33ad929)
  • json-crdt-peritext-ui: ๐ŸŽธ integrate selection set concept into "buffer" events (90cf6f3)
  • json-crdt-peritext-ui: ๐ŸŽธ introduce selections in "marker" events (37aed34)
  • json-crdt-peritext-ui: ๐ŸŽธ move cursor after paste (92e2b84)
  • json-crdt-peritext-ui: ๐ŸŽธ render elements (6adcb00)
  • json-crdt-peritext-ui: ๐ŸŽธ render block left toolbar menu (6dc779e)
  • json-crdt-peritext-ui: ๐ŸŽธ restructure toolbar plugin inline and block folders (05f8642)
  • json-crdt-peritext-ui: ๐ŸŽธ set context menu width (af2b057)
  • json-crdt-peritext-ui: ๐ŸŽธ setup block menu toolbar rendering (52e7fd3)
  • json-crdt-peritext-ui: ๐ŸŽธ setup leaf block overlay frames (86fc289)
  • json-crdt-peritext-ui: ๐ŸŽธ setup new cursor movement event detail API (6bb45b5)
  • json-crdt-peritext-ui: ๐ŸŽธ show block toolbar only when one cursor and no selection (a455c83)
  • json-crdt-peritext-ui: ๐ŸŽธ specify the new event interfaces (df226e1)
  • json-crdt-peritext-ui: ๐ŸŽธ standartize range event details (646facb)
  • json-crdt-peritext-ui: ๐ŸŽธ track active block (330b6ae)
  • json-crdt-peritext-ui: ๐ŸŽธ update all arrow cursor movements (5c5dd05)
  • json-crdt-peritext-ui: ๐ŸŽธ update delete event implementation (6a7ac05)
  • json-crdt-peritext-ui: ๐ŸŽธ update fomartting implementation (8b1b8cf)

v17.38.0

04 Apr 22:43
Compare
Choose a tag to compare

17.38.0 (2025-04-04)

Bug Fixes

  • json-crdt-peritext-ui: ๐Ÿ› re-render debug overlays on screen size changes (b299caf)

Features

  • json-crdt-peritext-ui: ๐ŸŽธ create formal cursor state (89640a9)
  • json-crdt-peritext-ui: ๐ŸŽธ immediately construct
    source node and state (44e1596)
  • json-crdt-peritext-ui: ๐ŸŽธ improve boundary element mapping (4a35ac7)
  • json-crdt-peritext-ui: ๐ŸŽธ improve DOM and React integration (b744164)
  • json-crdt-peritext-ui: ๐ŸŽธ improve re-rendering implementation (98f69e7)
  • json-crdt-peritext-ui: ๐ŸŽธ index all inline elements (44f4f2e)
  • json-crdt-peritext-ui: ๐ŸŽธ index leaf block DOM elements (9917b37)
  • json-crdt-peritext-ui: ๐ŸŽธ move state one folder up (680213c)
  • json-crdt-peritext-ui: ๐ŸŽธ position caret at line end (87c5a7a)
  • json-crdt-peritext-ui: ๐ŸŽธ retrieve spans of first block (deb7223)

v17.37.0

01 Apr 12:15
Compare
Choose a tag to compare

17.37.0 (2025-04-01)

Features

  • json-crdt-extensions: ๐ŸŽธ implement block type update method (d88ad48)
  • json-crdt-extensions: ๐ŸŽธ implement toggling of block split types (0f8f000)
  • json-crdt-peritext-ui: ๐ŸŽธ add ability to hide cursor info in debug mode (ff9e996)
  • json-crdt-peritext-ui: ๐ŸŽธ add ability to hide debug info labes (f07f347)
  • json-crdt-peritext-ui: ๐ŸŽธ add ability to hide outlines (b018690)
  • json-crdt-peritext-ui: ๐ŸŽธ create explicit DebugState class (a7d236a)
  • json-crdt-peritext-ui: ๐ŸŽธ implement multi-cursor block-merge (d2ad754)
  • json-crdt-peritext-ui: ๐ŸŽธ improve block type toggle implementation (86001db)
  • json-crdt-peritext-ui: ๐ŸŽธ improve display of adjacent line caret destination (e572e4e)
  • json-crdt-peritext-ui: ๐ŸŽธ skip markers when moving to adjacent line (5c0325b)
  • json-crdt-peritext-ui: ๐ŸŽธ use absolute x coordinate to compute vertical line moves (6dc482f)

v17.36.0

31 Mar 13:36
Compare
Choose a tag to compare

17.36.0 (2025-03-31)

Bug Fixes

  • json-crdt-peritext-ui: ๐Ÿ› correctly format slice type tags (2903178)

Features

  • json-crdt-extensions: ๐ŸŽธ implement EditorApi injectable for Editor cursor methods (779b891)
  • json-crdt-peritext-ui: ๐ŸŽธ add 'line-vert' cursor movement unit (9d9d4f6)
  • json-crdt-peritext-ui: ๐ŸŽธ add ability to compute point x coordinate on the screen (9271737)
  • json-crdt-peritext-ui: ๐ŸŽธ add ability to move caret to soft line wrap position (b0660fa)
  • json-crdt-peritext-ui: ๐ŸŽธ add ability to move point-by-point using keyboard (b17c4ba)
  • json-crdt-peritext-ui: ๐ŸŽธ add right EOL indicator to debug mode and fix char pos off (946900f)
  • json-crdt-peritext-ui: ๐ŸŽธ compute previous line caret position (87edfe7)
  • json-crdt-peritext-ui: ๐ŸŽธ create helper for debugging overlays (6eb56a8)
  • json-crdt-peritext-ui: ๐ŸŽธ display debug button in top toolbar (1c1ab58)
  • json-crdt-peritext-ui: ๐ŸŽธ display word just locations in debug mode (558f171)
  • json-crdt-peritext-ui: ๐ŸŽธ hide cursor inline debug label (d574fb0)
  • json-crdt-peritext-ui: ๐ŸŽธ highlight characters immediately adjacent to caret (e4107c1)
  • json-crdt-peritext-ui: ๐ŸŽธ implement utility for retrieving line bounds (93a31ba)
  • json-crdt-peritext-ui: ๐ŸŽธ improve debug label display (2b3387e)
  • json-crdt-peritext-ui: ๐ŸŽธ improve display of block debug labels (06ae980)
  • json-crdt-peritext-ui: ๐ŸŽธ improve display of caret adjacent characters (b9c547b)
  • json-crdt-peritext-ui: ๐ŸŽธ improve display of debug labels, add small label ability (fe6d0b1)
  • json-crdt-peritext-ui: ๐ŸŽธ introduce concept of rendering surface API handle (834f7dc)
  • json-crdt-peritext-ui: ๐ŸŽธ make debug plugin enabled state reactive (5c19869)
  • json-crdt-peritext-ui: ๐ŸŽธ pass through caret Point position (f7def34)
  • json-crdt-peritext-ui: ๐ŸŽธ render caret anchor point (346a41a)
  • json-crdt-peritext-ui: ๐ŸŽธ render prev and next line caret destination in debug mode (d0dad61)
  • json-crdt-peritext-ui: ๐ŸŽธ render soft line beginning in debug mode (a1b7f98)
  • json-crdt-peritext-ui: ๐ŸŽธ show debug labels over inline formatting (f0b5e0e)
  • json-crdt-peritext-ui: ๐ŸŽธ show previous and next line boundaries (3f8a636)
  • json-crdt-peritext-ui: ๐ŸŽธ use the new in debug highlighting (c73013e)
  • json-crdt-peritext-ui: ๐ŸŽธ wire in vertical cursor movement using keyboard (966c017)

v17.35.0

25 Mar 17:57
Compare
Choose a tag to compare

17.35.0 (2025-03-25)

Bug Fixes

  • json-crdt-peritext-ui: ๐Ÿ› correct batch type (4e1553b)

Features

  • json-crdt-peritext-ui: ๐ŸŽธ adjust padding (8b59bb1)
  • json-crdt-peritext-ui: ๐ŸŽธ create blocks plugin for Peritext block rendering (4a23e5c)
  • json-crdt-peritext-ui: ๐ŸŽธ show block type in debug mode (888e051)
  • json-crdt-peritext-ui: ๐ŸŽธ support soft line break inserts (c14a66c)