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

PatternFly 4 Migration Guide

Brian Leathem edited this page Jan 25, 2017 · 6 revisions

This wiki page will detail changes required to migrate your PatternFly applications from PatternFly 3 to PatternFly 4.

Dependency management

npm

Upgrade your PatternFly dependency using the npm command:

$ npm install --save patternfly@next

bower

Upgrade your PatternFly dependency using the bower command:

bower install --save patternfly#4.0.0-alpha
Clone this wiki locally