From d763d019ad3f61bb78c85f9dc2f7b842c8357e71 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 19 Oct 2017 19:02:27 +0300 Subject: [PATCH] Make 1.9.1 the minimum jQuery version again. (#24434) --- docs/4.0/migration.md | 2 +- js/src/index.js | 12 ++++++++---- package.json | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index bad3738a29..e5a4c6130e 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -17,7 +17,7 @@ While in beta, we aim to have no breaking changes. However, things don't always - 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. -- Bootstrap now requires jQuery 3.0.0 or higher. +- Bootstrap still requires jQuery 1.9.1 or higher, but you're advised to use version 3.x since v3.x's supported browsers are the ones Bootstrap supports plus v3.x has some security fixes. - Removed the unused `.form-control-label` class. If you did make use of this class, it was duplicate of the `.col-form-label` class that vertically centered a `