Releases: rwth-acis/syncmeta
Release 2.4.10
Release 2.4.9
Release Notes - Version 1.2.0
- New Feature: Added
EntityManager
to thewindow
object, facilitating easy access for apps importing SyncMeta.
Example Usage:
const model = window.syncmeta.EntityManagerInstance.graphToJSON();
In the example we export the model as json object.
This addition simplifies development and enhances convenience for SyncMeta users.
What's Changed
Full Changelog: 2.4.8...2.4.9
Release 2.4.8
What's Changed
Full Changelog: 2.4.7...2.4.8
Release 2.4.7
Release 2.4.6
What's Changed
Full Changelog: 2.4.4...2.4.6
Release 2.4.4
Fixes an issue where the input fields were uninitialized when first importing the model, by moving the initialization of the Ytext to the registerYType function. This way we can also directly initialize the ytext with the correct value (since the setValue is called before registerYType in node creation
Furthermore, an issue where edges would disappear was fixed. This was due to a bug in the Multivalue class which would call storeDataYjs in the yjs observer function. This caused the model to be overwritten in storage before the edges could be initialized leading to an empty edges object in the storage.
What's Changed
Full Changelog: 2.4.3...2.4.4
Release 2.4.2
bump versino
Release 2.4.1
Release 2.4.0
Release 2.3.2
Small fix for Boolean Attribute not being updated, related to #134
What's Changed
Full Changelog: 2.3.1...2.3.2