Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Tags: metaphacts/ontodia

Tags

v0.9.9

Toggle v0.9.9's commit message
Include changes from v0.9.9:

* Fix stack overflow when calculating class stats with cyclically referenced classes.
* Fix newly created entity dragged from another one:
  * keep newly created entity dragged from another one in TemporaryState;
  * update entity data on changing in edit forms;
  * fix "New NewEntity" label;
  * render edit link dialog in the center of the connection.
* Allow to change IRI of new entities via custom editor.
* Fix LinkLabel rendering for link properties:
  * handle case when function 'onBoundUpdate' is not provided into the LinkLabel component.
* Add close buttons to dialogs, add onCancel to PropertyEditorOptions.
* Fix supporting multiple values of a property in rdfDataProvider.
* Move 'generateElementIri' function into MetadataApi:
  * add usage 'generateIri' when change type of element via form after d'n'd element from another element.
* Allow authoring links in both directions.

v0.9.8

Toggle v0.9.8's commit message
Include changes from v0.9.8:

* Fix resizing dialog with custom sizes
* Build Ontodia typings
* Support editing link labels
* Fix creating new element instead of showing existing one after DnD from class tree to create a new entity
* Fix dialog handlers styles for supporting Edge and IE
* Fix rendering EditLabel button, fix forms validation
* Rerender links on routings update
* Support of international IRIs in SparqlDataProvider
* Fix dragging and dropping of internationalized IRIs
* Fix zoomToFit for zero bounding box
* Pass hyperlink type to onIriClick function
* Trigger historyChanged event in default CommandHistory
* Trigger historyChanged on reset in default CommandHistory
* Fix zoom with Control+wheel which was broken with Chrome 73
* Make search/filter term highlighting style consistent
* Add button to collapse/expand Navigator, display only content box
* Update CHANGELOG