Releases: recap-utr/arguemapper
Releases · recap-utr/arguemapper
v2.1.2
v2.1.1
v2.1.0
v2.0.0
2.0.0 (2024-02-03)
⚠ BREAKING CHANGES
- The application has been converted from commonjs to
esm. - The state handling code has been largely rebuilt.
This will reset the cached state in the browser the first time the new
version is launched.
Features
- convert to esm (d51a1a7)
- enable hotkeys for undo/redo/save (396abb9)
- enable multi-arch docker builds (d9ea46d)
- use arguebuf library instead of custom model (11647f0)
Bug Fixes
- aif export did not start download (7fd0ef5)
- capitalize scheme names (b36f611)
- clone elements before modifying them (66a1828)
- correctly compare past/current state in zundo (74e31c9)
- delete connected edges when deleting nodes (30da2fd)
- deps: bump arguebuf to fix copy bug (3e3b0a2)
- improve performance of snackbar (df05cf4)
- improve serialization process (3cf9344)
- improve state handling (ae8a6f7)
- migrate custom equality function (d465f9e)
- migrate inspector fields to arguebuf library (83db122)
- optimize temporal store usage (013e31a)
- properly serialize analyst (5c3e43f)
- properly set graph data (1b88bb8)
- re-enable analyst verification (773a283)
- re-enable setting argument schemes (1c4e71b)
- remove analyst before adding during export (c554fd7)
- remove unneeded loader component (1ce7cac)
- resolve errors when adding edges (7bcad32)
- temporarily disable analyst verification (0cf2425)
- update grpc template (a4d760b)
- update store version to invalidate caches (78fd010)
- use correct date formatting (41c215c)
- use temporal store via hook (55916ef)
- zundo type error (93fcf6a)