Skip to content

Releases: patternfly/patternfly-ng

v4.1.0

23 Jul 20:04
5d3e7a3
Compare
Choose a tag to compare

4.1.0 (2018-07-23)

Features

  • dependencies: updated Angular and Typescript dependencies (#421) (5d3e7a3)

v4.0.1

30 Jun 22:06
Compare
Choose a tag to compare

4.0.1 (2018-06-30)

Bug Fixes

  • filter: ensure examples follow PatternFly guidelines (#413) (c03e642)

v4.0.0

30 Jun 15:53
Compare
Choose a tag to compare

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

v3.13.1

29 Jun 23:13
Compare
Choose a tag to compare

3.13.1 (2018-06-29)

Bug Fixes

v3.13.0

29 Jun 06:21
Compare
Choose a tag to compare

3.13.0 (2018-06-29)

Bug Fixes

  • copy: add dom accessor for unit test (#410) (45edec1)

Features

  • package: individual module imports for modal components (#409) (db02d4f)

v3.12.6

28 Jun 19:44
Compare
Choose a tag to compare

3.12.6 (2018-06-28)

Bug Fixes

v3.12.5

28 Jun 19:35
Compare
Choose a tag to compare

3.12.5 (2018-06-28)

Bug Fixes

  • copy: remove references to deprecated code (#406) (f2eb20c)

v3.12.4

27 Jun 20:49
Compare
Choose a tag to compare

3.12.4 (2018-06-27)

Bug Fixes

  • copy: bad DOCUMENT inject broke all module imports, and CSS not included correctly (#405) (9fb8a77)

v3.12.3

27 Jun 19:14
Compare
Choose a tag to compare

3.12.3 (2018-06-27)

Bug Fixes

  • copy: renamed inputs for consistency, removed unlocalizable text, etc. (#403) (3db09be)
  • list: cleanup toggle expansion methods (#404) (7d0b0f4)

v3.12.2

27 Jun 00:40
Compare
Choose a tag to compare

3.12.2 (2018-06-27)

Bug Fixes

  • list: applies font awesome's fixed-width class to the (#401) (d2e6fb6)
  • toolbar: give accessible name to sort and more actions button (#380) (edbe041)