Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

v4.0.0

Choose a tag to compare

@dlabrecq dlabrecq released this 30 Jun 15:53

4.0.0 (2018-06-30)

Breaking Changes

  • package: Updated to Angular 6, ngx-bootstrap 3, ngx-datatable 13, rxjs 6, gulp 4, and webpack 4 (#359) (888dc06)
  • tree-list: Removed the tree-list component due to Angular 6 issues with AOT and mobx-autorun.directive, introduced by angular-tree-component. See (#381)

Note: The tree-list has been moved to the patternfly-sandbox-ng repo since it's based on Angular 4 and does not compile with AOT.

Removed 3.x deprecations in favor of individual module imports

  • NavigationItemConfig: Use VerticalNavigationItem or ApplicationLauncherItem
  • NavigationModule: Use ApplicationLauncherModule or VerticalNavigationModule
  • PipeModule: Use SearchHighlightModule, SortArrayModule, or TruncateModule
  • NotificationModule: Use InlineNotificationModule, NotificationDrawerModule, NotificationServiceModule, ToastNotificationModule, or ToastNotificationListModule
  • ListModule: Use TreeListModule and ListModule for basic list only
  • ChartConfig: Use ChartConfigBase, DonutChartConfig, or SparklineChartConfig
  • ChartModule: Use DonutChartModule and SparklineChartModule
  • DonutConfig: Use DonutChartConfig or UtilizationDonutChartConfig
  • SparklineComponent: Use SparklineChartComponent
  • SparklineConfig: Use SparklineChartConfig
  • SparklineData: Use SparklineChartData
  • CardModule: Use InfoStatusCardModule and CardModule for basic card only
  • ModalModule: Use AboutModal