Skip to content

Release 2.0.0-TP3

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 12:33
· 60 commits to main since this release

What's Changed

Features

  • feat(sourcecode): Serialize URI string by @lordrip in #900
  • added a couple new component icons by @lhein in #910
  • added a top menu for future use by @lhein in #929
  • added an about modal by @lhein in #931
  • changed the action labels on nodes to more generic ones by @lhein in #930
  • feat(CanvasForm): Add nested schema utils by @lordrip in #950
  • feat(catalog): Remove single OneOf from AnyOf by @lordrip in #949
  • feat(canvasform): Use local SchemaBridge by @lordrip in #956
  • feat(canvas): Move Canvas to the left by @lordrip in #957
  • feat(entities): Sort entity properties using the Camel Catalog by @lordrip in #964
  • feat(CanvasForm): Add support for ErrorHandler by @lordrip in #955
  • feat(restConfiguration): Add restConfiguration entity by @lordrip in #970
  • Update template to generate route to use path parameters in URI by @apupier in #977
  • Capitalize group name of expandable section in props by @tplevko in #989
  • Improvements for grouping in configuration panel by @tplevko in #993
  • change icon size on step nodes (#788) by @lhein in #994

Bugfixes

  • fix: syntax fix by @shivamG640 in #894
  • fix(deps): update dependency org.apache.camel.kamelets:camel-kamelets to v4.4.0 by @renovate in #876
  • fix(868) : Use a Typeahead component for the ExpressionField by @tplevko in #898
  • fix(SourceCode): Avoid loading Schema multiple times by @lordrip in #916
  • Fix chromatic not triggering on change to "ready for review" by @tplevko in #918
  • fix(718): Data Format and LoadBalance config field spacing by @tplevko in #914
  • fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.2 by @renovate in #923
  • fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.16.2 by @renovate in #924
  • fix(CanvasForm): Expression form hold stale data by @lordrip in #922
  • fix(892): use a LongTextField for Expression field by @tplevko in #927
  • fix(deps): update @patternfly to v5.2.1 by @renovate in #896
  • fix(deps): update @patternfly to v5.2.2 by @renovate in #932
  • fix(SourceCode): Downgrade @patternfly/react-code-editor by @lordrip in #944
  • fix(canvas): Add missing sideBarOpen prop to Canvas by @lordrip in #951
  • fix(schema): Added Properties section to Kamelet Configuration Schema by @shivamG640 in #921
  • Fix_902: Name issues with Kamelet and Routes by @shivamG640 in #973
  • fix(code): Use YAML 1.1 for serializing by @lordrip in #984
  • fix(Canvas): Restore contextual menu labels by @lordrip in #985
  • fix(969) - Camel Catalog plugin - write default boolean values to boo… by @tplevko in #980
  • fix: Rendering incomplete routes using from as top-level element by @shivamG640 in #959
  • fix(deps): update dependency org.apache.camel.kamelets:camel-kamelets to v4.4.1 by @renovate in #981
  • fix(278): Group parameters in the configuration panel by @tplevko in #975
  • fix(902): Route and Kamelet container name issue by @shivamG640 in #983

technical tasks

  • chore(release): restore 2.0.0 dev version by @lordrip in #893
  • chore(deps): update chromaui/action action to v11 by @renovate in #885
  • chore(deps): update dependency chromatic to v11 by @renovate in #886
  • e2e - fix flaky stepRemoval.cy.ts by @tplevko in #895
  • chore(deps): update apache-camel monorepo to v4.4.0 by @renovate in #838
  • chore(form): Add SchemaBridge provider by @lordrip in #841
  • Changed the modal varient to large by @kumaradityaraj in #899
  • chore(deps): update yarn to v3.8.1 by @renovate in #901
  • Chore - add rules to limit the chromatic action triggering by @tplevko in #913
  • e2e - add missing tests for special form fields by @tplevko in #912
  • add missing jest test for the clear in expression editor by @tplevko in #915
  • chore(deps): update dependency simpl-schema to v3.4.6 by @renovate in #875
  • chore(deps): Update @kaoto-next/uniforms-patternfly dependency by @shivamG640 in #917
  • e2e - add undo and redo coverage, was fixed in upstream by @tplevko in #920
  • chore(Schema): Add Schema-related utils by @lordrip in #928
  • Remove warnings by @lhein in #933
  • jest - clean up noise from test logs by @tplevko in #936
  • e2e - sourceCodeActions.cy.ts flakyness fix by @tplevko in #934
  • chore(deps): update apache-camel monorepo to v4.4.1 by @renovate in #946
  • chore(deps): update dependency axios to v1.6.8 by @renovate in #953
  • chore(deps): Update typescript by @lordrip in #958
  • chore: Move supporting classes to support folder by @lordrip in #963
  • chore(deps): update dependency typescript to v5.4.3 by @renovate in #972
  • chore(release): 2.0.0-TP3-RC1 by @lordrip in #995
  • chore(release): 2.0.0-TP3 by @lordrip in #998
  • e2e tests structure improvements by @tplevko in #987
  • enable RestConfigurationVisualEntity tests by @tplevko in #988

New Contributors

Full Changelog: 2.0.0-TP2...2.0.0-TP3