@@ -10,16 +10,20 @@ For current development version of Console, use `4.x.0-prerelease.n` packages.
1010For older 1.x plugin SDK packages, refer to "OpenShift Console Versions vs SDK Versions" compatibility
1111table in [ Console dynamic plugins README] ( ./README.md ) .
1212
13- ## 4.21.0-prerelease.x - TBD
13+ ## 4.21.0-prerelease.1 - TBD
1414
15- - Deprecated ` setPluginStore ` function in ` k8s-utils.ts ` . The function is now a noop and the export
15+ - ** Deprecated** : ` setPluginStore ` function in ` k8s-utils.ts ` . The function is now a noop and the export
1616 will be removed in a future release. ([ CONSOLE-4840] , [ #15671 ] )
17- - Fix ` popupComponent ` prop type in extension ` console.dashboards/overview/health/resource ` ([ CONSOLE-4796] , [ #15526 ] )
18- - Begin alignment of plugin SDK types with ` @openshift/dynamic-plugin-sdk ` ([ CONSOLE-3769] , [ #15509 ] )
17+ - ** Type breaking** : Fix ` popupComponent ` prop type in extension ` console.dashboards/overview/health/resource ` ([ CONSOLE-4796] , [ #15526 ] )
18+ - ** Type breaking** : ` AlwaysOnExtension ` and ` ModelDefinition ` types are removed from ` api/common-types ` . ([ CONSOLE-3769] , [ #15509 ] )
19+ - The following types are now re-exported from ` @openshift/dynamic-plugin-sdk ` instead of being defined
20+ locally: ` ExtensionFlags ` , ` ExtensionTypeGuard ` , ` ResolvedCodeRefProperties ` , ` RemoteEntryModule ` , and ` Update ` . ([ CONSOLE-4840] , [ #15509 ] , [ #15671 ] )
1921- Add optional ` fetch ` property to extension ` console.dashboards/overview/health/url ` ([ CONSOLE-4796] , [ #15526 ] )
2022- Add optional ` infrastructure ` parameter to ` PrometheusHealthHandler ` type ([ CONSOLE-4796] , [ #15526 ] )
2123- Allow ` K8sResourceKind ` in ` TopologyDataObject ` , ` TopologyResourcesObject ` , and ` OverviewItem ` types ([ CONSOLE-4840] , [ #15699 ] )
2224- Allow async functions for the ` resources ` property of ` console.topology/data/factory ` extension ([ CONSOLE-4806] , [ #15641 ] )
25+ - Add color theme and font size customization to ` ResourceYAMLEditor ` component ([ CONSOLE-4701] , [ #15735 ] )
26+ - Ensure proper pass-through of ` props.editorProps.theme ` and ` props.options.fontFamily ` to ` CodeEditor ` component ([ CONSOLE-4701] , [ #15735 ] )
2327
2428## 4.20.0 - 2025-11-24
2529
@@ -145,6 +149,7 @@ table in [Console dynamic plugins README](./README.md).
145149[ CONSOLE-4576 ] : https://issues.redhat.com/browse/CONSOLE-4576
146150[ CONSOLE-4654 ] : https://issues.redhat.com/browse/CONSOLE-4654
147151[ CONSOLE-4656 ] : https://issues.redhat.com/browse/CONSOLE-4656
152+ [ CONSOLE-4701 ] : https://issues.redhat.com/browse/CONSOLE-4701
148153[ CONSOLE-4796 ] : https://issues.redhat.com/browse/CONSOLE-4796
149154[ CONSOLE-4806 ] : https://issues.redhat.com/browse/CONSOLE-4806
150155[ CONSOLE-4840 ] : https://issues.redhat.com/browse/CONSOLE-4840
@@ -212,3 +217,4 @@ table in [Console dynamic plugins README](./README.md).
212217[ #15641 ] : https://github.com/openshift/console/pull/15641
213218[ #15671 ] : https://github.com/openshift/console/pull/15671
214219[ #15699 ] : https://github.com/openshift/console/pull/15699
220+ [ #15735 ] : https://github.com/openshift/console/pull/15735
0 commit comments