Skip to content

Commit fdfaae5

Browse files
authored
Merge pull request #913 from rvsia/removePF3mapper
breaking(pf3): remove PF3 mapper
2 parents ad4d9aa + bf11b30 commit fdfaae5

File tree

119 files changed

+52
-26320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+52
-26320
lines changed

README.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Data Driven Forms is a React library used for rendering and managing forms with
1717

1818
:tada: Features :tada:
1919
- **Easily readable schema**, you don't need to know any HTML or JS to be able to write your own form schemas!
20-
- You can use your **own components** or use one of our **provided mappers** ([PatternFly 3](https://patternfly-react.surge.sh/patternfly-3/index.html), [PatternFly 4](https://patternfly-react.surge.sh/patternfly-4/), [Material-UI](https://material-ui.com/), [Ant Design](https://ant.design/)! and more, see below!)
20+
- You can use your **own components** or use one of our **provided mappers**: [PatternFly 4](https://patternfly-react.surge.sh/patternfly-4/), [Material-UI](https://material-ui.com/), [Ant Design](https://ant.design/)! and more, see below!)
2121
- **Form state manager** out-of-the-box (including error states!)
2222
- Fully **customizable** (you can use your own buttons, actions, etc.)!
2323
- **Conditional** fields!
@@ -36,7 +36,6 @@ Data Driven Forms is a React library used for rendering and managing forms with
3636
- [Installation](#installation)
3737
- [React Form Renderer](#react-form-renderer)
3838
- [Material-UI Mapper](#material-ui-mapper)
39-
- [PatternFly 3 Mapper](#patternfly-3-mapper)
4039
- [PatternFly 4 Mapper](#patternfly-4-mapper)
4140
- [BlueprintJS Mapper](#blueprintjs-mapper)
4241
- [Semantic UI Mapper](#semantic-ui-mapper)
@@ -81,16 +80,6 @@ $ npm install @data-driven-forms/mui-component-mapper -S
8180
$ yarn add @data-driven-forms/mui-component-mapper
8281
```
8382

84-
#### [PatternFly 3 Mapper](https://data-driven-forms.org/mappers/pf3-component-mapper)
85-
86-
```console
87-
$ npm install @data-driven-forms/pf3-component-mapper -S
88-
```
89-
90-
```console
91-
$ yarn add @data-driven-forms/pf3-component-mapper
92-
```
93-
9483
#### [PatternFly 4 Mapper](https://data-driven-forms.org/mappers/pf4-component-mapper)
9584

9685
```console
@@ -237,7 +226,6 @@ Please use our [documentation site](https://data-driven-forms.org/). In case of
237226
### Useful links
238227

239228
- [Data Driven Forms documentation](https://data-driven-forms.org/)
240-
- [PatternFly 3 Design documentation](https://www.patternfly.org/v3/)
241229
- [PatternFly 4 Design documentation](https://www.patternfly.org/v4/)
242230
- [Material-UI documentation](https://material-ui.com/)
243231
- [Ant Design documentation](https://ant.design/)
@@ -246,7 +234,6 @@ Please use our [documentation site](https://data-driven-forms.org/). In case of
246234
- [IBM Carbon](https://www.carbondesignsystem.com/)
247235
- NPM
248236
- [React Form Renderer](https://www.npmjs.com/package/@data-driven-forms/react-form-renderer)
249-
- [PatternFly 3 Mapper](https://www.npmjs.com/package/@data-driven-forms/pf3-component-mapper)
250237
- [PatternFly 4 Mapper](https://www.npmjs.com/package/@data-driven-forms/pf4-component-mapper)
251238
- [MaterialUI Mapper](https://www.npmjs.com/package/@data-driven-forms/mui-component-mapper)
252239
- [Ant Design Mapper](https://www.npmjs.com/package/@data-driven-forms/ant-component-mapper)
@@ -275,7 +262,7 @@ yarn build
275262
Each package has a small playground `package/demo`, where you can test your changes.
276263

277264
```console
278-
cd packages/pf3-component-mapper
265+
cd packages/pf4-component-mapper
279266
yarn start
280267
```
281268

@@ -294,7 +281,7 @@ Tests needed to be run from the core folder.
294281
```console
295282
yarn test
296283

297-
yarn test packages/pf3-component-mapper
284+
yarn test packages/pf4-component-mapper
298285
```
299286

300287
#### Commits
@@ -306,15 +293,15 @@ Format:
306293
```
307294
[type]([package]): message
308295
309-
fix(pf3): title accepts node
296+
fix(pf4): title accepts node
310297
```
311298

312299
Types:
313300
- `feat`: a new feature, will trigger new `_.X._` release
314301
- `fix`: a fix, will trigger new `_._.X` release
315302

316303
Packages:
317-
- Please describe which package is being changed `pf3`, `renderer`, ...
304+
- Please describe which package is being changed `4`, `renderer`, ...
318305

319306
Please, do not use Semantic Release, if you update only the demo.
320307

packages/pf3-component-mapper/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/pf3-component-mapper/.npmignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/pf3-component-mapper/LICENSE

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/pf3-component-mapper/README.md

Lines changed: 0 additions & 184 deletions
This file was deleted.

packages/pf3-component-mapper/babel.config.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/pf3-component-mapper/config/jest.setup.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)