Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

v3.16.0

Compare
Choose a tag to compare
@dlabrecq dlabrecq released this 07 Dec 21:58
· 743 commits to master-dist since this release

Release Notes

Note that the npm install of patternfly 3.16.0 includes a shrinkwrap file; thus, npm 3 installs dependencies under the node_modules/patternfly/node_modules directory. Previous versions v3.0.0 - v3.9.0 also included a shrinkwrap file, so npm installs those dependencies under the node_modules/patternfly/node_modules directory as well. The npm install for versions v3.10.0 - v3.15.0 inadvertently omit the shrinkwrap file causing npm to install dependencies in the root node_modules directory.

If you prefer a flat dependency structure, you can define your own dependencies explicitly. That will flatten out the node_modules structure and place C3; for example, in the root node_modules directory.

Enhancements

  • Automated the Patternfly releases process via Travis and patternfly-re #548