- 14 Mar, 2016 7 commits
-
-
Michael J. Ryan authored
match project's style check
-
Michael J. Ryan authored
Don't reference `Tether` via attachment to `window`, with the update one can import bootstrap providing the dependencies in webpack with: ``` new webpack.ProvidePlugin({ $: 'jquery', jQuery: 'jquery', Tether: 'tether', }); ``` Then inside one's own bootstrap/globals, `import 'bootstrap';` will simply work, and $/jQuery can be used from there. I had wanted to do this, but also expose jQuery, Tether, etc when in development build in my code, but if I provide `window.Tether`, I can't then expose it to the outside...
-
Chris Rebert authored
Add jQuery and Tether to npm dependencies
-
Chris Rebert authored
Mention https://webkit.org/b/153856 in the docs
-
-
Chris Rebert authored
Remove iOS virtual keyboard bug section from docs
-
David Lormor authored
Closes #19532 [skip sauce]
-
- 13 Mar, 2016 1 commit
-
-
Chris Rebert authored
CONTRIBUTING.md: Prohibit "+1" comments in favor of reactions [ci skip]
-
- 11 Mar, 2016 3 commits
- 10 Mar, 2016 3 commits
-
-
Chris Rebert authored
Wall of Browser Bugs: Stop mentioning IE11
-
Chris Rebert authored
Sounds like IE11 isn't getting non-critical fixes anymore, so there's no point in mentioning it (just like there's no point in mentioning IE10). Help us, Edge-Wan Kenobi! You're our only hope. [ci skip]
-
Chris Rebert authored
http://bugzil.la/1139853 was resolved as a duplicate of http://bugzil.la/924068 Refs #15990 [ci skip]
-
- 07 Mar, 2016 15 commits
-
-
XhmikosR authored
[ci skip]
-
Patrick H. Lauke authored
Add native title tooltip IE11/Edge bug to wall of browser bugs
-
Patrick H. Lauke authored
-
Chris Rebert authored
Travis CI: Remove now-unused $GEMDIR env var
-
Chris Rebert authored
[skip sauce]
-
Chris Rebert authored
Remove the now unused btoa dependency.
-
XhmikosR authored
[skip sauce]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
Also switch to `^`.
-
Chris Rebert authored
[skip sauce]
-
Chris Rebert authored
The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce]
-
Chris Rebert authored
Docs: Link directly to printing-related browser bugs
-
Chris Rebert authored
Docs: Add link to Chrome bug regarding `body { overflow: hidden; }`
-
Chris Rebert authored
https://bugs.chromium.org/p/chromium/issues/detail?id=175502 [skip sauce]
-
- 06 Mar, 2016 3 commits
-
-
Patrick H. Lauke authored
Introduction for using table-reflow
-
Floris Verburg authored
-
Chris Rebert authored
For consistency with the rest of the file [ci skip]
-
- 05 Mar, 2016 2 commits
-
-
Patrick H. Lauke authored
Neutralize link styles for placeholder links/named anchors
-
Patrick H. Lauke authored
-
- 04 Mar, 2016 4 commits
-
-
Chris Rebert authored
Remove Wall of Browser Bugs entry for #19390
-
Chris Rebert authored
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1217012 Refs #19393 [ci skip]
-
Chris Rebert authored
Add Wall of Browser Bugs entry for #19390
-
Chris Rebert authored
https://bugzilla.mozilla.org/show_bug.cgi?id=1253468 Closes #19390 [skip sauce]
-
- 03 Mar, 2016 2 commits
-
-
Chris Rebert authored
Added colon before enumeration [skip sauce]
-
XhmikosR authored
[skip validator] [skip sauce]
-