@@ -3,6 +3,88 @@ id: Release notes
3
3
section : developer-resources
4
4
---
5
5
6
+ ## 2021.12 release notes (2021-09-15)
7
+ - [ @patternfly/react-catalog-view-extension @4.12.73] ( https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.12.73 )
8
+ - [ @patternfly/react-charts @6.15.23] ( https://www.npmjs.com/package/@patternfly/react-charts/v/6.15.23 )
9
+ - [ @patternfly/react-code-editor @4.3.60] ( https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.3.60 )
10
+ - [ @patternfly/react-core @4.157.2] ( https://www.npmjs.com/package/@patternfly/react-core/v/4.157.2 )
11
+ - [ @patternfly/react-icons @4.11.17] ( https://www.npmjs.com/package/@patternfly/react-icons/v/4.11.17 )
12
+ - [ @patternfly/react-inline-edit-extension @4.7.83] ( https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.7.83 )
13
+ - [ @patternfly/react-log-viewer @4.6.13] ( https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.6.13 )
14
+ - [ @patternfly/react-styles @4.11.16] ( https://www.npmjs.com/package/@patternfly/react-styles/v/4.11.16 )
15
+ - [ @patternfly/react-table @4.30.2] ( https://www.npmjs.com/package/@patternfly/react-table/v/4.30.2 )
16
+ - [ @patternfly/react-tokens @4.12.18] ( https://www.npmjs.com/package/@patternfly/react-tokens/v/4.12.18 )
17
+ - [ @patternfly/react-topology @4.9.79] ( https://www.npmjs.com/package/@patternfly/react-topology/v/4.9.79 )
18
+ - [ @patternfly/react-virtualized-extension @4.9.48] ( https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.9.48 )
19
+
20
+ ### Components
21
+ - ** Alert:**
22
+ - Added plain variant, added expandable inline ([ #6236 ] ( https://github.com/patternfly/patternfly-react/pull/6236 ) )
23
+ - ** Avatar:**
24
+ - Converted examples to typescript ([ #6228 ] ( https://github.com/patternfly/patternfly-react/pull/6228 ) )
25
+ - ** Back to top:**
26
+ - Introduced back to top component and demos ([ #6282 ] ( https://github.com/patternfly/patternfly-react/pull/6282 ) )
27
+ - ** Calendar month:**
28
+ - Made useEffect respect validators ([ #6315 ] ( https://github.com/patternfly/patternfly-react/pull/6315 ) )
29
+ - ** Card:**
30
+ - Added demos for log and event views ([ #6289 ] ( https://github.com/patternfly/patternfly-react/pull/6289 ) )
31
+ - Added aggregate status, status tabbed and status demos ([ #6206 ] ( https://github.com/patternfly/patternfly-react/pull/6206 ) )
32
+ - ** Code editor:**
33
+ - Replaced hardcoded text with props, updated microcopy ([ #6241 ] ( https://github.com/patternfly/patternfly-react/pull/6241 ) )
34
+ - ** Date picker:**
35
+ - Updated date picker microcopy ([ #6263 ] ( https://github.com/patternfly/patternfly-react/pull/6263 ) )
36
+ - ** Description list:**
37
+ - Added compact and fluid modifiers ([ #6260 ] ( https://github.com/patternfly/patternfly-react/pull/6260 ) )
38
+ - ** Drag and drop:**
39
+ - Started work towards adding drag and drop component ([ #6258 ] ( https://github.com/patternfly/patternfly-react/pull/6258 ) )
40
+ - ** Dual list selector:**
41
+ - Added support for list item row ([ #6294 ] ( https://github.com/patternfly/patternfly-react/pull/6294 ) )
42
+ - Added arguments to onOptionsSelect (#6224 ) ([ #6225 ] ( https://github.com/patternfly/patternfly-react/pull/6225 ) )
43
+ - ** Flex layout:**
44
+ - Added component property to flex layout and subitems. ([ #6270 ] ( https://github.com/patternfly/patternfly-react/pull/6270 ) )
45
+ - ** Gallery layout:**
46
+ - Added component property to gallery layout and subitems. ([ #6270 ] ( https://github.com/patternfly/patternfly-react/pull/6270 ) )
47
+ - ** Grid layout:**
48
+ - Added component property to grid layout and subitems. ([ #6270 ] ( https://github.com/patternfly/patternfly-react/pull/6270 ) )
49
+ - ** Menu:**
50
+ - Added context selector demo using menu ([ #6283 ] ( https://github.com/patternfly/patternfly-react/pull/6283 ) )
51
+ - ** Navigation:**
52
+ - Added flyout support ([ #6253 ] ( https://github.com/patternfly/patternfly-react/pull/6253 ) )
53
+ - ** Search input:**
54
+ - Added autocomplete search input demo ([ #6305 ] ( https://github.com/patternfly/patternfly-react/pull/6305 ) )
55
+ - ** Select:**
56
+ - Fixed select field dropdown showing the create option even when there's no input ([ #6248 ] ( https://github.com/patternfly/patternfly-react/pull/6248 ) )
57
+ - Added aria-label to toggle ([ #6271 ] ( https://github.com/patternfly/patternfly-react/pull/6271 ) )
58
+ - ** Slider:**
59
+ - Fixed customSteps spacing to respect min/max ([ #6231 ] ( https://github.com/patternfly/patternfly-react/pull/6231 ) )
60
+ - Updated slider to respect min/max constraints ([ #6232 ] ( https://github.com/patternfly/patternfly-react/pull/6232 ) )
61
+ - ** Spinner:**
62
+ - Fixed spinner tests to check all component sizes ([ #6269 ] ( https://github.com/patternfly/patternfly-react/pull/6269 ) )
63
+ - ** Tabs:**
64
+ - Added support for disabled state tabs ([ #6261 ] ( https://github.com/patternfly/patternfly-react/pull/6261 ) )
65
+
66
+ ### Log viewer extension
67
+ - Added onScroll and footer props ([ #6238 ] ( https://github.com/patternfly/patternfly-react/pull/6238 ) )
68
+ - Added required dependency ([ #6216 ] ( https://github.com/patternfly/patternfly-react/pull/6216 ) )
69
+
70
+ ### Table
71
+ - Added hoverable and selectable rows ([ #6233 ] ( https://github.com/patternfly/patternfly-react/pull/6233 ) )
72
+ - Added missing styles import ([ #6259 ] ( https://github.com/patternfly/patternfly-react/pull/6259 ) )
73
+ - Fixed broken links in table's empty state demo ([ #6276 ] ( https://github.com/patternfly/patternfly-react/pull/6276 ) )
74
+
75
+ ### Other
76
+ - ** Chore:**
77
+ - Removed unneeded peer dependency in code editor ([ #6239 ] ( https://github.com/patternfly/patternfly-react/pull/6239 ) )
78
+ - ** Demos**
79
+ - Added search input demo for composable search with form ([ #6279 ] ( https://github.com/patternfly/patternfly-react/pull/6279 ) )
80
+ - Refactored demos to use masthead ([ #6274 ] ( https://github.com/patternfly/patternfly-react/pull/6274 ) )
81
+ - Fixed wrapper nav to have hrefs ([ #6297 ] ( https://github.com/patternfly/patternfly-react/pull/6297 ) )
82
+ - ** Deps:**
83
+ - Updated dependency theme-patternfly-org to v0.6.40 ([ #6309 ] ( https://github.com/patternfly/patternfly-react/pull/6309 ) )
84
+ - ** Docs:**
85
+ - Corrected some copy-pasted prop comments ([ #6285 ] ( https://github.com/patternfly/patternfly-react/pull/6285 ) )
86
+ - Added yarn build before test in contributing docs ([ #6273 ] ( https://github.com/patternfly/patternfly-react/pull/6273 ) )
87
+
6
88
## 2021.11 release notes (2021-08-25)
7
89
- [ @patternfly/react-catalog-view-extension @4.12.56] ( https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.12.56 )
8
90
- [ @patternfly/react-charts @6.15.20] ( https://www.npmjs.com/package/@patternfly/react-charts/v/6.15.20 )
0 commit comments