aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-25Collapse - Allow to pass jQuery object or DOM element to the parent optionJohann-S2-7/+18
2017-09-24Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs wit...Patrick H. Lauke1-2/+6
2017-09-17fix(scrollspy): Spying on nested navs fails to activate for .nav-link's insid...Troy Morehouse1-0/+3
2017-09-11Remove not necessary condition in tooltip.jsvsn4ik1-3/+3
2017-09-08Collapse.js preventDefault if `[data-toggle="collapse"]` is an anchor tagPatrick Yeo1-1/+1
2017-09-07Remove placement attribute from our Dropdown pluginJohann-S1-9/+2
2017-09-03Merge branch 'v4-dev' into fix-jumping-modal-on-resizeJohann-S12-18/+75
2017-09-02Merge branch 'v4-dev' into fix-unwanted-padding-on-modalJohann-S12-17/+73
2017-08-31Regroup our jQuery check in the same IIFEJohann-S1-4/+4
2017-08-31Create a bundled release of Bootstrap with Popper.js insideJohann-S12-17/+73
2017-08-29Fix failing testDavid Bailey1-0/+2
2017-08-28Use getBoundingClientRect instead of jQueryDavid Bailey1-1/+2
2017-08-28Use jQuery outerWidth instead of offsetWidthDavid Bailey1-1/+1
2017-08-28Fix unwanted body padding when a modal opensDavid Bailey1-1/+1
2017-08-25Fix XSS in data-targetJohann-S1-1/+1
2017-08-25Fix sticky margin when a modal is opened (#23669)David Bailey1-2/+10
2017-08-25Collapse - preventDefault only on <a> elements not inside the collapsibleJohann-S1-1/+2
2017-08-24Fix toggle for Tooltips/Popover which was called even if the Tooltip/Popover ...Johann-S1-2/+5
2017-08-23Enable the `no-return-assign` rule.Johann-S2-2/+4
2017-08-23Tweak ESLint rules.XhmikosR9-13/+14
2017-08-18Update devDependencies and fix a typo in comment. (#23534)XhmikosR1-1/+1
2017-08-17Carousel - do not call next when the carousel or the parent isn't visibleJohann-S1-1/+3
2017-08-11Improve previous selector for nested tabsJohann-S1-2/+10
2017-08-11When we show our tabs element use children to be more restrictiveJohann-S1-2/+3
2017-08-11tabs: make the `active` selector more restrictive again.XhmikosR1-1/+1
2017-08-10bump to betav4.0.0-betaMark Otto11-21/+21
2017-07-04Dropdown - Disable applyStyle modifier instead of removing inline style appli...Johann-S1-7/+3
2017-06-17Detect if the dropdown is in a navbar or not when update is calledJohann-S1-0/+1
2017-06-17Some .navbar .dropdown-menu optimisation (#22776)Catalin Zalog1-15/+0
2017-06-17Reset Popper.js styles for Dropdowns in navbarJohann-S1-16/+51
2017-06-16fix some errors in our jsJohann-S1-5/+3
2017-06-15Rename popover classesMark Otto1-4/+4
2017-06-14Collapse supports multi-target thanks to @vanduynslagerp (#22713)Johann-S1-8/+27
2017-05-31Remove the use of x-arrow attribute for Tooltips/Popovers arrowsJohann-S2-10/+14
2017-05-24Placement auto for popoversJohann-S1-1/+1
2017-05-24Placement auto for tooltipsJohann-S1-0/+1
2017-05-23Use Popper.js to manage arrow positionJohann-S2-2/+2
2017-05-22Better management of dropdown/dropup with alignmentJohann-S1-22/+26
2017-05-17Use popper to align dropdown menu instead of using css with importantJohann-S1-3/+28
2017-05-14Change fallbackPlacement to flip by default for Tooltips/PopoversJohann-S1-4/+3
2017-05-14Fix bad position for Tooltips with animation at trueJohann-S1-5/+19
2017-05-14Use _jQueryInterface for Dropdown to call toggle methodJohann-S1-28/+26
2017-05-14Add fallbackPlacement option for Tooltip and PopoverJohann-S2-26/+32
2017-05-14Allow to disable flip behaviour on Dropdown + documentationJohann-S1-2/+12
2017-05-14Add an update method to allow to update position for Tooltip/Popover/Dropdown...Johann-S2-2/+16
2017-05-14Fix some css for the arrow of Popover/Tooltip + update documentationJohann-S1-3/+3
2017-05-14Better placement for Dropdown + Handle flip of Tooltip/PopoverJohann-S2-2/+14
2017-05-14Remove totaly Tether from documentation + dependenciesJohann-S2-5/+5
2017-05-14Handle dropup for DropdownJohann-S1-2/+9
2017-05-14Fix unit tests + Update Popper to 1.6.0Johann-S2-7/+9