Skip to content
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

jQuery 3.0 in Bootstrap v4 #19433

Closed
accidentalmeme opened this issue Mar 7, 2016 · 17 comments
Closed

jQuery 3.0 in Bootstrap v4 #19433

accidentalmeme opened this issue Mar 7, 2016 · 17 comments

Comments

@accidentalmeme
Copy link

accidentalmeme commented Mar 7, 2016

As the title says, can you add support for jQuery 3.

@cvrebert cvrebert changed the title JQUERY 3.0 in bootstrap v4 jQuery 3.0 in Bootstrap v4 Mar 7, 2016
@cvrebert
Copy link
Collaborator

cvrebert commented Mar 7, 2016

Yes, though we probably won't start work on it until jQuery 3 ships a stable release; jQuery 3 is currently still in beta.

@dmethvin
Copy link
Contributor

The jQuery 3.0 release candidate should be coming out next week, feel free to mention me in other tickets. Are the tests on master the ones I should be checking against?

@cvrebert
Copy link
Collaborator

@dmethvin No, the v4-dev branch.

@accidentalmeme
Copy link
Author

Will you start implementing the jQuery 3.0 rc-1 now that it is out. They say the api should stay the same. Thank you.

@dmethvin
Copy link
Contributor

dmethvin commented Jun 2, 2016

The v4 branch passes all tests with jQuery 3.0.0-rc1 once #19906 is landed. Even that was a unit test issue, nothing failed in the actual v4 code. If you find otherwise and it's due to Bootstrap (not your own code) open a ticket here and ping me in. Note that jQuery Migrate will find many of the issues so be sure to use it in your code.

@mkurz
Copy link

mkurz commented Jun 10, 2016

jQuery 3.0 final has been released.

@bardiharborow
Copy link
Member

You can temporarily override the version check with this: <script>$.fn.jquery = "2.2.4";</script>

@apiweb
Copy link

apiweb commented Jun 15, 2016

The stable version of jQuery 3 was launched, I believe that as the Bootstrap 4 is still in development, it would be interesting to use this latest version.
I did a test only replacing the linked version, and it worked normally.
I think I would have no problem in updating the version.

@TheBuzzer67
Copy link

jQuery v3.0 is out, will you join this new version with Bootstrap v46

It seems to be more compatible then any other version! I did switch with v3.0 on some web site and I didn't have compatibility problem!

@cvrebert
Copy link
Collaborator

X-Ref: #16834

@cvrebert
Copy link
Collaborator

We have some unit test problems to fix before we can comfortably claim jQuery 3 compatibility: #20182

@cvrebert cvrebert added this to the v4.0.0-alpha.3 milestone Jun 28, 2016
@cvrebert
Copy link
Collaborator

Fixed by #20190, #20191, #20198.

@TheBuzzer67
Copy link

TheBuzzer67 commented Jun 29, 2016

For when the v4.0.0.0-alpha.3??

Is there a planning for exit?

@indolering
Copy link

@TheBuzzer67 You can set your package.json/bower.json file to point to the raw v4 repo or monkey patch whatever development version you are using. The version check is in the first few lines of the minified file.

@TheBuzzer67
Copy link

Want to know when alpha.3 version will be available on the web site?

And I'd like to follow the evolution of the development, is there a site where we can follow?

@calvinf
Copy link

calvinf commented Jul 1, 2016

The v4.0.0-alpha.3 milestone has 24 open issues right now. That's the closest thing I've found for tracking status:

https://github.com/twbs/bootstrap/milestones/v4.0.0-alpha.3

@cvrebert
Copy link
Collaborator

cvrebert commented Jul 1, 2016

Want to know when alpha.3 version will be available on the web site?

Please refer to #19403.
But given the number of "duplicate, already fixed in v4-dev" issues I'm seeing, we should try to ship it soonish.

And I'd like to follow the evolution of the development, is there a site where we can follow?

You can follow https://github.com/twbs/bootstrap/tree/v4-dev to see what we're committing.
You can follow http://blog.getbootstrap.com for release announcements.
There's currently no official "this week in Bootstrap 4"-type summaries, if that's what you mean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants