Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,6 @@ Currently this feature is behind feature gate.
[[API]](./frontend/packages/console-dynamic-plugin-sdk/docs/api.md)
[[Console Extensions]](./frontend/packages/console-dynamic-plugin-sdk/docs/console-extensions.md)

- [console-plugin-shared](./frontend/packages/console-plugin-shared/README.md)

- [dev-console](./frontend/packages/dev-console/README.md)

- [eslint-plugin-console](./frontend/packages/eslint-plugin-console/README.md)
Expand Down
1 change: 0 additions & 1 deletion frontend/packages/console-dynamic-plugin-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ as a reference point for writing an OLM operator that ships with its own Console
| `@openshift-console/dynamic-plugin-sdk`| Provides core APIs, types and utilities used by dynamic plugins at runtime. |
| `@openshift-console/dynamic-plugin-sdk-webpack`| Provides webpack `ConsoleRemotePlugin` used to build all dynamic plugin assets. |
| `@openshift-console/dynamic-plugin-sdk-internal` | Internal package exposing additional Console code. |
| `@openshift-console/plugin-shared` | Provides reusable components and utility functions to build OCP dynamic plugins. |

Packages marked with ★ provide essential plugin APIs with backwards compatibility. Other packages may be
used with multiple versions of OpenShift Console but don't provide any backwards compatibility guarantees.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Additional updates to these shared modules might occur before the 4.22 release i
- Upgraded from `react-redux` v7 to v8. Plugins must use `react-redux` v8 to remain compatible with Console.
- Upgraded from `react-i18next` v11 to v15. Plugins must use `react-i18next` v15 to remain compatible with Console.

## Removal of `@openshift-console/plugin-shared`

The `@openshift-console/plugin-shared` package has been removed from the Console codebase, and the
corresponding npm package is deprecated. Plugins should remove this dependency from their `package.json`
if present.

## React 18 upgrade tips

Console now uses React 18. The following guidance highlights common update considerations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const commonFiles: Record<string, string> = {

const docFiles: Record<string, string> = {
docs: 'docs',
'upgrade-PatternFly.md': 'upgrade-PatternFly.md',
};

const getReferencedAssets = (outDir: string) => {
Expand Down

This file was deleted.