Skip to content

Commit a568de4

Browse files
committed
Add alert for PF3 mapper
1 parent 97437a4 commit a568de4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/react-renderer-demo/src/pages/mappers/pf3-component-mapper.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
import DocPage from '@docs/doc-page';
22
import ComponentMapperBar from '@docs/component-mapper-bar';
3+
import Alert from '@material-ui/lab/Alert';
34

45
<DocPage>
56

67
# PatternFly 3 mapper
78

89
<ComponentMapperBar prefix="pf3" href="https://www.patternfly.org/v3/" />
910

11+
<Alert severity="error">With the future release of version 3.0 we are going to exclude PatternFly 3 mapper from our main branch. PF3 mapper won't be a part of this documenation and it won't get any new updates. The mapper will be moved to a seperate branch, so specific updates/bufixes will be still possible, but not guaranteed. (Version 3 should not include any breaking changes, so the mapper should work fine.) Please consider migrating to a different mapper, as PF3 does not support React 17+.</Alert>
12+
13+
<br />
14+
1015
PatternFly 3 mapper provides components from [PatternFly 3 design system](https://www.patternfly.org/v3/).
1116

1217
## Installation

0 commit comments

Comments
 (0)