Skip to content

v0.34.1

Choose a tag to compare

@AlexeyMz AlexeyMz released this 29 Mar 22:11
· 28 commits to master since this release

馃悰 Fixed

  • Fix stale/non-saved data when calling applyChanges() immediately after updateData() in EntityEditor and RelationEditor.
  • Fix SelectionAction* components not updating on selection change when provided as children to Halo.

馃拝 Polish

  • Allow to control the placement of newly created entity elements from ClassTree and SearchSectionElementTypes via placeCreatedEntity prop.
  • Expose fixedElements option for performLayout() to be able to constrain elements not to move (if supported by the layout function).
  • Improve ARIA-attributes and other accessibility interaction:
    • Allow to resize and toggle WorkspaceLayout* with a keyboard;
    • Change WorkspaceLayout* to be <section> elements with aria-label (i.e. regions);
    • Add role for Canvas layers, Toolbar, ZoomControl, UnifiedSearch (and other search inputs);
    • Add aria-label and aria-keyshortcuts for ToolbarAction, SelectionAction, LinkAction.

Link to the CHANGELOG v0.34.1