patternfly / pf-roadmap

This repo is used to track new feature requests for PatternFly as epics. It contains no code.
0 stars 0 forks source link

Deprecate old component implementations #42

Closed nicolethoen closed 1 year ago

nicolethoen commented 1 year ago

To deprecate a component in core, it involves simply updating the documentation and replacing usages of those components in the relevant examples/demos. To deprecate a component in react, it involves moving the component to a deprecated import path, replacing usages of those components in the relevant examples, updating the documentation, writing a code mod.

### Deprecate components in React
- [x] Select
- [x] Dropdown
- [x] Application launcher
- [x] Options menu
- [x] Table
- [x] Wizard
### clean up of side effects from deprecating components

- [x] https://github.com/patternfly/patternfly-react/issues/8839
- [ ] https://github.com/patternfly/patternfly-react/issues/8874
- [ ] https://github.com/patternfly/patternfly-react/issues/8899
- [ ] https://github.com/patternfly/patternfly-react/issues/8985
- [ ] https://github.com/patternfly/patternfly-react/issues/9012