Skip to content

v4.0.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@dlabrecq dlabrecq released this 27 Jan 17:24
· 438 commits to master since this release

Release Notes

Updated devDependency for PatternFly to 4.0.0-alpha.2

New Features

  • pfTableView: v1.0 #387: pfTableView extends angular-datatables, which extends dataTables.net, which is a jQuery plug-in.
  • Added Angular 1.x directive to Angular 1.5 component conversion guide #367: Describes how to convert an Angular 1.x style directive to a new 1.5 style component
  • Added CHANGELOG.md #366

Enhancements

  • pfEmptyState for Context Views (list, card, table) #391: Angular-Patternfly Implementation of empty state
  • Branch 4.0 dev merge #389: Merged the latest from angular-patternfly #master
  • pfCharts: Component Conversion #384: Updated charts
  • Use $doCheck instead of $scope.$watch in filter, sort, and toolbar components #382
  • Convert notification module #380: Converts notification directives to component style, also includes making sure test and lint works correctly.
  • Update pfSelect component to not require jQuery #381
  • Convert wizard directive #377: This completes the wizard conversion from directive syntax to component syntax.
  • Convert sort, filter, and toolbar modules directives to components #376: This PR also downgrades angular bootstrap version to 2.2.x due to issue angular-ui/bootstrap#6364
  • Convert patternfly.form module directives to components. #375
  • Convert about modal from directive to component style #371
  • Consolidate dependency management on npm #372: This PR consolidates the angular-patternfly dependency management on npm for the pf 4 branch.
  • Convert card and list view in views module #374: Card and list view directives converted to component syntax
  • Convert navigation module #373: This converts the vertical navigation directive to component syntax.
  • Convert card module from directives to components #369: This completes the entire card module conversion
  • Bump ui-bootstrap version to 2.3.x and fix accordion groups #362
  • Updated angular-patternfly to use lodash 4.x. #363
  • Remove the JQuery dependency from the Angular PatternFly #361
  • Two of the existing directives have been removed; pfDatepicker, and pfDateTimepicker #361

Bug Fixes

  • Included missing patternfly scripts. #390: Included missing patternfly scripts; patternfly-settings-charts.js and patternfly-settings-colors.js.
  • Fix pf-form-group directive that was converted #383: Fix pf-form-group directive being used in the wizard that was converted in a separate PR
  • Fix for heat map tooltips with angular ui bootstrap upgrade #364