| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-12-08 | manually bump versions because npm script wasn't working for me | Mark Otto | 11 | -11/+11 | |
| 2015-12-05 | Fix version numbers is JS files; fixes #18435 | Chris Rebert | 11 | -21/+21 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-05 | Merge pull request #18391 from twbs/double-bitwise-not-comment | XhmikosR | 1 | -1/+1 | |
| util.js: Add comment explaining ~~ trick | |||||
| 2015-12-03 | Tweak ESLint rules. | XhmikosR | 3 | -12/+12 | |
| 2015-11-30 | util.js: Add comment explaining ~~ trick | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2015-11-14 | add undefined for now | Jacob Thornton | 1 | -1/+1 | |
| 2015-11-14 | add explicit error for lack of tether in tooltips - fixes #17273 | Jacob Thornton | 1 | -0/+8 | |
| 2015-11-14 | Merge branch 'v4-dev' of https://github.com/lincolndbryant/bootstrap into ↵ | Jacob Thornton | 1 | -18/+7 | |
| lincolndbryant-v4-dev | |||||
| 2015-11-03 | Add eslint no-undef rule and resolve errors | Jon Tewksbury | 2 | -1/+3 | |
| 2015-10-11 | Use Page Visibility API in Carousel; fixes #17706 | Johann-S | 1 | -1/+8 | |
| Avoids cycling carousels when the page isn't visible. Closes #17710 Refs #15566 | |||||
| 2015-10-02 | Add throw error for undefined method on plugins | Johann-S | 8 | -4/+25 | |
| 2015-09-03 | Modals: Fix bad paddingRight calculation; fixes #17399 | muzige2000 | 1 | -1/+1 | |
| We want to sum two numbers, not concatenate their stringifications. Closes #17457 by merging a tweaked version of it. | |||||
| 2015-08-31 | Accept elements as the tooltip / popover content | Gleb Mazovetskiy | 2 | -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-26 | fixes #17097: Go back to using jQuery's text and html methods since ↵ | Jelle Versele | 2 | -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 referenced | lbryant | 1 | -6/+0 | |
| 2015-08-20 | use Tether addTargetClasses: false option instead of manually removing them | lbryant | 1 | -12/+7 | |
| 2015-08-18 | rewrite tab with new active shit | Jacob Thornton | 1 | -25/+13 | |
| 2015-08-18 | Merge branch 'v4' of github.com:twbs/derpstrap into v4 | Jacob Thornton | 1 | -14/+22 | |
| 2015-08-18 | some minor alert shit | Jacob Thornton | 1 | -32/+23 | |
| 2015-08-18 | js tests passing + eslint | Jacob Thornton | 11 | -91/+112 | |
| 2015-08-18 | use proxy not bind in alert | Jacob Thornton | 1 | -1/+1 | |
| 2015-08-15 | fix dropdown test | Jacob Thornton | 1 | -2/+2 | |
| 2015-08-15 | change modal.js to use is-fixed classes to target padding-right | Jacob Thornton | 1 | -7/+8 | |
| 2015-08-12 | fix modal | Jacob Thornton | 1 | -1/+1 | |
| 2015-05-13 | al tests passing, dist rebuilt, w/typechecker | fat | 1 | -2/+2 | |
| 2015-05-13 | add simple type checker implementation | fat | 8 | -8/+110 | |
| 2015-05-13 | fix #15301 | fat | 2 | -5/+22 | |
| 2015-05-13 | add "focus" option for turning off modal focusing #16050 | fat | 1 | -1/+2 | |
| 2015-05-13 | address https://github.com/twbs/bootstrap/pull/16135 | fat | 1 | -7/+14 | |
| 2015-05-13 | implement global dispose method | fat | 10 | -98/+224 | |
| 2015-05-12 | grunt test-js, grunt dist-js now working | fat | 5 | -14/+20 | |
| 2015-05-12 | popover passing as well | fat | 3 | -108/+263 | |
| 2015-05-11 | rewritten tooltip + tether integration and death to our positioner jank | fat | 2 | -1/+620 | |
| 2015-05-11 | tab es6 | fat | 2 | -5/+282 | |
| 2015-05-11 | scrollspy es6 | fat | 1 | -0/+275 | |
| 2015-05-10 | add getters for Version and Default where applicable | fat | 6 | -7/+541 | |
| add modal my gawd | |||||
| 2015-05-10 | add dropdown | fat | 1 | -0/+261 | |
| 2015-05-09 | add collapse | fat | 2 | -1/+346 | |
| 2015-05-07 | carousel -> es6 | fat | 4 | -14/+442 | |
| 2015-05-07 | button -> es6 | fat | 3 | -5/+165 | |
| 2015-05-07 | change the export pattern to protect against leaking globals | fat | 2 | -194/+210 | |
| 2015-05-07 | es6 alert :| | fat | 2 | -0/+286 | |
