- Added
react-router-dom-v5-compatshared module to allow plugins to migrate to React Router v6. Check the Official v5 to v6 Migration Guide (section "Migration Strategy" and beyond) for details.
Console provides the following PatternFly 4.x shared modules to plugins:
@patternfly/react-core@patternfly/react-table@patternfly/quickstarts
When using code from these packages, make sure to import directly from the package index:
// Do _not_ do this:
import { Button } from '@patternfly/react-core/dist/esm/components/Button';
// Instead, do this:
import { Button } from '@patternfly/react-core';