aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2018-03-05add code coverageJohann-S1-5/+22
2018-03-03distMark Otto4-4/+3
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-24distMark Otto6-11/+11
2018-02-21Consistent usage of $(document.body) instead of $('body') (#25671)Martijn Cuppens3-8/+8
2018-02-19distMark Otto4-7/+32
2018-02-19Fix carousel transition duration (#25218)Martijn Cuppens2-22/+53
2018-02-11Dropdown - Allow to disable Popper.js style (#24092)Johann-S3-5/+55
2018-02-11distMark Otto4-22/+16
2018-01-21Remove escaping selector and add a warning to inform folks to escape their se...Johann-S2-27/+1
2018-01-21ignore case (#25373)denisx1-1/+1
2018-01-21Update dropdown.js to allow referenceElement (#25219)719media2-8/+43
2018-01-18Bump version to 4.0.0Mark Otto33-53/+53
2018-01-11distMark Otto24-95/+94
2018-01-11Comply to the new rules.XhmikosR23-1738/+1773
2018-01-11Clean up and tweak ESLint rules.XhmikosR3-257/+3
2018-01-08Check for window before window.QUnit (#25199)Ɓukasz1-1/+1
2018-01-03distMark Otto2-3/+5
2018-01-03Multiple accordion support (#25161)Martijn Cuppens2-2/+78
2018-01-01distMark Otto2-2/+2
2017-12-31Allow nested structure for accordions (#25121)Martijn Cuppens2-11/+53
2017-12-30distMark Otto2-2/+3
2017-12-31Update devDependencies and gems. (#25083)XhmikosR1-0/+1
2017-12-28Update version to 4.0.0-beta.3v4.0.0-beta.3Mark Otto33-53/+53
2017-12-22distMark Otto18-60/+75
2017-12-12tooltip+popover: add boundary config option (#24979)Troy Morehouse1-2/+7
2017-12-12dropdown: add boundary config option (#24976)Troy Morehouse2-3/+59
2017-12-07Use only transitionend event (#24962)Mr_Green1-15/+2
2017-11-29Update README.md (#24912)Johann-S1-1/+1
2017-11-26tab.js: do not remove fade class if there's no initial active paneAlessandro Chitolina2-14/+37
2017-11-23Allow us to run our unit test on differents jquery versionJohann-S4-6/+75
2017-11-15Correct spelling mistakes. (#24778)Edward Betts1-1/+1
2017-11-15Simplify spread (#24774)Vasilii Artemchuk2-16/+10
2017-11-13Object spread : less jQuery more ES6 (#24665)Johann-S7-50/+82
2017-11-09Use native pseudo-selectors instead of jQuery selectors (#24713)Vasilii Artemchuk2-37/+37
2017-11-07upgrade to node 8.9.x and distMark Otto4-4/+23
2017-11-08Update devDependencies.XhmikosR2-12/+25
2017-11-07Fix test failure with jQuery 1.9.1 (#24706)XhmikosR1-1/+1
2017-11-07Escape ID in Util.getSelectorFromElement (#24700)Johann-S2-1/+27
2017-11-07Popover - call `content` once if it's a function. (#24690)Johann-S2-4/+27
2017-10-31Remove invalid example of `title` attribute in an SVG and related vnu error s...patrickhlauke1-3/+0
2017-10-30distMark Otto2-26/+21
2017-10-30Do not create a Popper.js instance when we don't need itJohann-S1-21/+18
2017-10-29distMark Otto4-22/+31
2017-10-29Throw error about Popper.js only when it's needed because some of our plugins...Johann-S2-17/+15
2017-10-29Add dropright and dropleft (right and left placements for our dropdown) (#23860)Johann-S2-2/+60
2017-10-28distMark Otto2-2/+9
2017-10-27Fix unit tests.Johann-S2-155/+185
2017-10-27Dropdown handle keydown on input and textarea.Pierre-Denis Vanduynslager2-7/+165