aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Expand)AuthorFilesLines
2019-10-03return to the original file structure to avoid breaking modularityJohann-S29-9182/+51
2019-09-02ESLint: specify `--report-unused-disable-directives` (#29350)XhmikosR1-2/+0
2019-08-25dropdown show method should do the same as toggleJohann-S2-23/+41
2019-08-22Remaining JS linting TODO (#29289)Markus Hatvan5-27/+25
2019-08-22dropdown - destroy old popper.js referencesJohann-S2-6/+44
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-S22-196/+196
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-23Force reflow for fade-in animation (#29113)Shohei Yoshida1-0/+2
2019-07-23rewrite tab unit testsJohann-S2-5/+598
2019-07-23use qunit css for our fixtureJohann-S5-46/+18
2019-07-23rewrite scrollspy unit testsJohann-S2-6/+675
2019-07-23rewrite tooltip unit testsJohann-S4-25/+1024
2019-07-23rewrite popover unit testsJohann-S2-5/+256
2019-07-23rewrite modal unit testsJohann-S2-33/+994
2019-07-23rewrite toast unit testsAnton Bershanskiy2-5/+379
2019-07-23rewrite dropdown unit testsJohann-S2-14/+1502
2019-07-23rewrite collapse unit testsJohann-S2-12/+836
2019-07-23rewrite carousel unit testsJohann-S2-11/+1204
2019-07-23test jquery interface for our alert pluginJohann-S1-1/+47
2019-07-23rewrite button unit testsJohann-S2-6/+297
2019-07-23rewrite unit tests for selector engineJohann-S2-24/+117
2019-07-23rewrite manipulator unit testsAnton Bershanskiy1-0/+158
2019-07-23Switch from QUnit to Jasmine.Johann-S8-6/+976
2019-06-19Closing dropdown with ESC correctly sets focus to toggle (#28928)Patrick H. Lauke1-1/+1
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-S1-2/+10
2019-05-14fix popover arrow by selecting the first element childJohann-S1-3/+2
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR13-22/+22
2019-04-10Fix xo error: use `for...of`.XhmikosR1-4/+1
2019-04-09Remove _close() and marge with _hide()ysds1-18/+15
2019-04-09Call hide() after `delay` timeysds1-11/+6
2019-03-27Reset carousel touch delta x to prevent click transformation in swipe (#28558)Johann-S1-0/+2
2019-03-18Add back support for IE 11Johann-S5-68/+139
2019-03-13Use one-line imports when possible. (#28467)XhmikosR6-18/+6
2019-03-11build bootstrap in esmJohann-S1-32/+0
2019-03-11collapse.js: minor refactoring.XhmikosR1-7/+5
2019-03-11Remove obsolete comments.XhmikosR2-2/+0
2019-03-11Remove more unused properties.XhmikosR3-3/+0
2019-03-11scrollspy.js: remove unused propertiesJohann-S1-3/+1
2019-03-11Remove assignment from return.XhmikosR1-1/+3
2019-03-11Comply to the new rules.XhmikosR18-667/+732
2019-02-26dom/manipulator.js: minor simplification. (#28358)XhmikosR1-15/+14