Prerequisites
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.
Prerequisites
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.