Foreman 5.0: Web UI component removals and deprecations

Hello plugin maintainers,

A heads-up on frontend changes that shipped in Foreman 5.0. These affect Foreman core’s React components — if your plugin uses any of the following, check your usage.

Removed:

  • NumericInput — removed, along with the rc-input-number dependency it was built on. (#39558)

Deprecated (still work today, will be removed in a future release):

  • ForemanForm (#39485)
  • MessageBox — use EmptyState instead (#39401)
  • Loader — migrate to the PatternFly 5 equivalent (#39366)
  • The LineChart wrapper (#39357)

Thanks for keeping your plugins up to date!

3 Likes