| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-23 | Accordion behavior with JQuery interface (#21726) | Pierre Vanduynslager | 2 | -28/+28 | |
| Fix accordion behavior with JQuery interface | |||||
| 2017-03-22 | Carousel - Add attributes from and to for Slid and Slide events (#21668) | Johann | 2 | -3/+53 | |
| Carousel - Add attributes from and to for Slid and Slide events | |||||
| 2017-03-21 | Always append element to fixture in Scrollspy unit tests (#22234) | Pierre Vanduynslager | 1 | -2/+2 | |
| 2017-03-21 | More config tweaks. | Bardi Harborow | 1 | -14/+0 | |
| 2017-03-20 | Update dependencies. | Bardi Harborow | 2 | -176/+656 | |
| 2017-03-19 | grunt | Mark Otto | 6 | -26/+38 | |
| 2017-03-19 | Merge branch 'collapse' of https://github.com/Johann-S/bootstrap into ↵ | Mark Otto | 2 | -3/+34 | |
| Johann-S-collapse | |||||
| 2017-03-18 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 3 | -4514/+4420 | |
| 2017-03-18 | grunt | Mark Otto | 4 | -7/+10 | |
| 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 | grunt | Mark Otto | 2 | -4/+10 | |
| 2017-03-18 | Allow to use Tab.js with list-group (#21756) | Johann | 3 | -3/+60 | |
| * Allow to use Tab.js with list-group * Allow to use list-group with div parent instead of an ul parent | |||||
| 2017-03-12 | Update config files across the board. | Bardi Harborow | 1 | -5/+15 | |
| 2017-03-09 | Add unit test | Johann-S | 1 | -0/+23 | |
| 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-22 | Refactor QUnit test page. | Bardi Harborow | 1 | -84/+45 | |
| 2017-02-08 | Fixes #21941 | Pierre-Denis Vanduynslager | 2 | -11/+19 | |
| 2017-02-05 | Update dependencies. | Bardi Harborow | 2 | -4430/+4375 | |
| 2017-01-22 | Fix spacebar key in Firefox for button elements | Pierre-Denis Vanduynslager | 1 | -4/+4 | |
| 2017-01-22 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 4 | -7/+9 | |
| 2017-01-21 | grunt | Mark Otto | 4 | -7/+9 | |
| 2017-01-20 | Harmonize document.activeElement comparison | Pierre-Denis Vanduynslager | 1 | -3/+3 | |
| 2017-01-20 | Refactor test to event and async | Pierre-Denis Vanduynslager | 1 | -64/+141 | |
| 2017-01-20 | Add unit test for keyboard navigation | Pierre-Denis Vanduynslager | 1 | -0/+34 | |
| 2017-01-20 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-20 | Fix test to retrieve the proper item instead of it's parent | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-18 | Fix missing closing tag | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-15 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 4 | -7/+9 | |
| 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-11 | Remove incorrect aria-multiselectable | Patrick H. Lauke | 2 | -2/+2 | |
| Closes https://github.com/twbs/bootstrap/issues/21635 | |||||
| 2017-01-06 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 34 | -60/+71 | |
| 2017-01-06 | Update dropdown unit test to new markup | Pierre-Denis Vanduynslager | 1 | -137/+136 | |
| 2017-01-06 | grunt | Mark Otto | 11 | -11/+11 | |
| 2017-01-06 | version bump | Mark Otto | 22 | -42/+42 | |
| 2017-01-05 | grunt | Mark Otto | 2 | -3/+3 | |
| 2017-01-05 | Merge pull request #21093 from Johann-S/fixButtonGrpAria | Patrick H. Lauke | 2 | -3/+14 | |
| Close #21090 - Fix aria-pressed attribute for buttons in container with data-attribute="buttons" | |||||
| 2017-01-04 | grunt | Mark Otto | 2 | -2/+2 | |
| 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 | 29 | -97/+229 | |
| # Conflicts: # js/src/dropdown.js | |||||
| 2017-01-04 | Close #21090 - Fix aria-pressed attribute for buttons in container with ↵ | Johann-S | 2 | -3/+14 | |
| data-toggle='buttons' | |||||
| 2017-01-03 | grunt | Mark Otto | 2 | -3/+4 | |
| 2017-01-02 | Dropdown: close menu when focusing outside element (#21375) | Pierre-Denis Vanduynslager | 2 | -4/+65 | |
| * Close dropdown menu when focusing an outside element * Update unit test to new markup | |||||
| 2017-01-02 | grunt | Mark Otto | 2 | -2/+2 | |
| 2017-01-02 | update seletors in js | Mark Otto | 2 | -5/+5 | |
