Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Avoid marking grouped relation as "layout only" when importing a diagram (only grouped relation links themselves).
- Fix `flushSync was called from inside a lifecycle method` React warning when calling `centerTo()`, `centerContent()`, `zoomToFit()` on `CanvasApi` from a lifecycle method.
- Use default property editor for entities or relations when `VisualAuthoring.propertyEditor` returns `undefined`.
- Fix `prepareLabels` option for `SparqlDataProvider` to be applied for `knownElementTypes()`, `knownLinkTypes()`, `elementTypes()`, `linkTypes()`, `propertyTypes()` and `elements`.
- Fix `SparqlDataProvider.elements()` to always return entities with sorted types.

#### 💅 Polish
- Allow to set `className` and `style` on workspace root when using `DefaultWorkspace` or `ClassicWorkspace`.
Expand Down
Loading