Skip to content

Commit

Permalink
docs: update Angular and Bootstrap versions for 7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxokorokov committed Jul 7, 2020
1 parent b228a82 commit 82c8a6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -41,6 +41,7 @@ The supported versions are:
| 4.x.x | 7.0.0 | 4.0.0 |
| 5.x.x | 8.0.0 | 4.3.1 |
| 6.x.x | 9.0.0 | 4.4.1 |
| 7.x.x | 10.0.0 | 4.5.0 |

## Installation

Expand All @@ -64,7 +65,7 @@ If you prefer not to use schematics and install everything manually, please refe

## Supported browsers

We support the same browsers and versions supported by both Bootstrap 4 and Angular, whichever is _more_ restrictive. See [Angular browser support](https://angular.io/guide/browser-support) and [Bootstrap browser support](https://getbootstrap.com/docs/4.4/getting-started/browsers-devices/#supported-browsers) for more details.
We support the same browsers and versions supported by both Bootstrap 4 and Angular, whichever is _more_ restrictive. See [Angular browser support](https://angular.io/guide/browser-support) and [Bootstrap browser support](https://getbootstrap.com/docs/4.5/getting-started/browsers-devices/#supported-browsers) for more details.

Out code is automatically tested on all supported browsers.

Expand Down
Expand Up @@ -47,6 +47,11 @@
<td>9.0.0</td>
<td>4.4.1</td>
</tr>
<tr>
<th scope="row">7.x.x</th>
<td>10.0.0</td>
<td>4.5.0</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 82c8a6c

Please sign in to comment.