aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2020-04-01Always modal scroll top to 0ysds2-12/+10
2020-03-31Use unordered lists in dropdown-menusMartijn Cuppens3-44/+44
2020-03-29Remove `MSPointerEvent` and `ms-touch-action` in tests (#30463)XhmikosR2-6/+5
2020-03-29Use `textContent` instead of `innerText`. (#30462)XhmikosR2-3/+3
2020-03-28Dist (#29924)XhmikosR30-857/+668
2020-03-28Remove holder.js leftovers (#30469)XhmikosR1-3/+3
2020-03-28v5 tabs - accessibility issue when using ul/li semanticLaussel Loïc4-56/+52
2020-03-25fix babel config in our filesJohann-S1-0/+1
2020-03-25fix: remove make array util function (#30430)Johann-S17-89/+53
2020-03-23Use next dropdown menu instead of first of the parentMartijn Cuppens4-47/+97
2020-03-18Remove Internet Explorer leftoversXhmikosR1-6/+0
2020-03-18Remove IE compatibility JS codeJohann-S5-83/+7
2020-03-18fix: ensure `totype` always returns stringified null/undefined when null/unde...Johann-S2-2/+37
2020-03-18Switch to strings constants.XhmikosR11-556/+482
2020-03-09Improvement: harmonize usage of constants (#30285)Sparks4-8/+11
2020-03-09`prev()` function fails when non-element nodes are present (#30117)Martijn Cuppens2-7/+20
2020-02-10Corrected grammatical error in test descriptions (#30150)yonikohen1-2/+2
2020-02-01tests: Remove button `href`s (#30119)Martijn Cuppens1-50/+50
2020-01-10Close modal with keyboard=true & backdrop=static (#29986)Giovanni Mendoza2-2/+63
2020-01-07sanitizer.js: Add srcset in the allowed attributes (#29968)XhmikosR1-1/+1
2020-01-07Fix the new lint errors.XhmikosR1-2/+2
2020-01-07Use regex.test() when we want to check for a Boolean. (#29969)XhmikosR3-7/+5
2019-12-25Switch to @rollup/plugin-commonjs (#29907)XhmikosR1-1/+1
2019-12-25Switch to @rollup/plugin-node-resolve (#29851)XhmikosR2-2/+2
2019-11-08Dist (#29638)XhmikosR31-68/+104
2019-10-31Update normalizeDataKey to match the spec (#29609)Steffen Roßkamp2-11/+11
2019-10-25Added animation when modal backdrop is static (#29516)Higor Araújo dos Anjos2-8/+51
2019-10-17Skip hidden dropdowns while focusing (#29523)Jeremy Jackson3-3/+45
2019-10-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR20-5/+5
2019-10-08Dist (#29484)XhmikosR27-113/+96
2019-10-07Update devDependencies. (#29447)XhmikosR2-2/+2
2019-10-03add modularity integration testJohann-S2-0/+24
2019-10-03return to the original file structure to avoid breaking modularityJohann-S33-172/+159
2019-09-02ESLint: specify `--report-unused-disable-directives` (#29350)XhmikosR1-2/+0
2019-08-29Minor lint tweaks. (#29328)XhmikosR2-7/+5
2019-08-27Dist (#29263)XhmikosR28-362/+463
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-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