patternfly / react-topology

MIT License
10 stars 19 forks source link

Need to export pipelineElementFactory and BasePipelineNode in order to use pipeline group collapse toggling #169

Closed jeff-phillips-18 closed 5 months ago

jeff-phillips-18 commented 6 months ago

Describe the problem The demo app demonstrates how to handle collapsible groups in a pipeline layout. In order to do this the application needs to use pipelineElementFactory and BasePipelineNode. These are not yet exported into the package.

How do you reproduce the problem? Use pipelineElementFactory and BasePipelineNode and find the import needs to use the full path rather than getting it from the package.

Expected behavior Should be able to import from '@patternfly/react-topology'

Is this issue blocking you? Yes. Using es5 causes an error when importing the file directly.

What is your product and what release date are you targeting? RHOAI

github-actions[bot] commented 5 months ago

:tada: This issue has been resolved in version 5.3.0-prerelease.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket: