-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support jQuery v3 in Bootstrap v4 #20191
Conversation
Definitely like this! I remember though, there were some issues with 3.x alpha. Do those still exist? On a side note, can't we use the slim version? We'd need to switch CDNs to jQuery's one for this though. |
What is this slim version you speak of? |
https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/ Apparently, they haven't added it yet to downloads |
I have no objection to switching to https://code.jquery.com/jquery-3.0.0.slim.min.js |
@cvrebert: so it seems the slim build is on Google CDN it's just not shown in the frontend. https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.slim.min.js You also missed |
jQuery Team fixed jquery/jquery#2828, and they backpedaled a bit on the breaking change to I read through https://jquery.com/upgrade-guide/3.0/ and nothing else seemed applicable. |
All right, so it seems we can merge this and check the slim build after that. For 3.x I guess we still need to stick to 1.x branch, right? |
Good catch. Fixed.
For the docs at least, yeah, because IE8. |
Looks like we still have some heisenbugs. There are a couple failures on Sauce: |
Yeah, I saw those too but I thought it was just Saucelabs to blame. Better wait until everything is sorted. |
Ok, build is green after rebasing since #20198. |
Since all the close/dismiss buttons in the v4 docs use |
If that's true, it makes sense, yeah. |
Should I go ahead and make a PR with the slim version? |
👍 |
ScrollSpy unit test: Use single done() in a then() instead of multiple done()s Fixes test flakiness on OS X Safari and Android when using jQuery 3. Fixes twbs#20182 more Refs twbs#20191
Fixes #19433.
CC: @hnrch02 @XhmikosR @patrickhlauke for review
TODO: