Skip to content

Releases: rwth-acis/syncmeta

Release 2.4.10

22 Nov 15:00
ea687f0
Compare
Choose a tag to compare

Fixes #172

What's Changed

Full Changelog: 2.4.9...2.4.10

Release 2.4.9

20 Oct 16:58
a55e698
Compare
Choose a tag to compare

Release Notes - Version 1.2.0

  • New Feature: Added EntityManager to the window 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

03 Jul 13:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.7...2.4.8

Release 2.4.7

29 May 16:27
6310312
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.6...2.4.7

Release 2.4.6

28 May 14:47
9b19622
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.4...2.4.6

Release 2.4.4

26 May 16:52
78c7e56
Compare
Choose a tag to compare

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

24 May 13:30
Compare
Choose a tag to compare
bump versino

Release 2.4.1

22 May 12:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

Release 2.4.0

22 May 09:18
58796ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.2...2.4.0

Release 2.3.2

16 May 13:05
46e8672
Compare
Choose a tag to compare

Small fix for Boolean Attribute not being updated, related to #134

What's Changed

Full Changelog: 2.3.1...2.3.2