Skip to content

Commit

Permalink
chore: upgrade documentation to bootstrap-4.0.0-alpha.6
Browse files Browse the repository at this point in the history
refs #1178

BREAKING CHANGE: This version is compatible with bootstrap-4.0.0-alpha.6, and is not backward-compatible with previous versions of bootstrap. If you choose to upgrade to this version of ng-bootstrap, you will thus also have to migrate to bootstrap-4.0.0-alpha.6.

Closes #1192
  • Loading branch information
jnizet authored and pkozlowski-opensource committed Jan 9, 2017
1 parent 2b245ef commit 4499927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ View all the directives in action at https://ng-bootstrap.github.io

## Dependencies
* [Angular 2](https://angular.io) (tested with 2.0.0)
* [Bootstrap 4](https://v4-alpha.getbootstrap.com) (tested with 4.0.0-alpha.5)
* [Bootstrap 4](https://v4-alpha.getbootstrap.com) (tested with 4.0.0-alpha.6)

## Installation
After installing the above dependencies, install `ng-bootstrap` via:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h3>
<a href="https://angular.io" target="_blank">Angular</a> (<em>requires</em> Angular version 2 or higher, tested with 2.0.0)
</li>
<li>
<a href="http://v4-alpha.getbootstrap.com" target="_blank">Bootstrap CSS</a> (tested with 4.0.0-alpha.5)
<a href="http://v4-alpha.getbootstrap.com" target="_blank">Bootstrap CSS</a> (tested with 4.0.0-alpha.6)
</li>
</ul>
<h3>
Expand Down

0 comments on commit 4499927

Please sign in to comment.