Releases: patternfly/react-topology
Releases · patternfly/react-topology
prerelease-v6.0.0-prerelease.1
prerelease-v6.0.0-alpha.3
v5.4.0
What's Changed
- feat(DefaultTaskGroup): support status by @jenny-s51 in #176
- fix(packages): Update packages for pr previews by @jessiehuff in #177
- fix(pipelines): Handle collapsed groups better by @jeff-phillips-18 in #186
- feat(pipelines): Add ability and styling for selected task edges by @jeff-phillips-18 in #189
- fix(target arrow): Correctly determine incoming point for target connectors by @jeff-phillips-18 in #192
- chore(prettier): Apply prettier settings to lint by @jeff-phillips-18 in #202
- feat(ControlBar): Add expand/collapse all buttons by @jeff-phillips-18 in #203
- chore(panIntoView): Add demo of the panIntoView functionality on node selection by @jeff-phillips-18 in #209
- fix(DefaultNode): Correctly scale the node's label on hover when zoomed iyt by @jeff-phillips-18 in #212
- feat(pipelines): Add focus on newly expanded/collapsed groups by @jeff-phillips-18 in #210
- feat(pipelines): support customStatusIcon by @jenny-s51 in #215
- feat(group labels): Add ability to show group labels on hover by @jeff-phillips-18 in #214
- feat(dagre): Update dagre version to latest release by @jeff-phillips-18 in #219
- feat(group label): Add ability to center the group's label on the edge by @jeff-phillips-18 in #216
- feat(pipelines): add support for custom
GroupLabelComponent
by @jenny-s51 in #221 - Docs(Topology): Edits content as part of audit. by @edonehoo in #197
- fix(graph): Remove console.log() statement by @lordrip in #226
- fix(TaskPill): fix customStatusIcon bug by @jenny-s51 in #229
- fix(DagreGroupLayout): Keep node order when groups are collapsed by @jeff-phillips-18 in #231
New Contributors
Full Changelog: v5.3.0...v5.4.0
prerelease-v5.4.0-prerelease.13
5.4.0-prerelease.13 (2024-08-08)
Bug Fixes
prerelease-v6.0.0-alpha.2
prerelease-v5.4.0-prerelease.12
prerelease-v5.4.0-prerelease.11
prerelease-v6.0.0-alpha.1
6.0.0-alpha.1 (2024-06-27)
Bug Fixes
- add missing imports to contextmenu.tsx (72461c2)
- bring node labels to top layer on hover (c5931bb)
- build: prevent index.ts file from being copied into dist (d2e4d44)
- componentFactory: Update component factory return type (a3029ba)
- controlbar: remove dependency on addons css (3013e43)
- DefaultNode: Correctly scale the node's label on hover when zoomed out (#212) (6ee2109)
- deps: Move @types/react from resolutions to devDeps (5d95890)
- event: Fix firing of GRAPH_LAYOUT_END_EVENT (de5f843)
- event: Update values before firing GRAPH_POSITION_CHANGE_EVENT (924ddb5)
- exports: export pipelineElementFactory and BasePipelineNode (93368c2)
- lodash: Remove dependency on lodash (b0c87aa)
- menu toggle issue (6c90cf4)
- mobx: Configure mobx to isolate state (5b22dfa)
- packages: Add octokit for pr previews (f6b259d)
- pipelines: Handle collapsed groups better (#186) (8c5ae7a)
- readme: Update README.md (a5234a2)
- reduce node details when at low scale (e18751c)
- remove deprecated dropdown context (2ad056f)
- remove v5 branch from check-pr.yml (ccad553)
- target arrow: Correctly determine incoming point for target connectors (#192) (c089767)
- turn off dryrun (0520a49)
- types: Work around to fix issue with consumers recieving a type error. (ff78dbd)
- v5 updates (19d5289)
- window: remove the use of global and window (af3e142)
Features
- actions: Add PR previews (d35e4b5)
- ControlBar: Add expand/collapse all buttons (f4b67a9)
- dagre: Update dagre version to latest release (ce06319)
- DefaultTaskGroup: support status (8e1c0a8)
- group label: Add ability to center the group's label on the edge (57b04bd)
- group labels: Add ability to show group labels on hover (#214) (280ca91)
- pipelines: Add ability and styling for selected task edges (08512a1)
- pipelines: Add ability to scale collapsed pipeline groups (#173) (3c689e9)
- pipelines: Add focus on newly expanded/collapsed groups (#210) (871677a)
- pipelines: Add pipeline groups layout (f74883d)
- pipelines: add support for custom GroupLabelComponent (#221) (e41b72a), closes #10
- pipelines: add support for expandable/collapsible groups (620de54)
- pipelines: add support for expandable/collapsible groups (4e25135)
- pipelines: add support for expandable/collapsible groups (1b62f1d)
- pipelines: support customStatusIcon (#215) (018c394)
- pipelines: Support top to bottom pipelines (6072423)
- update release config (850b447)
BREAKING CHANGES
- This should try to publish a v6 alpha as a dry run
prerelease-v5.4.0-prerelease.10
5.4.0-prerelease.10 (2024-06-24)
Features
prerelease-v5.4.0-prerelease.9
5.4.0-prerelease.9 (2024-06-11)
Features
- group label: Add ability to center the group's label on the edge (57b04bd)