Skip to content

Releases: patternfly/angular-patternfly

v3.23.1

30 Mar 16:49
Compare
Choose a tag to compare

Release Notes

  • Updated devDependency for PatternFly to 3.23.1

v3.23.0

15 Mar 17:25
Compare
Choose a tag to compare

Release Notes

Updated devDependency for PatternFly to 3.23.0

v3.22.1

02 Mar 16:54
Compare
Choose a tag to compare

Release Notes

Enhancements

  • List View: Expand rows when clicking anywhere in the row. #400

Bug Fixes

  • Fix list view drop direction updates #415
  • Fix broken link in README #398
  • Fix bower resolution of jquery #426

v4.0.0-alpha.3

23 Feb 20:46
Compare
Choose a tag to compare
v4.0.0-alpha.3 Pre-release
Pre-release

Release Notes

Parity with the 3.21.0 release.

New Features

  • pfEmptyState for Context Views: list, card, and table #391
  • ListView drag and drop support #394
  • Topology graph component #395
  • 'Canvas View': pfCanvas & pfCanvasEditor #410

Enhancements

  • Added Less css pre-processing #392

v3.21.0

21 Feb 05:09
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • Filter for angular is case sensative and sholud not be #411
  • Added angular-drag-and-drop-lists as a dependency #422

v3.20.0

15 Feb 22:25
Compare
Choose a tag to compare

Release Notes

Enhancements

  • Set line chart data instead of updating it #413
  • change use of patternfly setting functions from '$()' to 'patternfly' #417

v3.19.0

01 Feb 23:33
Compare
Choose a tag to compare

Release Notes

Updated devDependency for PatternFly to 3.19.0

New Features

  • ListView drag and drop #393: adding drag and drop features to the ListView component for Angular 1

v4.0.0-alpha.2

27 Jan 17:24
Compare
Choose a tag to compare
v4.0.0-alpha.2 Pre-release
Pre-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

v3.18.1

19 Jan 03:19
Compare
Choose a tag to compare

Release Notes

Updated devDependency for PatternFly to 3.18.1

Bug Fixes

  • Modified devDependency to use version number instead of Git repository URL

v3.18.0

18 Jan 21:39
Compare
Choose a tag to compare

Release Notes

Updated devDependency for PatternFly to 3.18.0

Bug Fixes

  • Fix pfDatepicker to clear date and allow incomplete input dates #388: Closes #313.