aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-21Fix typo in the Popper.js checks. (#27488)XhmikosR2-2/+2
2018-10-20avoid drag imgJohann-S1-0/+3
2018-10-20Refactor (and correct) start/move/end functionspatrickhlauke1-17/+13
2018-10-20Remove unnecessary pointer event listenerspatrickhlauke1-2/+0
2018-10-20Abandon swipe altogether if more than one touch detectedpatrickhlauke1-3/+4
2018-10-20use pointer events if availableJohann-S1-19/+58
2018-10-20swipe left/right without hammerjsJohann-S1-34/+66
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-17/+37
2018-10-20Add `show` and `hide` methods to dropdown (#27370)galczo51-0/+46
2018-09-26remove useless iifeJohann-S12-3095/+3053
2018-09-18feature(carousel): carousel-item interval (#26667)Christopher Morrissey1-0/+8
2018-09-13throw error when folks try to use a bad selectorJohann-S1-6/+3
2018-09-10collapse children with no data-parentJohann-S1-9/+14
2018-08-31add information about valid selectors (#27137)Johann-S1-8/+1
2018-08-12Use ES6 arrow function.XhmikosR10-10/+10
2018-08-12fix(util): use querySelector for idsJohann-S1-1/+1
2018-08-07fix(util): use getElementById when it's possibleJohann-S1-2/+10
2018-08-02Fix dispose causing popover title to changejarstelfox1-1/+1
2018-07-24Ship v4.1.3v4.1.3Mark Otto12-22/+22
2018-07-12Ship v4.1.2Mark Otto12-22/+22
2018-07-11fix(modal): fix unit test and resetting styleJohann-S1-9/+4
2018-07-11fix(modal): removes .navbar-toggler marginCatalin Zalog1-13/+3
2018-06-25fix(tooltip): get tip on placement changeJohann-S1-2/+4
2018-06-25feat(dropdown): add original click eventjakubhonisek1-0/+4
2018-06-03refactor(plugins): query elements without jqueryJohann-S9-47/+67
2018-06-01refactor(plugins): improve how we query elementsJohann-S6-26/+34
2018-06-01fix(scrollspy): xss in target optionJohann-S1-1/+1
2018-06-01fix(collapse): xss in parent optionJohann-S1-1/+1
2018-06-01fix(tooltip): xss in container optionJohann-S1-1/+1
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto12-22/+22
2018-04-16Bump version to 4.1.0 for remaining files.XhmikosR1-1/+1
2018-04-13fix issue related to Object.keys and Dropdown issueJohann-S4-4/+4
2018-04-12modal use global scope for defaultMietekN1-1/+1
2018-04-10v4 improve coverage (#25945)Johann-S1-2/+4
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto11-21/+21
2018-03-26Fix skip element disabled via attribute when using keyboard navigationvsn4ik1-1/+1
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S7-54/+18
2018-03-13fix get the transition duration parentJohann-S1-3/+6
2018-03-13Variable transition durations (#25662)Martijn Cuppens7-66/+79
2018-03-03Fix leftover reference to v4.0.0-alpha.6Ed Morley1-1/+1
2018-02-25Remove unused variable (#25670)Martijn Cuppens1-1/+0
2018-02-21Consistent usage of $(document.body) instead of $('body') (#25671)Martijn Cuppens3-8/+8
2018-02-19Fix carousel transition duration (#25218)Martijn Cuppens1-20/+40
2018-02-11Dropdown - Allow to disable Popper.js style (#24092)Johann-S1-2/+10
2018-01-21Remove escaping selector and add a warning to inform folks to escape their se...Johann-S1-14/+0
2018-01-21ignore case (#25373)denisx1-1/+1
2018-01-21Update dropdown.js to allow referenceElement (#25219)719media1-8/+17
2018-01-18Bump version to 4.0.0Mark Otto11-21/+21
2018-01-11Comply to the new rules.XhmikosR12-337/+196
2018-01-08Check for window before window.QUnit (#25199)Ɓukasz1-1/+1