aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2019-02-27tests: add tests for plugins version. (#28366)XhmikosR10-16/+42
2019-02-26dom/manipulator.js: minor simplification. (#28358)XhmikosR1-15/+14
2019-02-26karma.conf.js: minor simplification.XhmikosR1-6/+8
2019-02-26remove tests for old jQuery 1.9.x compatibilityJohann-S1-2/+2
2019-02-26move util in a util folder with the sanitizerJohann-S28-538/+507
2019-02-24Remove DOMContentLoaded. (#28337)XhmikosR4-111/+103
2019-02-20tests/visual/modal.html: fix close button placement.XhmikosR1-3/+3
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-S5-83/+24
2019-02-204.3.1.XhmikosR6-6/+6
2019-02-20minor jQuery.hasclass removal (#28158)Joshua Wilson2-49/+76
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz3-5/+5
2019-02-20Fixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome implemen...Emil Müller1-1/+1
2019-02-20bump to 4.2.1Johann-S6-22/+25
2019-02-20rewrite toast plugin without jqueryJohann-S3-40/+63
2019-02-20Improve manipulator coverageJohann-S2-8/+10
2019-02-20Remove IE support and button bsChecked hackAlessandro Chitolina8-133/+8
2019-02-20Refactor util plugin and some testsJohann-S10-394/+403
2019-02-20chore(update): bump to 4.1.3Johann-S27-183/+122
2019-02-20fix(plugins): save instance in constructorJohann-S8-15/+19
2019-02-20fix(visual-test): remove jquery in themJohann-S11-54/+100
2019-02-20fix(carousel): on load page create a carouselJohann-S2-2/+2
2019-02-20fix(unit-test): dropdown, collapse and carouselJohann-S5-16/+26
2019-02-20fix(event-handler): use Object.key for passing values in an eventJohann-S1-1/+8
2019-02-20fix(util): increase util coverageJohann-S1-0/+18
2019-02-20fix(selector-engine): increase coverage for selector engineJohann-S5-3/+86
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-S12-87/+286
2019-02-20refactor(polyfill): a file for polyfillsJohann-S4-219/+137
2019-02-20fix(data): increase coverage for dataJohann-S4-6/+99
2019-02-20fix(event-handler): remove the use of our event handler in unit testJohann-S9-280/+303
2019-02-20fix(data): do not use data object in our unit testsJohann-S21-44/+190
2019-02-20remove old references to jquery and some fixesJohann-S14-56/+44
2019-02-20rewritten scrollspy without jqueryAlessandro Chitolina5-49/+117
2019-02-20upgrade to v4 stableJohann-S4-17/+33
2019-02-20rewritten tab without jqueryAlessandro Chitolina4-81/+137
2019-02-20Dropdown without jQueryJohann-S6-182/+225
2019-02-20fix chores karmaJohann-S1-0/+4
2019-02-20Fix new unit test in popoverJohann-S1-1/+1
2019-02-20allow register the same handler for different delegated selectors in eventHan...Alessandro Chitolina2-36/+106
2019-02-20Return a new function with Util.noopJohann-S2-3/+4
2019-02-20fix one forgets of using jQuery in Carousel and TooltipJohann-S1-28/+33
2019-02-20fix weird case with jQueryJohann-S1-2/+2