Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 6 support #359

Merged
merged 1 commit into from
Jun 30, 2018
Merged

Angular 6 support #359

merged 1 commit into from
Jun 30, 2018

Commits on Jun 30, 2018

  1. BREAKING CHANGE: updated to Angular 6, ngx-bootstrap 3, ngx-datatable…

    … 13, rxjs 6, gulp 4, and webpack 4
    
    Dropped the tree-list component due to Angular 6 issues with mobx autorun, introduced by angular-tree-component.
    See patternfly#381
    
    Removed deprecations
    
    - 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
    dlabrecq committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    2b616ae View commit details
    Browse the repository at this point in the history