Skip to content

Releases: Foblex/f-flow

release 12.6.0

10 Sep 20:54
1d6e488
Compare
Choose a tag to compare

Features

  • Added dagre layout example (737dd1f)
  • Added db management flow example (4a605a3)
  • Added elkjs layout example (9695e08)
  • Added examples common styles (5e96e98)
  • Added f-group functionality (8a3c8ce)
  • Added fDragHandle documentation (a655fdc)
  • Modified layers sorting functionality after adding f-group (3c60249)
  • Moved external item drag and drop functionality to component directory (8b9dbb1)
  • Moved selection area drag and drop functionality to component directory (121a63e)
  • Updated to f-docs v1.2.2 (bdaa267)

Bug Fixes

  • Fixed dagre layout trackby unique key (102a771)
  • Foblex Core is unable to slide the schema #37 (55a4070)
  • Prevent selection when drag fExternalItem (036e192)

Documentation

  • Added custom connection type example (b574306)
  • Added db-management-flow dark theme (1f8fe45)
  • Added f-group to db-management example (65902f5)
  • Added group example (dfd428b)
  • Added node with connectors example (fb3bcb7)
  • Updated Output and Input Documentation (d942f88)

Tests

  • Added test to change items layers functionality (01f27dd)

v12.5.0

11 Aug 22:16
1149be1
Compare
Choose a tag to compare

What's Changed

12.5.0 (2024-08-11)

Features

  • Add various site icons and upgrade library to Zoneless (e561e69)
  • Added minimap functionality (f5eece6)
  • Added Zoneless support (a8c5812)
  • Update to f-docs v1.2.1 (8067764)

Documentation

  • Added minimap documentation (ccbdb99)
  • Added minimap examples (5646066)
  • Remove old changelogs and switch to standard-version (ff5b9e5)

v12.4.0

05 Aug 15:49
Compare
Choose a tag to compare

New documentation portal

What's Changed

Full Changelog: v12.3.6...v12.4.0

v12.3.6

12 Jul 00:06
6b1a06d
Compare
Choose a tag to compare

NEW RoudedRect f-connection now takes into account the border-radius of f-input and f-output connectors
Снимок экрана 2024-07-12 в 02 00 17

FIXED f-resize-handle behaviour in zoom state

What's Changed

New Contributors

Full Changelog: v12.2.3...v12.3.6

v12.2.3

21 Jun 10:58
768b74e
Compare
Choose a tag to compare

FIXED Connection markers aren't showing up in Safari #11

NEW New default backgrounds RectBackground and CircleBackground;

NEW Added radius and offset parameters to connection

v12.2.2

13 Jun 15:17
Compare
Choose a tag to compare

[12.2.2] - 2024-06-13

FIXED Connection markers aren't showing up in Safari #11

NEW New default backgrounds RectBackground and CircleBackground;

NEW Added radius and offset parameters to connection

V12.2.0

25 Apr 12:53
17a43cf
Compare
Choose a tag to compare

NEW Custom connection types #6

v12.1.0

06 Apr 11:50
Compare
Choose a tag to compare
  • fix: bezier connection behaviour when distance between start and end is less than the offset #4

  • fix: connection markers are not drawn after selection #3

  • fix: text on connections does not move behind the connection #2

  • new: Flow component apis: selectAll(), deselectAll(), getSelected()