| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-19 | fix version number | Mark Otto | 11 | -21/+21 | |
| 2017-10-19 | new version number | Mark Otto | 11 | -21/+21 | |
| 2017-10-19 | Make 1.9.1 the minimum jQuery version again. (#24434) | XhmikosR | 1 | -4/+8 | |
| 2017-10-10 | Modal plugin set _isTransitioning after the trigger of hide event | Johann-S | 1 | -6/+6 | |
| 2017-10-04 | Fix modal bug | lucascono | 1 | -1/+1 | |
| Fix for issue #24117 | |||||
| 2017-10-04 | Use imported jQuery object | Johann-S | 12 | -13/+13 | |
| 2017-10-03 | Offset option for dropdown can be function (#24222) | Roman O | 1 | -4/+11 | |
| * Offset option can be function (Popper.js) * Fix...add function type for offset option * Remove constants for popper config * Optimize code. Remove foreach loop. * Refactoring. Remove getOffset method | |||||
| 2017-09-25 | Collapse - Allow to pass jQuery object or DOM element to the parent option | Johann-S | 2 | -7/+18 | |
| 2017-09-24 | Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs ↵ | Patrick H. Lauke | 1 | -2/+6 | |
| with dropdowns) * Use `aria-selected` instead of `aria-expanded` * Change tab.js to use `aria-selected` rather than `aria-expanded` * Add `aria-orientation=vertical` to vertical tab list * Remove dynamic tabs with dropdowns * Fix non-interactive code examples * Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect) | |||||
| 2017-09-17 | fix(scrollspy): Spying on nested navs fails to activate for .nav-link's ↵ | Troy Morehouse | 1 | -0/+3 | |
| inside nav-item's (#23967) * fix(scrollspy): Handle nested navs when nav-link inside nav-item * [scrolspy] Find only child .nav-link's inside .nav-item * [scrollspyt] Add tests for nested navs with nav-link inside nav-item * fix troy-o's in test | |||||
| 2017-09-11 | Remove not necessary condition in tooltip.js | vsn4ik | 1 | -3/+3 | |
| 2017-09-08 | Collapse.js preventDefault if `[data-toggle="collapse"]` is an anchor tag | Patrick Yeo | 1 | -1/+1 | |
| 2017-09-07 | Remove placement attribute from our Dropdown plugin | Johann-S | 1 | -9/+2 | |
| 2017-09-03 | Merge branch 'v4-dev' into fix-jumping-modal-on-resize | Johann-S | 12 | -18/+75 | |
| 2017-09-02 | Merge branch 'v4-dev' into fix-unwanted-padding-on-modal | Johann-S | 12 | -17/+73 | |
| 2017-08-31 | Regroup our jQuery check in the same IIFE | Johann-S | 1 | -4/+4 | |
| 2017-08-31 | Create a bundled release of Bootstrap with Popper.js inside | Johann-S | 12 | -17/+73 | |
| 2017-08-29 | Fix failing test | David Bailey | 1 | -0/+2 | |
| _adjustDialog should be called when the modal is first displayed to prevent it jumping position when the viewport is resized | |||||
| 2017-08-28 | Use getBoundingClientRect instead of jQuery | David Bailey | 1 | -1/+2 | |
| 2017-08-28 | Use jQuery outerWidth instead of offsetWidth | David Bailey | 1 | -1/+1 | |
| 2017-08-28 | Fix unwanted body padding when a modal opens | David Bailey | 1 | -1/+1 | |
| Prevents the test from failing | |||||
| 2017-08-25 | Fix XSS in data-target | Johann-S | 1 | -1/+1 | |
| 2017-08-25 | Fix sticky margin when a modal is opened (#23669) | David Bailey | 1 | -2/+10 | |
| * Adjust margin for sticky elements on modal Previously white space was visible to the right of sticky elements due to right padding being added to the body. This fixes #23661. * Add unit tests for margin of sticky elements on modal | |||||
| 2017-08-25 | Collapse - preventDefault only on <a> elements not inside the collapsible | Johann-S | 1 | -1/+2 | |
| element | |||||
| 2017-08-24 | Fix toggle for Tooltips/Popover which was called even if the Tooltip/Popover ↵ | Johann-S | 1 | -2/+5 | |
| was disabled | |||||
| 2017-08-23 | Enable the `no-return-assign` rule. | Johann-S | 2 | -2/+4 | |
| 2017-08-23 | Tweak ESLint rules. | XhmikosR | 9 | -13/+14 | |
| 2017-08-18 | Update devDependencies and fix a typo in comment. (#23534) | XhmikosR | 1 | -1/+1 | |
| 2017-08-17 | Carousel - do not call next when the carousel or the parent isn't visible | Johann-S | 1 | -1/+3 | |
| 2017-08-11 | Improve previous selector for nested tabs | Johann-S | 1 | -2/+10 | |
| 2017-08-11 | When we show our tabs element use children to be more restrictive | Johann-S | 1 | -2/+3 | |
| 2017-08-11 | tabs: make the `active` selector more restrictive again. | XhmikosR | 1 | -1/+1 | |
| When one uses say a carousel inside a tab, the `.active` selector previously matches the carousel ones too leading to broken tabs. It's not the perfect solution but should the job for now. | |||||
| 2017-08-10 | bump to betav4.0.0-beta | Mark Otto | 11 | -21/+21 | |
| 2017-07-04 | Dropdown - Disable applyStyle modifier instead of removing inline style ↵ | Johann-S | 1 | -7/+3 | |
| applied by Popper.js | |||||
| 2017-06-17 | Detect if the dropdown is in a navbar or not when update is called | Johann-S | 1 | -0/+1 | |
| 2017-06-17 | Some .navbar .dropdown-menu optimisation (#22776) | Catalin Zalog | 1 | -15/+0 | |
| 2017-06-17 | Reset Popper.js styles for Dropdowns in navbar | Johann-S | 1 | -16/+51 | |
| 2017-06-16 | fix some errors in our js | Johann-S | 1 | -5/+3 | |
| 2017-06-15 | Rename popover classes | Mark Otto | 1 | -4/+4 | |
| Part of an update to align the naming schemes across our components. - Renames .popover-title to .popover-header - Renames .popover-content to .popover-body Refs: #22092 | |||||
| 2017-06-14 | Collapse supports multi-target thanks to @vanduynslagerp (#22713) | Johann-S | 1 | -8/+27 | |
| 2017-05-31 | Remove the use of x-arrow attribute for Tooltips/Popovers arrows | Johann-S | 2 | -10/+14 | |
| 2017-05-24 | Placement auto for popovers | Johann-S | 1 | -1/+1 | |
| 2017-05-24 | Placement auto for tooltips | Johann-S | 1 | -0/+1 | |
| 2017-05-23 | Use Popper.js to manage arrow position | Johann-S | 2 | -2/+2 | |
| 2017-05-22 | Better management of dropdown/dropup with alignment | Johann-S | 1 | -22/+26 | |
| 2017-05-17 | Use popper to align dropdown menu instead of using css with important | Johann-S | 1 | -3/+28 | |
| 2017-05-14 | Change fallbackPlacement to flip by default for Tooltips/Popovers | Johann-S | 1 | -4/+3 | |
| 2017-05-14 | Fix bad position for Tooltips with animation at true | Johann-S | 1 | -5/+19 | |
| 2017-05-14 | Use _jQueryInterface for Dropdown to call toggle method | Johann-S | 1 | -28/+26 | |
| 2017-05-14 | Add fallbackPlacement option for Tooltip and Popover | Johann-S | 2 | -26/+32 | |
