v4.1.0
Pre-release
Pre-release
Release Notes
Known issues
- Package missing
distdirectory. 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