diff options
| author | Mark Otto <[email protected]> | 2017-09-05 20:22:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-05 20:52:47 -0700 |
| commit | 5d97a1c4abf5e1f31236a0dedf9942e0ab58b8f4 (patch) | |
| tree | de0227f3d326bc5753e8d13539cc6355be2e6475 /docs | |
| parent | ff83a0a05b704d9fb41845b60879f0e69519709b (diff) | |
| download | bootstrap-5d97a1c4abf5e1f31236a0dedf9942e0ab58b8f4.tar.xz bootstrap-5d97a1c4abf5e1f31236a0dedf9942e0ab58b8f4.zip | |
jquery 3 mention
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/migration.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 1c0ec2b66..25ad2d308 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -15,7 +15,8 @@ While in beta, we aim to have no breaking changes. However, things don't always - Renamed `grayscale()` function to `gray()` to avoid breaking conflict with the CSS native `grayscale` filter. - Renamed `.table-inverse`, `.thead-inverse`, and `.thead-default` to `.*-dark` and `.*-light`, matching our color schemes used elsewhere. - Responsive tables now generate classes for each grid breakpoint. This breaks from Beta 1 in that the `.table-responsive` you've been using is more like `.table-responsive-md`. You may now use `.table-responsive` or `.table-responsive-{sm,md,lg,xl}` as needed. -- Dropped Bower support as the package manager has been deprecated for alternatives (e.g., Yarn or npm). [See bower/bower#2298](https://github.com/bower/bower/issues/2298) for details. +- Dropped Bower support as the package manager has been deprecated for alternatives (e.g., Yarn or npm). [See bower/bower#2298](https://github.com/bower/bower/issues/2298) for details. +- Bootstrap now requires jQuery 3.0.0 or higher. ### Highlights |
