Skip to content

v4.1.0

Pre-release
Pre-release

Choose a tag to compare

@cdcabrera cdcabrera released this 29 Jun 19:56
· 250 commits to master since this release

Release Notes

Known issues

  • Package missing dist directory. This directly affects Bower installs.

Dist/Distribution Clean Up

The dist or distribution output for Angular PatternFly has been updated for both Bower and NPM installs.

Prior versions of Angular PatternFly included multiple repository directories that were geared towards the build. The following directories and subsequent files are no longer included as part of the install

  • .openshift
  • misc
  • dist/docs
  • scripts
  • src
  • styles
  • test

If your project was consuming the Less files contained either under the original styles directory, or under the src/[COMPONENT NAME], those files are now located under dist/less, your reference paths will need to be updated.

The dist directory now includes a dist/less...

  • dist
    • imgs
    • less NEW
      • *.less
      • dependencies
        • *.less
    • styles
      • angular-patternfly.css
      • angular-patternfly.min.css
    • angular-patternfly.js
    • angular-patternfly.min.js

Noteworthy changes

  • Angular-PatternFly has updated the following dependencies:
    • Update to lodash dependency from lodash-amd to lodash, #482
  • Build Updates, #475
    • Grunt tasks have been aliased through NPM scripts.
    • Dist/Distribution clean up. No longer includes src

Enhancements

The following enhancements have been added to Angular-Patternfly

  • Update mentions of customScope, #479
  • Charts update in ng-docs & component conversion #497

Bug Fixes

  • Hides selected filter results, #481
  • Wizard updates, #487
  • Component spelling, #489
  • Bower overrides for data tables, #476
  • pfTableView fix for AJAX call, #502