Skip to content

Commit 8930b2f

Browse files
tlabajTitanievwilkin
authored
chore(Realease Notes): Updated release notes for 2020.03 release (#3892)
* chore(Realease Notes): Updated release notes for 2020.03 release #3891 * updates from comments * update versions * update based on comments * update based on comments * Update release notes Fixed react-topology NPM link and Modal bullet points link text Co-authored-by: Titani <tlabaj@redaht.com> Co-authored-by: Evan <evan.wilkinson@redhat.com>
1 parent 03e6dda commit 8930b2f

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed

RELEASE-NOTES.md

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

7+
## 2020.03 release notes (2020-03-10)
8+
Packages released:
9+
- [@patternfly/react-catalog-view-extension: 1.4.29](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/1.4.29)
10+
- [@patternfly/react-charts: 5.3.12](https://www.npmjs.com/package/@patternfly/react-charts/v/5.3.12)
11+
- [@patternfly/react-core: 3.146.0](https://www.npmjs.com/package/@patternfly/react-core/v/3.146.0)
12+
- [@patternfly/react-inline-edit-extension: 2.17.29](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/2.17.29)
13+
- [@patternfly/react-styles: 3.7.8](https://www.npmjs.com/package/@patternfly/react-styles/v/3.7.8)
14+
- [@patternfly/react-table: 2.28.10](https://www.npmjs.com/package/@patternfly/react-table/v/2.28.10)
15+
- [@patternfly/react-tokens: 2.8.8](https://www.npmjs.com/package/@patternfly/react-tokens/v/2.8.8)
16+
- [@patternfly/react-topology: 2.14.29](https://www.npmjs.com/package/@patternfly/react-topology/v/2.14.29)
17+
- [@patternfly/react-virtualized-extension: 1.4.30](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/1.4.30)
18+
- [@patternfly/react-icons: 3.15.11](https://www.npmjs.com/package/@patternfly/react-icons/v/3.15.11)
19+
20+
### Components:
21+
- **Background image:**
22+
- Remove width attr from background image filter element ([#3758](https://github.com/patternfly/patternfly-react/pull/3758))
23+
- **Data toolbar:**
24+
- Cleaned up beta warning for data toolbar ([#3755](https://github.com/patternfly/patternfly-react/pull/3755))
25+
- **Drawer:**
26+
- Added console warning to Drawer beta component ([#3856](https://github.com/patternfly/patternfly-react/pull/3856))
27+
- Updated drawer for Master/Detail support ([#3884](https://github.com/patternfly/patternfly-react/pull/3884))
28+
- **Dropdown**
29+
- Updated to Destructure bubbleEvent from props to avoid it passing to button el ([#3894](https://github.com/patternfly/patternfly-react/pull/3894))
30+
- **Button:**
31+
- Added link icon position for link buttons ([#3798](https://github.com/patternfly/patternfly-react/pull/3798))
32+
- **Card:**
33+
- Added selectable and selected variation ([#3587](https://github.com/patternfly/patternfly-react/pull/3587))
34+
- **Chip group:**
35+
- Added a tooltip to the Chipgroup label ([#3826](https://github.com/patternfly/patternfly-react/pull/3826))
36+
- **Data list:**
37+
- Added compact data list ([#3807](https://github.com/patternfly/patternfly-react/pull/3807))
38+
- **Data toolbar:**
39+
- Added support for key with categoryName. ([#3880](https://github.com/patternfly/patternfly-react/pull/3880))
40+
- **Dropdown:**
41+
- Fixed keyboard selection of toggle causing selection of parent ([#3816](https://github.com/patternfly/patternfly-react/pull/3816))
42+
- **File upload:**
43+
- Added new beta file upload component ([#3865](https://github.com/patternfly/patternfly-react/pull/3865))
44+
- **Input group:**
45+
- Updated docs to be more readable ([#3839](https://github.com/patternfly/patternfly-react/pull/3839))
46+
- **Modal:**
47+
- Added description property ([#3821](https://github.com/patternfly/patternfly-react/pull/3821))
48+
- Moved description to separate component ([#3897](https://github.com/patternfly/patternfly-react/pull/3897))
49+
- **Pagination:**
50+
- Updated to calculate navigation input according to last page ([#3534](https://github.com/patternfly/patternfly-react/pull/3534))
51+
- **Select:**
52+
- Added inline filtering to checkbox select ([#3843](https://github.com/patternfly/patternfly-react/pull/3843))
53+
- Fix panel checkbox labels ([#3820](https://github.com/patternfly/patternfly-react/pull/3820))
54+
- **Switch:**
55+
- Updated to avoid switch id override by props ([#3706](https://github.com/patternfly/patternfly-react/pull/3706))
56+
- **Tabs:**
57+
- Updated tabs with nav examples + add Tab component to props docs ([#3527](https://github.com/patternfly/patternfly-react/pull/3527))
58+
- **Tooltip:**
59+
- Removed TooltipContent from propComponents ([#3800](https://github.com/patternfly/patternfly-react/pull/3800))
60+
- **Wizard:**
61+
- Used patternfly-styles to set the no padding modifier ([#3871](https://github.com/patternfly/patternfly-react/pull/3871))
62+
63+
### Catalog view extension
64+
- **Catalog tile:**
65+
- Removed truncation and maxLength props ([#3830](https://github.com/patternfly/patternfly-react/pull/3830))
66+
67+
### Other:
68+
- **Chore:**
69+
- Added experimental exports ([#3775](https://github.com/patternfly/patternfly-react/pull/3775))
70+
- Wrapped layout examples to fix codesandbox ([#3818](https://github.com/patternfly/patternfly-react/pull/3818))
71+
- Tested prerelease workflow ([#3868](https://github.com/patternfly/patternfly-react/pull/3868))
72+
- Removed exenv and lodash ([#3882](https://github.com/patternfly/patternfly-react/pull/3882))
73+
- Added jest test generator ([#3828](https://github.com/patternfly/patternfly-react/pull/3828))
74+
- Added experimental/components directory ([#3764](https://github.com/patternfly/patternfly-react/pull/3764))
75+
- Improved promote script ([#3812](https://github.com/patternfly/patternfly-react/pull/3812))
76+
- Fixed react-docs version ([#3879](https://github.com/patternfly/patternfly-react/pull/3879))
77+
- Updated Gatsby theme for patternfly org ([#3813](https://github.com/patternfly/patternfly-react/pull/3813))
78+
- Updated versions in react-core for react-icons ([#3760](https://github.com/patternfly/patternfly-react/pull/3760))
79+
- Updated additional versions in react-core for react-icons ([#3761](https://github.com/patternfly/patternfly-react/pull/3761))
80+
- **Docs:**
81+
- Updated readme to match new guidelines ([#3837](https://github.com/patternfly/patternfly-react/pull/3837))
82+
- Added GDPR banner to all pages ([#3831](https://github.com/patternfly/patternfly-react/pull/3831))
83+
- Added page titles for react docs & react icons pages ([#3851](https://github.com/patternfly/patternfly-react/pull/3851))
84+
- Fixed typo in README ([#3769](https://github.com/patternfly/patternfly-react/pull/3769))
85+
- **Linting:**
86+
- Fixed eslint recommendations ([#3858](https://github.com/patternfly/patternfly-react/pull/3858))
87+
- Added linting to react styles ([#3723](https://github.com/patternfly/patternfly-react/pull/3723))
88+
- Added linting react tokens ([#3725](https://github.com/patternfly/patternfly-react/pull/3725))
89+
- **Ouia:**
90+
- Updated to not omit ouiaContext ([#3872](https://github.com/patternfly/patternfly-react/pull/3872))
91+
92+
### Virtualized extension
93+
- Resolved linter errors ([#3726](https://github.com/patternfly/patternfly-react/pull/3726))
94+
95+
### PF3:
96+
- **Chore:**
97+
- Enabled releasing patternfly 3 ([#3863](https://github.com/patternfly/patternfly-react/pull/3863))
98+
- Removed patternfly-3 packages ([#3852](https://github.com/patternfly/patternfly-react/pull/3852))
99+
- Created patternfly-3 branch ([#3846](https://github.com/patternfly/patternfly-react/pull/3846))
100+
7101
## 2020.02 release notes (2020-02-18)
8102
Packages released:
9103
- [@patternfly/react-catalog-view-extension: 1.4.11](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/1.4.11)

0 commit comments

Comments
 (0)