diff options
| author | Mark Otto <[email protected]> | 2017-09-04 15:31:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-05 20:52:47 -0700 |
| commit | ff83a0a05b704d9fb41845b60879f0e69519709b (patch) | |
| tree | 6496503b14cb298d98dd973ddc95fe3aaa1d4f39 /docs | |
| parent | 2d3cbe46c2c31d40cd3c58e526dd85c605c9ba8d (diff) | |
| download | bootstrap-ff83a0a05b704d9fb41845b60879f0e69519709b.tar.xz bootstrap-ff83a0a05b704d9fb41845b60879f0e69519709b.zip | |
mention bower drop
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index c66799c23..1c0ec2b66 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -15,6 +15,7 @@ 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. ### Highlights |
