aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2019-08-18Remove useless check for null object with spread operatorJohann-S2-16/+7
2019-08-18Minor wording tweaksXhmikosR2-2/+2
2019-08-18allow to pass popper.js configuration for tooltip/popover and dropdownJohann-S4-31/+89
2019-08-02add a way to disable jQuery detectionJohann-S14-26/+91
2019-07-31Fix typos. (#29178)XhmikosR3-4/+4
2019-07-29remove underscore for static methodsJohann-S24-201/+201
2019-07-28allow dynamic modal body for scrollable modalsJohann-S2-4/+22
2019-07-24use get selector from element only when neededJohann-S8-49/+82
2019-07-24fix arrow popover (#29115)Johann-S1-4/+4
2019-07-24Rebuild the dist to pickup new utilities file (#29105)Mark Otto27-229/+338
2019-07-24add polyfill.js in visual tests (#29116)Johann-S11-0/+11
2019-07-23Force reflow for fade-in animation (#29113)Shohei Yoshida1-0/+2
2019-07-23rewrite tab unit testsJohann-S7-627/+600
2019-07-23use qunit css for our fixtureJohann-S6-47/+23
2019-07-23rewrite scrollspy unit testsJohann-S5-751/+677
2019-07-23rewrite tooltip unit testsJohann-S7-1284/+1026
2019-07-23rewrite popover unit testsJohann-S5-481/+258
2019-07-23rewrite modal unit testsJohann-S5-851/+996
2019-07-23rewrite toast unit testsAnton Bershanskiy5-336/+381
2019-07-23rewrite dropdown unit testsJohann-S6-1513/+1507
2019-07-23rewrite collapse unit testsJohann-S5-919/+838
2019-07-23rewrite carousel unit testsJohann-S6-1384/+1209
2019-07-23test jquery interface for our alert pluginJohann-S1-1/+47
2019-07-23rewrite button unit testsJohann-S6-233/+317
2019-07-23rewrite unit tests for selector engineJohann-S3-101/+117
2019-07-23rewrite manipulator unit testsAnton Bershanskiy2-128/+158
2019-07-23Switch from QUnit to Jasmine.Johann-S18-898/+1090
2019-07-20Fix Typos across Bootstrap repository (#29082)Kitten King1-1/+1
2019-07-17updated babelJohann-S1-10/+0
2019-07-14Fix dropdown unit test (#29037)Patrick H. Lauke1-3/+4
2019-07-12dist v5Mark Otto12-419/+174
2019-06-25Port new unit test for dropdown from v4 (#28913)Patrick H. Lauke1-0/+25
2019-06-19Closing dropdown with ESC correctly sets focus to toggle (#28928)Patrick H. Lauke2-1/+40
2019-06-13tooltip dispose:removing only own event handler (#28896)david-lallement1-6/+8
2019-06-03event-handler.js: use a plain for loop. (#28853)XhmikosR1-4/+6
2019-05-16toast should allow prevent default for hide and show eventsJohann-S2-2/+81
2019-05-14fix popover arrow by selecting the first element childJohann-S1-3/+2
2019-05-08Documentation tweaks (#28679)Martijn Cuppens1-1/+1
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR55-88/+88
2019-05-08improve build plugin script to keep file nameJohann-S1-2/+2
2019-05-08Remove the `unicorn/filename-case` rule suppression.XhmikosR1-1/+0
2019-04-18v5 dist (#28657)XhmikosR24-142/+455
2019-04-15fix unit tests for chrome mobileJohann-S2-5/+13
2019-04-10Fix xo error: use `for...of`.XhmikosR1-4/+1
2019-04-10Update eslint config for the new xo rules.XhmikosR1-1/+4
2019-04-09Remove _close() and marge with _hide()ysds1-18/+15
2019-04-09Call hide() after `delay` timeysds1-11/+6
2019-04-01karma.conf.js: switch to `CI === true`. (#28588)XhmikosR1-1/+1
2019-03-27Reset carousel touch delta x to prevent click transformation in swipe (#28558)Johann-S2-2/+6
2019-03-18fix remove files in our visual testsJohann-S11-36/+13