XhmikosR
3fef66eaf5
Fix the JS errors due to jekyll-search.
...
1) Update it to v1.0.8
2) Include jekyll-search where it's used only
[ci skip]
2015-08-28 14:28:47 +03:00
XhmikosR
232469549c
Merge pull request #17368 from twbs/v4-dev-xmr-qunit
...
Update QUnit to v1.18.0.
2015-08-27 19:00:59 +03:00
XhmikosR
7da2d3c68a
Lossy compress the 2 new images.
...
Before: 538 KB (551.052 bytes)
After: 179 KB (183.296 bytes)
[ci skip]
2015-08-27 18:49:39 +03:00
XhmikosR
4631b229fb
Losslessly compress images.
...
Before: 1,28 MB (1.351.880 bytes)
After: 1,27 MB (1.341.411 bytes)
[ci skip]
2015-08-27 18:49:39 +03:00
XhmikosR
73c61199a1
Remove CSSLint references.
2015-08-27 18:49:08 +03:00
O'meid
c42d0e10f4
scss: semantic grid: add make-container-breakpoint
...
Signed-off-by: O'meid <public@omeid.me>
2015-08-28 00:48:06 +10:00
Gleb Mazovetskiy
f7b27a02ce
Remove all uses of selector &
...
If we want to support namespaced import:
```scss
.twbs {
@import 'bootstrap';
}
```
We cannot use `selector &`, see sass/sass#1817 .
`fieldset[disabled] &` is not needed as we no longer support IE8.
2015-08-27 13:11:14 +01:00
XhmikosR
4dd9a5a6dc
Update QUnit to v1.18.0.
2015-08-27 08:15:19 +03:00
XhmikosR
3e66427127
Less to Sass typos.
...
[ci skip]
2015-08-27 08:14:39 +03:00
XhmikosR
1029240b2d
Update Anchor.js to v1.2.1.
...
[ci skip]
2015-08-27 08:14:39 +03:00
XhmikosR
0269da3c50
.travis.yml: cleanup old variables.
...
[ci skip]
2015-08-27 08:11:11 +03:00
XhmikosR
13e33e329c
Remove the obsolete JSHint references.
2015-08-27 08:11:11 +03:00
XhmikosR
97f0da3239
Update Rubygems.
2015-08-27 08:11:10 +03:00
Caleb Land
ec83b06d55
Update static form control example
...
Use the `row` class on the `form-group`, and change the `control-label` class to `form-control-label`
2015-08-26 23:47:50 -04:00
Tom Byrer
d2930ce1ad
clarifies normalize.css is a dependency
...
Perhaps I'm a little slow & need to have things spelled out :)
https://github.com/twbs/bootstrap/issues/17301#issuecomment-134469886
2015-08-26 18:59:08 -06:00
Chris Rebert
bdc10b4a5b
Merge pull request #17357 from twbs/responsive-visibility-rip
...
Remove defunct responsive-(in)visibility mixins
2015-08-26 15:35:25 -07:00
Chris Rebert
c6e648d79b
rm responsive-invisibility mixin since it's only used once
...
inline the one remaining usage into .hidden-print's definition
rm now-empty scss/_utilities-responsive.scss file
[skip sauce]
[skip validator]
2015-08-26 15:31:36 -07:00
Chris Rebert
4bc8b495fb
Merge pull request #17257 from twbs/clear-translations
...
Clear out non-v4 docs translations
2015-08-26 15:30:32 -07:00
Chris Rebert
19e996c623
tree shaking: rm unused responsive-visibility mixin
...
[skip sauce]
[skip validator]
2015-08-26 15:06:09 -07:00
Chris Rebert
db2ba70970
Merge pull request #17346 from Sapphire64/patch-2
...
Bump year in jumbotron example
2015-08-26 13:43:33 -07:00
David Baughman
1eea52b263
Updated default navbar example to use responsive navbar
2015-08-26 13:03:47 -07:00
Anton Vlasenko
9234bb630b
Bump year in jumbotron example
2015-08-26 20:22:37 +02:00
petetnt
6aebac8e38
Document .bg-inverse
2015-08-26 16:01:34 +03:00
Rakhat Jabagin
56aadd25da
add media vertical flexbox classes
2015-08-26 16:50:24 +06:00
Rakhat Jabagin
865911c35d
combine size & square mixins into one
2015-08-26 16:17:00 +06:00
Chris Rebert
5c239aae7d
rm unused $state param from form-control-validation mixin; fixes #17323
...
[skip sauce]
[skip validator]
2015-08-26 01:32:26 -07:00
Chris Rebert
7ff9b1979c
grunt dist
2015-08-26 01:28:48 -07:00
Chris Rebert
d06f79e2f7
grunt babel:dev
2015-08-26 01:27:45 -07:00
Chris Rebert
3de3dac0b0
Merge pull request #17330 from twbs/vejersele-bugfix/innerText
...
Rebased & tweaked version of #17272
2015-08-26 01:11:03 -07:00
Jelle Versele
54c4eb950b
fixes #17097 : Go back to using jQuery's text and html methods since innerText is nonstandard and not present in Firefox
...
Closes #17272 by merging a tweaked version of it.
[skip validator]
2015-08-26 01:00:46 -07:00
Chris Rebert
6d42a23039
Merge pull request #17329 from twbs/babel-dev-sauce
...
Add babel:dev to Sauce Grunt subtasks so we don't test stale JS
2015-08-26 01:00:02 -07:00
Chris Rebert
631f3eca4b
Add babel:dev to Sauce Grunt subtasks so we don't test stale JS
...
Refs #17328
2015-08-26 00:58:39 -07:00
Chris Rebert
ab4b463304
Merge pull request #17328 from twbs/babel-dev
...
Add babel:dev to dist-js so `grunt test` doesn't use stale JS
2015-08-26 00:35:38 -07:00
Chris Rebert
6c8bf4ca88
Add babel:dev to dist-js Grunt task so that grunt test
doesn't use stale JS
...
[skip sauce]
2015-08-25 23:59:22 -07:00
David Baughman
bf31c8b9d9
For now, add hacky <div id="navbar"> to avoid HTML validation error in Dashboard example
...
Closes #17319 by merging it.
2015-08-25 23:39:05 -07:00
Chris Rebert
8644ce0d7e
Merge pull request #17326 from twbs/build/rm-gem
...
rm broken bundle update task & defunct custom RubyGem caching scheme
2015-08-25 23:18:44 -07:00
Chris Rebert
3cc25428be
rm broken bundle update task & defunct custom RubyGem caching scheme
...
[skip sauce]
2015-08-25 23:00:18 -07:00
Chris Rebert
8bc2e21754
Gruntfile: rm reference to defunct customizer
...
[skip sauce]
2015-08-25 22:51:21 -07:00
Chris Rebert
4b33684cd6
Merge pull request #17318 from splendido/v4-meteor-fix
...
[v4] Fix for Meteor package: removed font files
2015-08-25 14:48:37 -07:00
Chris Rebert
2a671cc186
migration.md: fix typo in TODO
2015-08-25 14:16:49 -07:00
Chris Rebert
927f0227cf
Use non-broken Sass link in docs; fixes part of #17314
...
[skip sauce]
2015-08-25 14:14:41 -07:00
Luca Mussi
71c595454c
removed font files
2015-08-25 23:10:50 +02:00
Thomas McDonald
210e2b8100
Merge pull request #17050 from twbs/fix-travis-v4
...
v4 Travis Build
sets up infra to properly build Bootstrap
2015-08-25 10:01:10 -07:00
Thomas McDonald
75374ce511
Merge branch 'v4-dev' into fix-travis-v4
2015-08-25 10:00:36 -07:00
Thomas McDonald
757e71252f
strip out old caching
2015-08-25 09:58:32 -07:00
XhmikosR
ab4c07dbdd
Bump year.
...
[ci skip]
2015-08-25 18:52:27 +03:00
XhmikosR
606393502d
Specify Internet Explorer 9 as the minimum supported version.
2015-08-25 18:52:27 +03:00
Mark Otto
5fc3b1d540
Merge pull request #17113 from JanStevens/v4-fix-retina-mixin
...
Fixes the _image mixing by prefixing the parameters with $
2015-08-25 07:45:02 -07:00
XhmikosR
0873e9afa8
Fix validation errors.
2015-08-25 15:38:20 +03:00
XhmikosR
366e51df3f
Enforce LF for .rb files too.
2015-08-25 15:38:20 +03:00