| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-04-08 | Merge branch 'v4-dev' into dropdown-keyboard | Pierre Vanduynslager | 8 | -116/+168 | |
| 2017-04-02 | Fix #18373: properly adjust padding-right of body and fixed elements when ↵ | Ilias | 1 | -11/+43 | |
| opening or closing modal | |||||
| 2017-04-02 | Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, ↵ | Pierre Vanduynslager | 2 | -24/+13 | |
| .nav-item, <li> etc...) | |||||
| 2017-03-31 | Popover + Tooltip - fix error when content or title is a number | Johann-S | 1 | -0/+8 | |
| 2017-03-29 | Collapse - Fix check to not prevent event for input and textarea | Johann-S | 1 | -1/+1 | |
| 2017-03-28 | Fix JS components console error "Error: <Component> is transitioning" | Pierre Vanduynslager | 4 | -45/+30 | |
| 2017-03-28 | Fix different tooltips offset when hovering | Johann | 1 | -0/+10 | |
| 2017-03-27 | Collapse - do not prevent event for input and textarea | Johann | 1 | -1/+3 | |
| 2017-03-23 | Fix Modal documentation about _handleUpdate method + move to public scope ↵ | Johann | 1 | -5/+4 | |
| (#21877) Fix Modal documentation about _handleUpdate method + move to public scope | |||||
| 2017-03-22 | Carousel - Add attributes from and to for Slid and Slide events (#21668) | Johann | 1 | -3/+10 | |
| Carousel - Add attributes from and to for Slid and Slide events | |||||
| 2017-03-19 | Merge branch 'collapse' of https://github.com/Johann-S/bootstrap into ↵ | Mark Otto | 1 | -3/+11 | |
| Johann-S-collapse | |||||
| 2017-03-18 | HTMLElement.offset* by getBoundingClientRect() (#21788) | Pierre Vanduynslager | 3 | -11/+12 | |
| * Replace element.offet* by getBoundingClientRect() * Use variable to store BoundingClientRect * Fix cc issue... | |||||
| 2017-03-18 | Fix getSelectorFromElement when # is a selector (#21615) | Johann | 1 | -4/+7 | |
| * Fix getSelectorFromElement when # is a selector * Thanks to @vanduynslagerp remove regex to validate selector | |||||
| 2017-03-18 | Fix backdrop for dropdown menu on mobile (#21578) | Pierre Vanduynslager | 1 | -15/+17 | |
| - Create backdrop only if the menu is actually open (do not create it if the show event is prevented) - Drop the backdrop only when the corresponding menu is closed (do not remove if there is no menu to close or if the hide event is prevented) | |||||
| 2017-03-18 | Allow to use Tab.js with list-group (#21756) | Johann | 1 | -3/+9 | |
| * Allow to use Tab.js with list-group * Allow to use list-group with div parent instead of an ul parent | |||||
| 2017-03-08 | Fix code style | Johann-S | 1 | -2/+1 | |
| 2017-03-07 | Detach accordions from .card | Johann-S | 1 | -2/+11 | |
| 2017-02-08 | Fixes #21941 | Pierre-Denis Vanduynslager | 1 | -6/+8 | |
| 2017-01-22 | Fix spacebar key in Firefox for button elements | Pierre-Denis Vanduynslager | 1 | -4/+4 | |
| 2017-01-15 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 2 | -5/+7 | |
| 2017-01-15 | Correct reference to Direction.PREV constant. (#21709) | Pierre-Denis Vanduynslager | 1 | -4/+4 | |
| 2017-01-15 | Use existing keycode constants in dropdown. (#21697) | Pierre-Denis Vanduynslager | 1 | -1/+3 | |
| 2017-01-06 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 11 | -25/+25 | |
| 2017-01-06 | version bump | Mark Otto | 11 | -21/+21 | |
| 2017-01-05 | Merge pull request #21093 from Johann-S/fixButtonGrpAria | Patrick H. Lauke | 1 | -3/+3 | |
| Close #21090 - Fix aria-pressed attribute for buttons in container with data-attribute="buttons" | |||||
| 2017-01-04 | Use pageYOffset instead of scrollY | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-04 | Merge conflict | Pierre-Denis Vanduynslager | 1 | -6/+0 | |
| 2017-01-04 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 3 | -5/+12 | |
| # Conflicts: # js/src/dropdown.js | |||||
| 2017-01-04 | Close #21090 - Fix aria-pressed attribute for buttons in container with ↵ | Johann-S | 1 | -3/+3 | |
| data-toggle='buttons' | |||||
| 2017-01-02 | Dropdown: close menu when focusing outside element (#21375) | Pierre-Denis Vanduynslager | 1 | -4/+5 | |
| * Close dropdown menu when focusing an outside element * Update unit test to new markup | |||||
| 2017-01-02 | update seletors in js | Mark Otto | 1 | -1/+1 | |
| 2016-12-31 | Allow to use nav with tab JS | Johann-S | 1 | -1/+1 | |
| 2016-12-28 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 11 | -349/+418 | |
| 2016-12-27 | update click state when hiding so can be shown again by trigger. fixes #16732 | Max Beatty | 1 | -0/+4 | |
| 2016-12-24 | [Fix #19849] Tabs are opened even if disabled. (#20795) | Alessandro Rodi | 1 | -1/+3 | |
| * [Fix #19849] Tabs are opened even if disabled. * fix hund code review hints * rollback hound issues because Travis fails | |||||
| 2016-12-23 | Closes: #21412: Fix unit test for carousel | Johann-S | 1 | -1/+0 | |
| 2016-12-23 | Carousel: Only prevents default for ARROW_LEFT and ARROW_RIGHT keys | Matheus Azzi | 1 | -0/+2 | |
| Fixes 2 bugs: 1. All keydowns were being prevented. Because of that the user wasn't able to navigate in the whole page using ARROW_UP/ARROW_DOWN. 2. Even when is an input or textarea the keydowns were being prevented. Because of that the user wasn't able to type any text on these elements. | |||||
| 2016-12-22 | scrollspy: fix wrong activation of all nested links (#20304) | mr-july | 1 | -1/+1 | |
| * fix wrong activation of all nested links; just first level item should be activated * use template instead of string concatenation | |||||
| 2016-12-21 | Merge branch 'patch-1' of https://github.com/tracker1/bootstrap into ↵ | Mark Otto | 1 | -1/+1 | |
| tracker1-patch-1 | |||||
| 2016-12-07 | Fix tabs by using new classes | Starsam80 | 1 | -3/+3 | |
| 2016-12-07 | Rename `.active` to `.show` | Starsam80 | 6 | -40/+40 | |
| 2016-12-04 | remove commented out code | Mark Otto | 1 | -4/+0 | |
| 2016-12-04 | Merge branch 'v4-dev' into carousel | Mark Otto | 8 | -52/+81 | |
| 2016-12-04 | fix js for previous | Mark Otto | 1 | -2/+2 | |
| 2016-12-04 | pull in js changes from #18830 | Mark Otto | 1 | -14/+32 | |
| 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. | |||||
