aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-20fix(plugins): save instance in constructorJohann-S8-15/+19
2019-02-20fix(carousel): on load page create a carouselJohann-S2-2/+2
2019-02-20fix(unit-test): dropdown, collapse and carouselJohann-S1-1/+1
2019-02-20fix(event-handler): use Object.key for passing values in an eventJohann-S1-1/+8
2019-02-20fix(selector-engine): increase coverage for selector engineJohann-S1-1/+5
2019-02-20fix(util): remove extendJohann-S3-23/+28
2019-02-20fix(event-handler): remove polyfill and move it to indexJohann-S2-14/+17
2019-02-20fix(polyfill): disable coverage for our polyfillsJohann-S1-0/+1
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S8-83/+90
2019-02-20refactor(polyfill): a file for polyfillsJohann-S3-217/+133
2019-02-20fix(data): increase coverage for dataJohann-S1-2/+1
2019-02-20fix(data): do not use data object in our unit testsJohann-S12-3/+136
2019-02-20remove old references to jquery and some fixesJohann-S9-41/+29