Skip to content

Commit f65bbd0

Browse files
authored
chore(packages): bump @patternfly/patternfly to 2.71.0 (#3989)
* chore(packages): bump @patternfly/patternfly to 2.71.0 * update to 2.71.1 * update release notes * add closing )
1 parent eed9419 commit f65bbd0

File tree

13 files changed

+68
-22
lines changed

13 files changed

+68
-22
lines changed

packages/react-catalog-view-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"develop": "yarn build:babel:esm --skip-initial-build --watch --verbose --source-maps"
4141
},
4242
"dependencies": {
43-
"@patternfly/patternfly": "2.70.1",
43+
"@patternfly/patternfly": "2.71.1",
4444
"@patternfly/react-core": "^3.153.0",
4545
"@patternfly/react-styles": "^3.7.10",
4646
"classnames": "^2.2.5",

packages/react-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/patternfly/patternfly-react#readme",
3131
"dependencies": {
32-
"@patternfly/patternfly": "2.70.1",
32+
"@patternfly/patternfly": "2.71.1",
3333
"@patternfly/react-styles": "^3.7.10",
3434
"@patternfly/react-tokens": "^2.8.10",
3535
"hoist-non-react-statics": "^3.3.0",

packages/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@babel/plugin-transform-typescript": "^7.0.0",
5858
"@babel/preset-env": "^7.0.0",
5959
"@babel/preset-react": "^7.0.0",
60-
"@patternfly/patternfly": "2.70.1",
60+
"@patternfly/patternfly": "2.71.1",
6161
"@rollup/plugin-commonjs": "^11.0.2",
6262
"@rollup/plugin-node-resolve": "^7.1.1",
6363
"@rollup/plugin-replace": "^2.3.1",

packages/react-docs/RELEASE-NOTES.md

Lines changed: 53 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,52 @@ section: overview
44
releaseNoteTOC: true
55
---
66

7+
## 2020.04 release notes (2020-03-31)
8+
Packages released:
9+
- [@patternfly/react-catalog-view-extension@1.4.45](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/1.4.45)
10+
- [@patternfly/react-charts@5.3.16](https://www.npmjs.com/package/@patternfly/react-charts/v/5.3.16)
11+
- [@patternfly/react-core@3.153.0](https://www.npmjs.com/package/@patternfly/react-core/v/3.153.0)
12+
- [@patternfly/react-icons@3.15.13](https://www.npmjs.com/package/@patternfly/react-icons/v/3.15.11)
13+
- [@patternfly/react-inline-edit-extension@2.17.45](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/2.17.45)
14+
- [@patternfly/react-styles@3.7.10](https://www.npmjs.com/package/@patternfly/react-styles/v/3.7.10)
15+
- [@patternfly/react-table@2.28.26](https://www.npmjs.com/package/@patternfly/react-table/v/2.28.26)
16+
- [@patternfly/react-tokens@2.8.10](https://www.npmjs.com/package/@patternfly/react-tokens/v/2.8.10)
17+
- [@patternfly/react-topology@2.14.45](https://www.npmjs.com/package/@patternfly/react-topology/v/2.14.45)
18+
- [@patternfly/react-virtualized-extension@1.4.46](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/1.4.46)
19+
20+
### Components
21+
- **About modal:**
22+
- Allow custom aria-label for the close button ([#3877](https://github.com/patternfly/patternfly-react/pull/3877))
23+
- **Alert:**
24+
- Use context to set label ([#3771](https://github.com/patternfly/patternfly-react/pull/3771))
25+
- **Card:**
26+
- Added wrapper to image to resize it properly ([#3642](https://github.com/patternfly/patternfly-react/pull/3642))
27+
- Added Card View to demos ([#3441](https://github.com/patternfly/patternfly-react/pull/3441))
28+
- **Drawer:**
29+
- Added width props, updated demo & integration test ([#3979](https://github.com/patternfly/patternfly-react/pull/3979))
30+
- **Dropdown:**
31+
- Added new prop so Links are treated better ([#3889](https://github.com/patternfly/patternfly-react/pull/3889))
32+
- Removed duplicate prop ([#3923](https://github.com/patternfly/patternfly-react/pull/3923))
33+
- Cleaned console errors in Dropdown.test.tsx ([#3861](https://github.com/patternfly/patternfly-react/pull/3861))
34+
- **Empty state:**
35+
- Added support for extra-large empty state ([#3844](https://github.com/patternfly/patternfly-react/pull/3844))
36+
- **Select:**
37+
- Allow count badge to be hidden in checkbox select ([#3976](https://github.com/patternfly/patternfly-react/pull/3976))
38+
- Added logic for disabled default options for typeahead ([#3895](https://github.com/patternfly/patternfly-react/pull/3895))
39+
- Fixed group select options in single variant ([#3838](https://github.com/patternfly/patternfly-react/pull/3838))
40+
- **Table:**
41+
- Added column management demo ([#3942](https://github.com/patternfly/patternfly-react/pull/3942))
42+
- Fix forward ref types ([#3919](https://github.com/patternfly/patternfly-react/pull/3919))
43+
44+
### Other
45+
- Create unified react-core dist ([#3971](https://github.com/patternfly/patternfly-react/pull/3971))
46+
- In-house focusTrap ([#3967](https://github.com/patternfly/patternfly-react/pull/3967))
47+
- Remove a few usages of prop-types ([#3968](https://github.com/patternfly/patternfly-react/pull/3968))
48+
- Release docs to NPM for patternfly-org ([#3941](https://github.com/patternfly/patternfly-react/pull/3941))
49+
- Fix tippy types, remove copyTS ([#3940](https://github.com/patternfly/patternfly-react/pull/3940))
50+
- Create variables by file in react-tokens ([#3896](https://github.com/patternfly/patternfly-react/pull/3896))
51+
- Remove unused packages from repo ([#3916](https://github.com/patternfly/patternfly-react/pull/3916))
52+
753
## 2020.03 release notes (2020-03-10)
854
Packages released:
955
- [@patternfly/react-catalog-view-extension: 1.4.29](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/1.4.29)
@@ -17,7 +63,7 @@ Packages released:
1763
- [@patternfly/react-virtualized-extension: 1.4.30](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/1.4.30)
1864
- [@patternfly/react-icons: 3.15.11](https://www.npmjs.com/package/@patternfly/react-icons/v/3.15.11)
1965

20-
### Components:
66+
### Components
2167
- **Background image:**
2268
- Remove width attr from background image filter element ([#3758](https://github.com/patternfly/patternfly-react/pull/3758))
2369
- **Data toolbar:**
@@ -64,7 +110,7 @@ Packages released:
64110
- **Catalog tile:**
65111
- Removed truncation and maxLength props ([#3830](https://github.com/patternfly/patternfly-react/pull/3830))
66112

67-
### Other:
113+
### Other
68114
- **Chore:**
69115
- Added experimental exports ([#3775](https://github.com/patternfly/patternfly-react/pull/3775))
70116
- Wrapped layout examples to fix codesandbox ([#3818](https://github.com/patternfly/patternfly-react/pull/3818))
@@ -92,7 +138,7 @@ Packages released:
92138
### Virtualized extension
93139
- Resolved linter errors ([#3726](https://github.com/patternfly/patternfly-react/pull/3726))
94140

95-
### PF3:
141+
### PF3
96142
- **Chore:**
97143
- Enabled releasing patternfly 3 ([#3863](https://github.com/patternfly/patternfly-react/pull/3863))
98144
- Removed patternfly-3 packages ([#3852](https://github.com/patternfly/patternfly-react/pull/3852))
@@ -112,7 +158,7 @@ Packages released:
112158
- [@patternfly/react-icons: 3.15.3](https://www.npmjs.com/package/@patternfly/react-icons/v/3.15.3)
113159

114160

115-
### Components:
161+
### Components
116162
- **Context selector:**
117163
- Updated signature for context selector ([#3697](https://github.com/patternfly/patternfly-react/pull/3697))
118164
- **Data toolbar:**
@@ -135,13 +181,13 @@ Packages released:
135181
- Fixed styles that stopped working ([#3635](https://github.com/patternfly/patternfly-react/pull/3635))
136182
- Fixed linting errors ([#3714](https://github.com/patternfly/patternfly-react/pull/3714))
137183

138-
### Table:
184+
### Table
139185
- Added inline edit to table ([#3058](https://github.com/patternfly/patternfly-react/issues/3058))
140186
- Reverted IHeaderRow interface change ([#3746](https://github.com/patternfly/patternfly-react/pull/3746))
141187
- Fixed that column functions are not always equal ([#3612](https://github.com/patternfly/patternfly-react/pull/3612))
142188
- Added support for truncated column headers ([#3729](https://github.com/patternfly/patternfly-react/pull/3729))
143189

144-
### Other:
190+
### Other
145191
- **Build:**
146192
- Updated CircleCi config for pricing ([#3654](https://github.com/patternfly/patternfly-react/pull/3654))
147193
- Made change to use machine instance ([#3712](https://github.com/patternfly/patternfly-react/pull/3712))
@@ -168,7 +214,7 @@ Packages released:
168214
- Added react-hooks to eslint-plugin-patternfly-react ([#3636](https://github.com/patternfly/patternfly-react/pull/3636))
169215
- Fixed linting errors ([#3713](https://github.com/patternfly/patternfly-react/pull/3713))
170216

171-
### PF3:
217+
### PF3
172218
- **Slider:**
173219
- Added limit for lowest possible value of slider ([#3660](https://github.com/patternfly/patternfly-react/pull/3660))
174220

packages/react-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@mdx-js/mdx": "^1.1.5",
1919
"@mdx-js/react": "^1.1.5",
20-
"@patternfly/patternfly": "2.70.1",
20+
"@patternfly/patternfly": "2.71.1",
2121
"@patternfly/react-catalog-view-extension": "^1.4.45",
2222
"@patternfly/react-charts": "^5.3.16",
2323
"@patternfly/react-core": "^3.153.0",

packages/react-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/preset-react": "^7.0.0",
4343
"@fortawesome/free-regular-svg-icons": "^5.7.2",
4444
"@fortawesome/free-solid-svg-icons": "^5.7.2",
45-
"@patternfly/patternfly": "2.70.1",
45+
"@patternfly/patternfly": "2.71.1",
4646
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
4747
"babel-plugin-typescript-to-proptypes": "^0.17.1",
4848
"fs-extra": "^6.0.1",

packages/react-inline-edit-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/",
2929
"dependencies": {
30-
"@patternfly/patternfly": "2.70.1",
30+
"@patternfly/patternfly": "2.71.1",
3131
"@patternfly/react-core": "^3.153.0",
3232
"@patternfly/react-icons": "^3.15.13",
3333
"@patternfly/react-styles": "^3.7.10",

packages/react-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/plugin-transform-typescript": "^7.0.0",
4343
"@babel/preset-env": "^7.0.0",
4444
"@babel/preset-react": "^7.0.0",
45-
"@patternfly/patternfly": "2.70.1",
45+
"@patternfly/patternfly": "2.71.1",
4646
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
4747
"babel-plugin-typescript-to-proptypes": "^0.17.1",
4848
"fbjs-scripts": "^0.8.3",

packages/react-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/react-table#readme",
2929
"dependencies": {
30-
"@patternfly/patternfly": "2.70.1",
30+
"@patternfly/patternfly": "2.71.1",
3131
"@patternfly/react-core": "^3.153.0",
3232
"@patternfly/react-icons": "^3.15.13",
3333
"@patternfly/react-styles": "^3.7.10",

packages/react-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/cli": "^7.0.0",
3535
"@babel/core": "^7.0.0",
36-
"@patternfly/patternfly": "2.70.1",
36+
"@patternfly/patternfly": "2.71.1",
3737
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
3838
"css": "^2.2.3",
3939
"fs-extra": "^6.0.1",

0 commit comments

Comments
 (0)