Skip to content

Commit 25d6127

Browse files
authored
chore(release): Update release highlights for react-charts (#793)
patternfly/patternfly-react#11125
1 parent 550fe03 commit 25d6127

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/eslint-plugin-pf-codemods/src/rules/v6/chartsImportMoved/chartsImport-moved.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
In order to support multiple chart libraries, Victory based charts have moved. This rule will update import paths to our victory directory.
44

5-
Additionally, Victory has become a peer dependency.
5+
Additionally, Victory is now an optional peer dependency, allowing future chart libraries to be installed without including Victory dependencies and vice versa
6+
7+
You may choose to install the single "victory" package to cover all features. Or, install packages based on the features used in your app (e.g., "victory-core", "victory-tooltip", etc.).
68

79
#### Examples
810

packages/pf-codemods/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,9 @@ export const CardUpdatedClickableMarkupInput = () => {
372372

373373
In order to support multiple chart libraries, Victory based charts have moved. This rule will update import paths to our victory directory.
374374

375-
Additionally, Victory has become a peer dependency.
375+
Additionally, Victory is now an optional peer dependency, allowing future chart libraries to be installed without including Victory dependencies and vice versa
376+
377+
You may choose to install the single "victory" package to cover all features. Or, install packages based on the features used in your app (e.g., "victory-core", "victory-tooltip", etc.).
376378

377379
#### Examples
378380

0 commit comments

Comments
 (0)