Skip to content

Commit 0b51afc

Browse files
tlabajTitani
andauthored
chore(docs): Added release notes 2022.14 (#8301)
* chore(docs): Added rleases notes 2022.14 * updated topology version * fixes from reviews Co-authored-by: Titani <[email protected]>
1 parent 4419614 commit 0b51afc

File tree

18 files changed

+92
-1
lines changed

18 files changed

+92
-1
lines changed

packages/react-core/src/components/FormSelect/examples/FormSelect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ ouia: true
2828

2929
**Note:** The dropdown toggle icon is applied as a background image to the form element. By default, the image URLs for these icons are data URIs. However, there may be cases where data URIs are not ideal, such as in an application with a content security policy that disallows data URIs for security reasons. The `isIconSprite` variation changes the icon source to an external SVG file that serves as a sprite for all of the supported icons.
3030

31-
```ts file='./FormSelectIconSpriteVariant.tsx' isBeta
31+
```ts file='./FormSelectIconSpriteVariant.tsx'
3232
```

packages/react-docs/RELEASE-NOTES.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,96 @@ id: Release notes
33
section: developer-resources
44
---
55

6+
## 2022.14 release notes (2022-10-27)
7+
- [@patternfly/react-catalog-view-extension@4.92.55](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.92.55)
8+
- [@patternfly/react-charts@6.94.11](https://www.npmjs.com/package/@patternfly/react-charts/v/6.94.11)
9+
- [@patternfly/react-code-editor@4.82.55](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.82.55)
10+
- [@patternfly/react-core@4.258.3](https://www.npmjs.com/package/@patternfly/react-core/v/4.258.3)
11+
- [@patternfly/react-icons@4.92.10](https://www.npmjs.com/package/@patternfly/react-icons/v/4.92.10)
12+
- [@patternfly/react-inline-edit-extension@4.86.56](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.86.56)
13+
- [@patternfly/react-log-viewer@4.87.50](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.87.50)
14+
- [@patternfly/react-styles@4.91.10](https://www.npmjs.com/package/@patternfly/react-styles/v/4.91.10)
15+
- [@patternfly/react-table@4.111.33](https://www.npmjs.com/package/@patternfly/react-table/v/4.111.33)
16+
- [@patternfly/react-tokens@4.93.10](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.93.10)
17+
- [@patternfly/react-topology@4.90.11](https://www.npmjs.com/package/@patternfly/react-topology/v/4.90.10)
18+
- [@patternfly/react-virtualized-extension@4.88.55](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.88.55)
19+
20+
### Components
21+
- **Alert:**
22+
- Fixed to prevent error being thrown when using invalid variant ([#8229](https://github.com/patternfly/patternfly-react/pull/8229))
23+
- **Banner:**
24+
- Added support for status icons ([#8195](https://github.com/patternfly/patternfly-react/pull/8195))
25+
- Updated tests to new React testing library standards ([#8160](https://github.com/patternfly/patternfly-react/pull/8160))
26+
- **Button:**
27+
- Added inline link progress support to examples ([#8172](https://github.com/patternfly/patternfly-react/pull/8172))
28+
- **Clipboard copy:**
29+
- Added OUIA props to clipboard copy ([#8193](https://github.com/patternfly/patternfly-react/pull/8193))
30+
- **Code editor:**
31+
- Used `codeEditorControls` and cleaned up ([#7931](https://github.com/patternfly/patternfly-react/pull/7931))
32+
- **Data list:**
33+
- Updated to pass button props to toggle ([#8222](https://github.com/patternfly/patternfly-react/pull/8222))
34+
- **Context selector:**
35+
- Updated isFlipEnabled to true by default ([#8215](https://github.com/patternfly/patternfly-react/pull/8215))
36+
- **Dropdown:**
37+
- Updated isFlipEnabled to true by default ([#8215](https://github.com/patternfly/patternfly-react/pull/8215))
38+
- Add support for forward ref and updated documentation for dropdown next ([#8142](https://github.com/patternfly/patternfly-react/pull/8142))
39+
- Enabled right aligned dropdown with isFlipEnabled ([#8224](https://github.com/patternfly/patternfly-react/pull/8224))
40+
- Added OUIA support to dropdown next ([#8135](https://github.com/patternfly/patternfly-react/pull/8135))
41+
- **Dual list selector:**
42+
- Fixed Add/remove button that didn't work if search is used ([#8269](https://github.com/patternfly/patternfly-react/pull/8269))
43+
- **Empty state:**
44+
- Added `EmptyStatePrimary` to documentation ([#8161](https://github.com/patternfly/patternfly-react/pull/8161))
45+
- **Label:**
46+
- Update aria-labels to include label text ([#8192](https://github.com/patternfly/patternfly-react/pull/8192))
47+
- **Label group:**
48+
- Updated aria-labels to include label text ([#8192](https://github.com/patternfly/patternfly-react/pull/8192))
49+
- **Menu:**
50+
- Added optional danger state for menu items ([#8131](https://github.com/patternfly/patternfly-react/pull/8131))
51+
- **Multiple file upload:**
52+
- Added aria live region to internal Progress ([#8242](https://github.com/patternfly/patternfly-react/pull/8242))
53+
- **Pagination:**
54+
- Prevented regenerating random id on each render ([#8175](https://github.com/patternfly/patternfly-react/pull/8175))
55+
- **Popover:**
56+
- Updated default flip behavior and width ([#8191](https://github.com/patternfly/patternfly-react/pull/8191))
57+
- **Select:**
58+
- Added flag to put create option at top of typeahead ([#8165](https://github.com/patternfly/patternfly-react/pull/8165))
59+
- Updated isFlipEnabled to true by default ([#8215](https://github.com/patternfly/patternfly-react/pull/8215))
60+
- **Sidebar:**
61+
- Converted examples to TypeScript ([#8062](https://github.com/patternfly/patternfly-react/pull/8062))
62+
- **Simple list:**
63+
- Converted examples to TypeScript ([#8176](https://github.com/patternfly/patternfly-react/pull/8176))
64+
- **Skip to content:**
65+
- Converted examples to TypeScript ([#8138](https://github.com/patternfly/patternfly-react/pull/8138))
66+
- **Slider:**
67+
- Corrected tab order when input is above thumb ([#8190](https://github.com/patternfly/patternfly-react/pull/8190))
68+
- Reverted tab order update ([#8273](https://github.com/patternfly/patternfly-react/pull/8273))
69+
- **Text area:**
70+
- Revamped unit tests ([#8150](https://github.com/patternfly/patternfly-react/pull/8150))
71+
- **Text input:**
72+
- Converted examples to TypeScript ([#8137](https://github.com/patternfly/patternfly-react/pull/8137))
73+
- **Timestamp:**
74+
- Updated logic for rendering datetime attribute ([#8205](https://github.com/patternfly/patternfly-react/pull/8205))
75+
- **Title:**
76+
- Updated tests to new React testing library standards ([#8156](https://github.com/patternfly/patternfly-react/pull/8156))
77+
- **Wizard**
78+
- Added OUIA props to `WizardNav` and `WizardNavItem` ([#8193](https://github.com/patternfly/patternfly-react/pull/8193))
79+
- Updated wizard next to allow for `WizardStep` to better control state from props entry-point and included index ([#8218](https://github.com/patternfly/patternfly-react/pull/8218))
80+
81+
### Topology
82+
- Added option to fit layout to screen upon layout completion ([#8210](https://github.com/patternfly/patternfly-react/pull/8210))
83+
- Allowed tooltip usage on pipeline task node badges ([#8208](https://github.com/patternfly/patternfly-react/pull/8208))
84+
- Added pipeline groups ([#8278](https://github.com/patternfly/patternfly-react/pull/8278))
85+
86+
### Other
87+
- **Chore**
88+
- Promoted beta component candidates ([#8246](https://github.com/patternfly/patternfly-react/pull/8246))
89+
- Specified EST timezone for jest to run with ([#8151](https://github.com/patternfly/patternfly-react/pull/8151))
90+
- Created workflow for extensions issues ([#8281](https://github.com/patternfly/patternfly-react/pull/8281))
91+
- **Demos:**
92+
- Cleaned up jump links demo with drawer ([#8182](https://github.com/patternfly/patternfly-react/pull/8182))
93+
- **Dependencies:**
94+
- Updated dependency @patternfly/documentation-framework to v1.2.48 ([#8282](https://github.com/patternfly/patternfly-react/pull/8282))
95+
696
## 2022.13 release notes (2022-10-11)
797
- [@patternfly/react-catalog-view-extension@4.92.26](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.92.26)
898
- [@patternfly/react-charts@6.94.7](https://www.npmjs.com/package/@patternfly/react-charts/v/6.94.7)
@@ -418,6 +508,7 @@ section: developer-resources
418508
### Topology
419509
- Added topology pipeline support ([#7609](https://github.com/patternfly/patternfly-react/pull/7609))
420510
- Added pipelines support for badges/icons variable task node width ([#7697](https://github.com/patternfly/patternfly-react/pull/7697))
511+
- Fixed group labels, reverted breaking change ([#8299](https://github.com/patternfly/patternfly-react/pull/8299))
421512

422513
### Other
423514
- **Chore:**
-72 Bytes
Loading
-52 Bytes
Loading
-127 Bytes
Loading
-118 Bytes
Loading
293 Bytes
Loading
-853 Bytes
Loading
177 Bytes
Loading
-1.11 KB
Loading

0 commit comments

Comments
 (0)