| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-10-09 | Merge pull request #17568 from Johann-S/fixCollapseHeight | Mark Otto | 1 | -1/+1 | |
| [Fix #17555][V4] fix resetting style on closing collapse | |||||
| 2016-10-09 | Merge branch 'tooltip-arrow' of https://github.com/brnrdog/bootstrap into ↵ | Mark Otto | 2 | -4/+1 | |
| brnrdog-tooltip-arrow | |||||
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 1 | -2/+2 | |
| 2016-09-07 | Merge #20563 and #20567 | J2TeaM | 2 | -6/+2 | |
| 2016-09-07 | Fix eslint (prefer-template) | J2TeaM | 1 | -2/+2 | |
| 2016-09-07 | Remove classes at one time | J2TeaM | 1 | -8/+3 | |
| 2016-09-05 | versions | Mark Otto | 11 | -21/+21 | |
| 2016-08-04 | add support for ol in tab plugin. fixes #17754 | Max Beatty | 1 | -5/+5 | |
| 2016-08-04 | prevent navigating to area href when modal target. fixes #18796 | Max Beatty | 1 | -1/+1 | |
| 2016-07-27 | bump versions | Mark Otto | 11 | -21/+21 | |
| 2016-06-05 | Enable more rules from ESLint 2.0; refs #19999 (#20076) | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-06-04 | Update ESLint to v2.5.3 (#20043) | Chris Rebert | 1 | -3/+8 | |
| Refs #19908. [skip sauce] [skip validator] | |||||
| 2016-05-31 | Tweak Esc key comment in modal.js | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-31 | Comply with consistent-return ESLint rule | Chris Rebert | 2 | -0/+2 | |
| 2016-05-30 | Use named constants for magic numbers (#19992) | Chris Rebert | 4 | -16/+25 | |
| Mostly KeyboardEvent.which and MouseEvent.which values. [skip validator] | |||||
| 2016-05-22 | Dropdown: remove dependency to role="menu", role="listbox" a and li elements ↵ | Pierre-Denis Vanduynslager | 1 | -6/+3 | |
| => fix keyboard navigation | |||||
| 2016-05-18 | Remove stray "~" in modal paddingRight value (#19932) | akai | 1 | -1/+1 | |
| [skip validator] | |||||
| 2016-05-11 | Handle aria-hidden on modal container when showing/hiding | Patrick H. Lauke | 1 | -0/+2 | |
| Fixes #19878 | |||||
| 2016-04-21 | Modal: Remove IE8-specific window.innerWidth workaround | Chris Rebert | 1 | -7/+1 | |
| [skip validator] | |||||
| 2016-03-14 | Update tooltip.js | Michael J. Ryan | 1 | -1/+1 | |
| match project's style check | |||||
| 2016-03-14 | Update tooltip.js | Michael J. Ryan | 1 | -1/+1 | |
| 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... | |||||
| 2016-02-17 | Replace jQuery with vanilla JS | Patrick H. Lauke | 1 | -1/+1 | |
| 2016-02-16 | Focus (visually hidden) input radio/checkbox | Patrick H. Lauke | 1 | -0/+3 | |
| This allows for keyboard navigation (e.g. arrow keys left/right to trigger different radio buttons) following an initial mouse click interaction | |||||
| 2016-02-01 | Carousel - Do not prevent on keydown for input and textarea | Johann-S | 1 | -2/+1 | |
| 2016-01-26 | scrollspy.js: Avoid gratuitous non-ASCII for consistency+compatibility | Chris Rebert | 1 | -1/+1 | |
| Fixes #19028 [skip sauce] [skip validator] | |||||
| 2016-01-14 | Button toggling - trigger change event on input | Kotas Vlastimil | 1 | -1/+1 | |
| Bootstrap’s .button styles can be applied to other elements, such as labels, to provide checkbox or radio style button toggling. When the checkbox or radio state is changed, there should be triggered the change event. Currently, the change event is triggered on the Button, which is not correct. Only input fields do support the change event. | |||||
| 2015-12-24 | Exempt getUID() from ESLint's no-bitwise rule | Chris Rebert | 1 | -0/+2 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-24 | Merge pull request #18393 from twbs/dropdown-bitwise-less-tricksy | Chris Rebert | 1 | -1/+1 | |
| dropdown.js: Use more straightforward phrasing for index bound check | |||||
| 2015-12-22 | Modal: Ignore spurious `focus` event that Firefox fires at `document` when ↵ | Chris Rebert | 1 | -2/+3 | |
| switching back to its tab Fixes #18365 Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1228802 | |||||
| 2015-12-08 | Update version numbers using npm script | Chris Rebert | 10 | -10/+10 | |
| Errata from: * 8ce5da30260c1368ae97838fcf010375071a7243 * 5d3144e8fb5c7202991b7614d77dfc00903fcb2e which missed a few numbers. [skip sauce] [skip validator] | |||||
| 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 | dropdown.js: Use more straightforward phrasing for index lower bound check | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 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-16 | Change destroy -> dispose | Johann-S | 1 | -1/+1 | |
| 2015-09-11 | fix resetting style on closing collapse | Johann-S | 1 | -1/+1 | |
| 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 | Convert popover's arrows to generated CSS content via :before/:after | Bernardo Gurgel Filho | 1 | -3/+1 | |
| 2015-08-26 | Convert tooltip's arrows to generated CSS content via :before | Bernardo Gurgel Filho | 1 | -1/+0 | |
| 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 | |
