-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Open
Labels
featurejavascriptPull requests that update Javascript codePull requests that update Javascript codev5
Description
Prerequisites
- I have searched for duplicate or closed feature requests
- I have read the contributing guidelines
Proposal
Any possibility of a minor 5.x release that adds support for jQuery 4.0?
The JavaScript in BS 5.x issues a specific warning against jQuery 4.0, which seems like an unnecessary restriction...
if (t[0] < 2 && t[1] < 9 || 1 === t[0] && 9 === t[1] && t[2] < 1 || 4 <= t[0]) throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")
Motivation and context
jQuery 4.x compatibility in Bootstrap 5.x.
ToshY
Metadata
Metadata
Assignees
Labels
featurejavascriptPull requests that update Javascript codePull requests that update Javascript codev5
Type
Projects
Status
To analyze