0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00
Commit Graph

971 Commits

Author SHA1 Message Date
Mark Otto
4ab06ca453 grunt 2017-03-26 11:26:31 -07:00
Mark Otto
1ecb74e007 bump to jquery 3.2.1 2017-03-20 23:27:54 -07:00
Bardi Harborow
09fb2b9af3 Update dependencies. 2017-03-20 17:37:05 +11:00
Mark Otto
ab77282004 grunt 2017-03-18 16:31:26 -07:00
Bardi Harborow
348c770a6c Update dependencies. 2017-03-12 14:41:41 +11:00
Mark Otto
4a1b8919d1 grunt 2017-03-03 11:31:47 -08:00
Bardi Harborow
cdf73209df Fix incorrect docs.min.js bundle source. 2017-01-08 12:14:05 +11:00
Mark Otto
43d9391fba grunt 2017-01-05 14:51:14 -08:00
Bardi Harborow
0ac7eb4fe0 Update dependencies. 2017-01-05 14:39:18 +11:00
Quan You
bb07fff66c Update more copyright years to 2017 (#21491)
* Update ie10-viewport-bug-workaround.js year

* Update narrow-jumbotron copyright year to 2017

* Update carousel/index.html copyright year to 2017

* Update browsers-devices.md copyright year to 2017

* Update change-version.js copyright year to 2017
2017-01-01 12:02:41 -08:00
Heinrich Fenkart
daff021578 grunt 2017-01-01 03:21:02 +01:00
Nuno Arruda
c767a00d5d Update copyright years to 2017 2017-01-01 12:56:11 +11:00
Mark Otto
7b7e777dca move local docs jquery to slim 2016-12-31 00:52:08 -08:00
Mark Otto
217e13a11b hook up animation toggle 2016-12-30 22:46:00 -08:00
Bardi Harborow
869dc64038 Change remaining JS files to comply with ESLint config. 2016-12-31 16:49:15 +11:00
Mark Otto
cd18ee8af6 grunt 2016-12-24 14:29:41 -08:00
Mark Otto
5b2d9f95d5 grunt 2016-12-22 21:19:12 -08:00
Bardi Harborow
fe4cd38877 Change scope of docs anchor preventDefault to include modals. 2016-12-23 13:11:06 +11:00
Mark Otto
d6c1fa37bd grunt 2016-11-28 13:36:46 -08:00
Mark Otto
a6f54889fd Replacement for #20602 (#21236)
* Fixed incorrect instruction: "Press ⌘ to copy"

It needed to be "Press ⌘C to copy"

* Updated to concatenate copy string

Updated copy command to concatenated string to prevent potential issues

* Updated the way the copy string concatenates

As per excellent suggestion by @tomlutzenberger

* Removed semicolon line endings

;P

* var not const or let
2016-11-28 13:10:19 -08:00
Mark Otto
571e86e770 grunt 2016-10-09 17:26:51 -07:00
Mark Otto
6def7a5d56 Merge pull request #20555 from bardiharborow/updatedeps
Update dependencies, including Babel to v6 and zeroUnits fix.
2016-10-09 17:08:39 -07:00
Mark Otto
a2a53cb8c5 grunt 2016-10-09 12:39:56 -07:00
Bardi Harborow
d57d5a606b Update dependencies, including Babel to v6 and zeroUnits fix. 2016-10-09 12:15:17 +11:00
Bardi Harborow
2e69dfa8c1 Fix broken/redirected links, moving to HTTPS where possible. (#20557) 2016-10-03 09:55:59 -07:00
Chris Rebert
ed3ba47425 Support jQuery v3 in Bootstrap v4 (#20191)
* bower.json, package.json: Extend jQuery version ranges to include v3
* NuGet: Bump jQuery to v3.0.0.1
* Docs+Examples: Update jQuery to v3.0.0
* Use jQuery v3.0.0 for JS unit tests
* Update jqueryVersionCheck to allow jQuery v3.x.x
2016-06-28 22:19:46 -07:00
Chris Rebert
6cceeec695 grunt dist docs
[skip sauce]
[skip validator]
2016-06-26 16:13:28 -07:00
Chris Rebert
0f3d427bbd grunt
[ci skip]
2016-06-04 18:21:15 -07:00
XhmikosR
4bca0f878a Merge pull request #19894 from twbs/v4-dev-jquery223
Update jQuery to v2.2.4.
2016-05-26 15:40:02 +03:00
XhmikosR
b0a7979cc1 Fix error with the new jQuery. 2016-05-26 15:30:07 +03:00
XhmikosR
a950d5642b Update jQuery to v2.2.4. 2016-05-26 15:26:12 +03:00
Chris Rebert
a90b36918f Add "The Bootstrap Authors" to copyright notices (#19936)
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-05-20 09:04:31 -07:00
XhmikosR
8a878c1f7b Update jQuery to v2.2.2. 2016-03-19 15:21:12 +02:00
XhmikosR
cfe856fc20 Run grunt.
[ci skip]
2016-02-28 03:52:49 +02:00
XhmikosR
21a9c2934a Update holder.js to v2.9.3.
[ci skip]
2016-02-28 03:52:49 +02:00
XhmikosR
666e8aa8b1 Run grunt.
[ci skip]
2016-02-27 13:56:46 +02:00
XhmikosR
96cafe2d2d Update tether to v1.2.0.
[skip sauce]
[skip validator]
2016-02-27 13:56:40 +02:00
XhmikosR
4e3eaef192 Update jekyll-search to v1.1.1.
[ci skip]
2016-02-27 13:53:19 +02:00
XhmikosR
49773684ff Update clipboard.js to v1.5.9.
[ci skip]
2016-02-27 13:52:19 +02:00
XhmikosR
cf5855483d Update anchor-js to v3.1.0.
[ci skip]
2016-02-27 13:51:14 +02:00
XhmikosR
255e89b241 Run grunt.
[ci skip]
2016-02-19 13:14:47 +02:00
James Mosier
ba50680724 Modal docs: Added JS event handler for relatedTarget demo
Fixes #17584
Closes #17607 by merging it
2016-02-18 17:58:23 -08:00
Mark Otto
3b84ffcc54 grunt 2016-02-16 20:09:57 -08:00
Mark Otto
35b9c2283b grunt 2016-02-15 19:11:35 -08:00
Chris Rebert
6058dae624 grunt dist-css docs
[ci skip]
2016-01-10 18:49:50 -08:00
Mark Otto
ca6f6ca2f5 grunt 2016-01-03 18:43:59 -08:00
Chris Rebert
422ed9ab48 grunt dist docs
[ci skip]
2016-01-01 12:37:52 -08:00
Chris Rebert
e9192f6de0 Update copyright years to 2016
[ci skip]
2016-01-01 12:31:38 -08:00
XhmikosR
612ff4f5d1 Run grunt.
[ci skip]
2015-12-24 12:50:15 +02:00
Mark Otto
a78b835143 grunt 2015-12-07 09:24:54 -08:00