| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-02 | [V4] Throw error when a plugin is in transition (#17823) | Johann | 4 | -21/+57 | |
| * Throw error when a plugin is in transition * Add unit tests about plugins in transition | |||||
| 2016-11-29 | Hide popovers when their containing modal is closed. (#21227) | Bardi Harborow | 1 | -0/+6 | |
| 2016-11-28 | Use multi-selector to remove the same event handler (#20642) | Juno_okyo | 1 | -4/+1 | |
| 2016-11-28 | Merge branch 'v4-js-carousel' of https://github.com/J2TeaM/bootstrap into ↵ | Mark Otto | 3 | -14/+5 | |
| J2TeaM-v4-js-carousel | |||||
| 2016-11-27 | Closes #21055: Prevents ScrollSpy from clearing active item when Safari ↵ | Rob Ruana | 1 | -1/+1 | |
| rubberbands (#21056) When the rubberband effect causes Safari to scroll past the top of the page, the value of scrollTop becomes negative. If the offset of the first ScrollSpy target is 0 - essentially if the target is at the top of the page - then ScrollSpy should not clear the active item. Conceptually, the first item should remain active when rubberbanding past the top of the page. This commit fixes issue #21055 by verifying the first scrollspy target is not at the top of the page before clearing the active nav-item. | |||||
| 2016-11-26 | Merge branch 'container-tooltip-option' into v4-dev | Mark Otto | 1 | -3/+7 | |
| 2016-11-26 | Merge pull request #18900 from vlastikcz/v4-dev-buttonChange | Mark Otto | 1 | -1/+1 | |
| Button toggling - trigger change event on input. Fixes #16673, fixes #17599. | |||||
| 2016-11-26 | Merge pull request #19058 from Johann-S/carouselInput | Mark Otto | 1 | -2/+1 | |
| Carousel - Do not prevent on keydown for input and textarea | |||||
| 2016-11-26 | Follow up fix to #19953 for linting error in builds | Mark Otto | 1 | -1/+1 | |
| See https://travis-ci.org/twbs/bootstrap/jobs/179010884 for build failure | |||||
| 2016-11-26 | Merge branch 'v4-dev-18796' of https://github.com/maxbeatty/bootstrap into ↵ | Mark Otto | 1 | -1/+1 | |
| maxbeatty-v4-dev-18796 | |||||
| 2016-11-26 | Dropdown perf - on keyboard nav, find active item in the active dropdown ↵ | Pierre-Denis Vanduynslager | 1 | -5/+1 | |
| rather than the whole document (#19953) | |||||
| 2016-11-26 | Implement container option for tooltips and popovers. | andyexeter | 1 | -3/+7 | |
| 2016-11-25 | Scrollspy selecting the last element when at the bottom of the page (fixes ↵ | matus | 1 | -1/+7 | |
| #17739) | |||||
| 2016-11-25 | Merge branch 'eslint' of https://github.com/bardiharborow/bootstrap into ↵ | Mark Otto | 11 | -199/+200 | |
| bardiharborow-eslint | |||||
| 2016-11-25 | [Fix #17371][V4] Deactivating dropdown links in nav tab (#17642) | Matt Hernandez | 1 | -1/+1 | |
| * Fix bug with dropdown tab links not deactivating when other tab or dropdown link is clicked * Revise bug fix for more stability | |||||
| 2016-11-24 | Make JS compliant with the new ESLint rules. | Bardi Harborow | 11 | -199/+200 | |
| 2016-10-31 | Making .tooltip('show') throw an error on elements with display:none (#20940) | Johann | 1 | -0/+3 | |
| 2016-10-31 | Move from $.proxy to es6 arrow functions. (#21049) | Bardi Harborow | 6 | -18/+14 | |
| 2016-10-30 | Fix #17964 (#17997) | Ilias | 1 | -1/+1 | |
| * Fix #17964 Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended. | |||||
| 2016-10-25 | Use a single class name for opened/expanded/shown state of widgets | Johann-S | 6 | -40/+40 | |
| 2016-10-24 | Merge pull request #20467 from maxbeatty/v4-dev-17754 | Mark Otto | 1 | -5/+5 | |
| add support for ol in tab plugin | |||||
| 2016-10-24 | Merge pull request #18847 from Johann-S/fix18824 | Mark Otto | 1 | -1/+1 | |
| Fix bug multiple accordions collapse | |||||
| 2016-10-19 | version bump to alpha 5 | Mark Otto | 11 | -21/+21 | |
| 2016-10-19 | Fix bug multiple accordions collapse | Johann-S | 1 | -1/+1 | |
| 2016-10-11 | Collapse using card component | Johann-S | 1 | -1/+1 | |
| 2016-10-10 | Merge pull request #17614 from Johann-S/patchTooltip | Mark Otto | 1 | -1/+1 | |
| [Fix #17611][V4] Change destroy to dispose for tooltip in _JQueryInterface | |||||
| 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-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-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] | |||||
