Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@apupier apupier released this 13 Dec 11:53

What's Changed

Features

  • feat(viz): migrate to elk for layouting by @kahboom in #951
  • fix(viz): recursively check for branches by @kahboom in #980
  • feat(codeEditor): Disabling autosync by @mmelko in #972
  • chore(viz): improve branching types and check for merging edges back by @kahboom in #986

Dependencies

  • chore(deps): bump web-vitals from 3.0.4 to 3.1.0 by @dependabot in #941
  • chore(deps): bump loader-utils from 2.0.3 to 2.0.4 by @dependabot in #942
  • chore(deps): bump zundo from 2.0.0-beta.5 to 2.0.0-beta.6 by @dependabot in #944
  • chore(deps): bump reactflow from 11.2.0 to 11.3.0 by @dependabot in #956
  • chore(deps): bump actions/add-to-project from 0.3.0 to 0.4.0 by @dependabot in #957
  • chore(deps): bump @rhoas/app-services-ui-shared from 0.16.4 to 0.16.6 by @dependabot in #953
  • chore(deps): bump @patternfly/react-table from 4.111.33 to 4.111.45 by @dependabot in #961
  • chore(deps): bump @patternfly/patternfly from 4.219.2 to 4.221.2 by @dependabot in #962
  • chore(deps): bump cypress-io/github-action from 4.2.0 to 4.2.1 by @dependabot in #968
  • chore(deps): bump @patternfly/react-core from 4.250.1 to 4.264.0 by @dependabot in #963
  • chore(deps): bump @patternfly/react-code-editor from 4.82.55 to 4.82.67 by @dependabot in #964
  • chore(deps): bump @patternfly/react-log-viewer from 4.87.50 to 4.87.62 by @dependabot in #965
  • chore(deps): bump @patternfly/react-icons from 4.92.10 to 4.93.0 by @dependabot in #967
  • chore(deps): bump reactflow from 11.3.0 to 11.3.1 by @dependabot in #974
  • chore(deps): bump reactflow from 11.3.1 to 11.3.2 by @dependabot in #976
  • chore(deps): bump cypress-io/github-action from 4.2.1 to 4.2.2 by @dependabot in #979
  • chore(deps): bump zustand from 4.1.4 to 4.1.5 by @dependabot in #993
  • chore(deps): bump reactflow from 11.3.2 to 11.3.3 by @dependabot in #1000
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #992
  • chore(deps): bump use-debounce from 8.0.4 to 9.0.2 by @dependabot in #1009
  • chore(deps): bump ncipollo/release-action from 1.11.2 to 1.12.0 by @dependabot in #1012

Technical

  • feature(release): Add a script to update versions easily by @Delawen in #943
  • chore: update package.json version to dev by @kahbom in #939
  • fix(job): Fixing (second line of) mess quotes by @Delawen in #938
  • chore(deps-dev): bump webpack-cli from 4.10.0 to 5.0.0 by @dependabot in #945
  • chore(deps-dev): bump mini-css-extract-plugin from 2.6.1 to 2.7.0 by @dependabot in #946
  • fix(job): Remove hardcoded backend version on release files by @Delawen in #947
  • chore(deps-dev): bump eslint-plugin-react from 7.31.10 to 7.31.11 by @dependabot in #948
  • chore(deps-dev): bump @module-federation/typescript from 1.1.0 to 2.0.0 by @dependabot in #949
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.44.0 by @dependabot in #954
  • chore(deps-dev): bump @typescript-eslint/parser from 5.43.0 to 5.44.0 by @dependabot in #955
  • chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 by @dependabot in #966
  • chore(deps-dev): bump cypress from 10.8.0 to 11.2.0 by @dependabot in #971
  • chore(deps-dev): bump @4tw/cypress-drag-drop from 2.2.1 to 2.2.2 by @dependabot in #970
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0 by @dependabot in #975
  • chore(deps-dev): bump @typescript-eslint/parser from 5.44.0 to 5.45.0 by @dependabot in #977
  • chore(deps-dev): bump mini-css-extract-plugin from 2.7.0 to 2.7.1 by @dependabot in #982
  • chore(deps-dev): bump ts-loader from 9.4.1 to 9.4.2 by @dependabot in #983
  • chore(deps-dev): bump @types/node from 18.11.9 to 18.11.10 by @dependabot in #984
  • chore(Tests) Add tests for the Catalog component by @mmelko in #987
  • chore(deps-dev): bump ts-jest from 27.1.4 to 29.0.3 by @dependabot in #988
  • chore(deps): bump cypress-io/github-action from 4.2.2 to 5.0.0 by @dependabot in #989
  • chore(deps-dev): bump @types/react from 18.0.25 to 18.0.26 by @dependabot in #990
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.45.1 by @dependabot in #999
  • chore(deps-dev): bump @typescript-eslint/parser from 5.45.0 to 5.45.1 by @dependabot in #995
  • chore(deps-dev): bump mini-css-extract-plugin from 2.7.1 to 2.7.2 by @dependabot in #996
  • chore(deps-dev): bump webpack-cli from 5.0.0 to 5.0.1 by @dependabot in #997
  • chore(deps-dev): bump @types/node from 18.11.10 to 18.11.11 by @dependabot in #998
  • chore(Catalog-tests): fix warning by using user events in the tests by @mmelko in #1001
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.45.1 to 5.46.0 by @dependabot in #1007
  • chore(deps-dev): bump @types/node from 18.11.11 to 18.11.12 by @dependabot in #1004
  • chore(deps-dev): bump prettier from 2.8.0 to 2.8.1 by @dependabot in #1002
  • chore(deps-dev): bump @typescript-eslint/parser from 5.45.1 to 5.46.0 by @dependabot in #1005
  • chore(deps-dev): bump tsc-watch from 5.0.3 to 6.0.0 by @dependabot in #1006
  • chore(deps-dev): bump @types/node from 18.11.12 to 18.11.13 by @dependabot in #1011
  • chore(deps-dev): bump @typescript-eslint/parser from 5.46.0 to 5.46.1 by @dependabot in #1015
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.0 to 5.46.1 by @dependabot in #1014
  • chore(deps-dev): bump @4tw/cypress-drag-drop from 2.2.2 to 2.2.3 by @dependabot in #1013
  • chore(deps-dev): bump @types/node from 18.11.13 to 18.11.14 by @dependabot in #1016

Full Changelog: v0.4.3...v0.5.0