Skip to content

Releases: equinor/flow-diagram-explorer

v1.0.0-alpha.9

10 Nov 09:41
4de64c7

Choose a tag to compare

v1.0.0-alpha.9 Pre-release
Pre-release

Fixed:

  • #67 - fix: 🐛 export nodeRenderTypes

v1.0.0-alpha.8

10 Nov 08:49
62d6cca

Choose a tag to compare

v1.0.0-alpha.8 Pre-release
Pre-release

Fixed

  • #65 - Upgrade all packages
  • #66 - remove npm config set always-auth true

v1.0.0-alpha.11

10 Nov 10:44
b1f30bb

Choose a tag to compare

v1.0.0-alpha.11 Pre-release
Pre-release

Fixed

  • #69 - build: 🛠️ removed styled-components

v1.0.0-alpha.10

10 Nov 10:27
b44ac89

Choose a tag to compare

v1.0.0-alpha.10 Pre-release
Pre-release

What's Changed

  • #68 - Fix peer deps bug

Version 1.0.0-alpha.7

02 Nov 14:02
80c4352

Choose a tag to compare

Version 1.0.0-alpha.7 Pre-release
Pre-release

Fixed

  • #41 - Fixed edge line offsets.
  • #63 - ci: 🔧 set node to v14 in release workflow
  • #64 - ci: 🔧 github actions typo

Changed

  • #61 - Replace material UI components
  • #62 - Uninstall material UI components

Version 1.0.0-alpha.6

05 Oct 13:09
ed90a78

Choose a tag to compare

Version 1.0.0-alpha.6 Pre-release
Pre-release

Fixed

  • #31 - Fixed inconsistent behaviour at timeline borders.
  • #32 - Fixed width and height issue with timeline container.

Changed

  • #32 - Adjusted build setup (installed Storybook, switched to rollup, replaced demo app with stories).
  • #33 - Removed test from prepublish script (since there are no tests yet).

Version 1.0.0-alpha.5

05 Oct 12:54
0f80ef6

Choose a tag to compare

Version 1.0.0-alpha.5 Pre-release
Pre-release

Fixed

  • #31 - Fixed inconsistent behaviour at timeline borders.
  • #32 - Fixed width and height issue with timeline container.

Changed

  • #32 - Adjusted build setup (installed Storybook, switched to rollup, replaced demo app with stories).

Version 1.0.0-alpha.4

28 Sep 08:15
531932e

Choose a tag to compare

Version 1.0.0-alpha.4 Pre-release
Pre-release

Changed

  • #25 - Changed class names to be unique for FlowDiagramExplorer.
  • #26 - Adjusted flow diagram input to be pure JSON and moved flow styles and node render functions to additional properties of FlowDiagramExplorer.
  • #28 - Implemented dynamic min zoom (dependent on map size).

Fixed

  • #27 - Fixed animation artifacts by setting browser performance flags.

Version 1.0.0-alpha.3

01 Sep 14:11
8ce07e4

Choose a tag to compare

Version 1.0.0-alpha.3 Pre-release
Pre-release
  • #13 - Set declaration files to be created and css and svg files to be copied on build.

Version 1.0.0-alpha.2

31 Aug 10:20
2a21078

Choose a tag to compare

Version 1.0.0-alpha.2 Pre-release
Pre-release

Changed

  • #12 - Removed preinstall script (when installing with npm >= 7.*, use --legacy-peer-deps).