aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-26move util in a util folder with the sanitizerJohann-S18-350/+425
2019-02-20use our selector engine instead of native apiJohann-S5-14/+14
2019-02-20Use `Util.makeArray()`.XhmikosR5-14/+16
2019-02-20improve event handlerJohann-S1-56/+38
2019-02-20Simplify checks.XhmikosR3-7/+6
2019-02-20Remove unneeded ESLint suppression.XhmikosR1-1/+0
2019-02-20use only dataset to get data attributesJohann-S1-21/+3
2019-02-20remove polyfills which override browsers defaultJohann-S2-78/+19
2019-02-204.3.1.XhmikosR5-5/+5
2019-02-20minor jQuery.hasclass removal (#28158)Joshua Wilson1-1/+1
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz2-4/+4
2019-02-20Fixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome implemen...Emil Müller1-1/+1
2019-02-20rewrite toast plugin without jqueryJohann-S1-28/+36
2019-02-20Improve manipulator coverageJohann-S1-7/+4
2019-02-20Remove IE support and button bsChecked hackAlessandro Chitolina4-68/+4
2019-02-20Refactor util plugin and some testsJohann-S9-389/+386
2019-02-20chore(update): bump to 4.1.3Johann-S12-42/+54