aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Collapse)AuthorFilesLines
2015-12-08manually bump versions because npm script wasn't working for meMark Otto11-11/+11
2015-12-05Fix version numbers is JS files; fixes #18435Chris Rebert11-21/+21
[skip sauce] [skip validator]
2015-12-05Merge pull request #18391 from twbs/double-bitwise-not-commentXhmikosR1-1/+1
util.js: Add comment explaining ~~ trick
2015-12-03Tweak ESLint rules.XhmikosR3-12/+12
2015-11-30util.js: Add comment explaining ~~ trickChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-11-14add undefined for nowJacob Thornton1-1/+1
2015-11-14add explicit error for lack of tether in tooltips - fixes #17273Jacob Thornton1-0/+8
2015-11-14Merge branch 'v4-dev' of https://github.com/lincolndbryant/bootstrap into ↵Jacob Thornton1-18/+7
lincolndbryant-v4-dev
2015-11-03Add eslint no-undef rule and resolve errorsJon Tewksbury2-1/+3
2015-10-11Use Page Visibility API in Carousel; fixes #17706Johann-S1-1/+8
Avoids cycling carousels when the page isn't visible. Closes #17710 Refs #15566
2015-10-02Add throw error for undefined method on pluginsJohann-S8-4/+25
2015-09-03Modals: Fix bad paddingRight calculation; fixes #17399muzige20001-1/+1
We want to sum two numbers, not concatenate their stringifications. Closes #17457 by merging a tweaked version of it.
2015-08-31Accept elements as the tooltip / popover contentGleb Mazovetskiy2-22/+25
When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.
2015-08-26fixes #17097: Go back to using jQuery's text and html methods since ↵Jelle Versele2-7/+7
innerText is nonstandard and not present in Firefox Closes #17272 by merging a tweaked version of it. [skip validator]
2015-08-20_removeTetherClasses is no longer referencedlbryant1-6/+0
2015-08-20use Tether addTargetClasses: false option instead of manually removing themlbryant1-12/+7
2015-08-18rewrite tab with new active shitJacob Thornton1-25/+13
2015-08-18Merge branch 'v4' of github.com:twbs/derpstrap into v4Jacob Thornton1-14/+22
2015-08-18some minor alert shitJacob Thornton1-32/+23
2015-08-18js tests passing + eslintJacob Thornton11-91/+112
2015-08-18use proxy not bind in alertJacob Thornton1-1/+1
2015-08-15fix dropdown testJacob Thornton1-2/+2
2015-08-15change modal.js to use is-fixed classes to target padding-rightJacob Thornton1-7/+8
2015-08-12fix modalJacob Thornton1-1/+1
2015-05-13al tests passing, dist rebuilt, w/typecheckerfat1-2/+2
2015-05-13add simple type checker implementationfat8-8/+110
2015-05-13fix #15301fat2-5/+22
2015-05-13add "focus" option for turning off modal focusing #16050fat1-1/+2
2015-05-13address https://github.com/twbs/bootstrap/pull/16135fat1-7/+14
2015-05-13implement global dispose methodfat10-98/+224
2015-05-12grunt test-js, grunt dist-js now workingfat5-14/+20
2015-05-12popover passing as wellfat3-108/+263
2015-05-11rewritten tooltip + tether integration and death to our positioner jankfat2-1/+620
2015-05-11tab es6fat2-5/+282
2015-05-11scrollspy es6fat1-0/+275
2015-05-10add getters for Version and Default where applicablefat6-7/+541
add modal my gawd
2015-05-10add dropdownfat1-0/+261
2015-05-09add collapsefat2-1/+346
2015-05-07carousel -> es6fat4-14/+442
2015-05-07button -> es6fat3-5/+165
2015-05-07change the export pattern to protect against leaking globalsfat2-194/+210
2015-05-07es6 alert :|fat2-0/+286