aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2021-11-25Remove some uncovered code that seems to be unusedGeoSot1-19/+0
2021-11-25Change check for dynamic modalGeoSot1-2/+2
2021-11-25Tweak methodsGeoSot1-8/+8
2021-11-25Some refactoring on modal, to improve readability and generic functionalityGeoSot1-30/+30
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot6-116/+563
2021-11-09Update devDependencies (#35322)XhmikosR1-27/+12
2021-10-13tests: try to fix a few random failures (#35184)GeoSot3-5/+6
2021-10-13Change the way collapse handles its children on openingGeoSot1-21/+9
2021-10-13collapse: extract duplicate code to a functionGeoSot1-7/+10
2021-10-13JS: minor refactoring (#35183)XhmikosR21-377/+254
2021-10-12Swipe: add test to ensure that it ignores `pinch` events (#35161)GeoSot2-1/+20
2021-10-11Extract Carousel's swipe functionality to a separate Class (#32999)GeoSot4-78/+416
2021-10-10tooltip.js: ignore a LGTM error (#35147)XhmikosR1-1/+1
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR59-104/+104
2021-10-09Bump version to 5.1.3.XhmikosR59-104/+104
2021-10-08tests: minor cleanup (#35138)XhmikosR18-57/+19
2021-10-08scrollspy.js: chain functions (#35139)XhmikosR1-17/+18
2021-10-07Sanitizer: fix logic and add a test. (#35133)XhmikosR2-1/+26
2021-10-06util/sanitizer.js: use `Array.every()` (#35120)XhmikosR1-9/+2
2021-10-05Use `for...of` in visual tests tooGeoSot4-35/+34
2021-10-05Enable `unicorn/numeric-separators-style` rule.XhmikosR1-1/+1
2021-10-05Fix a `unicorn/no-array-callback-reference` issueXhmikosR1-1/+1
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR20-107/+123
2021-10-05Enable `unicorn/no-for-loop` ruleXhmikosR5-19/+15
2021-10-05Enable `unicorn/prefer-prototype-methods` ruleXhmikosR4-5/+5
2021-10-05Release v5.1.2 (#35114)XhmikosR59-429/+425
2021-10-04rollup: specify `generatedCode: 'es2015'` (#35070)XhmikosR1-1/+2
2021-09-29sanitizer: add `sms` in the `SAFE_URL_PATTERN` (#35074)XhmikosR1-3/+3
2021-09-15Fix Collapse regression of handling toggling between sibling chilldren (#34951)GeoSot2-2/+60
2021-09-15Minor refactoring (#34980)XhmikosR2-23/+18
2021-09-15Rename `e` to `event` (#34979)XhmikosR7-58/+58
2021-09-13tests: fix lint warning (#34950)GeoSot1-3/+2
2021-09-08Remove remaining "master" branch references (#34932)Julien Déramond3-3/+3
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR59-117/+139
2021-09-07Typo fixes (#34914)XhmikosR1-1/+1
2021-09-06BrowserStack: add Firefox 60 and Chrome 60 (#34912)XhmikosR1-1/+15
2021-08-31Fix tooltip `data-bs-original-title` issue (#34842)GeoSot1-8/+17
2021-08-30tests: add Offcanvas too in jquery.spec.js (#34841)XhmikosR1-0/+2
2021-08-30Add GitHub SHA in BrowserStack build ID. (#34077)XhmikosR1-1/+1
2021-08-30Move a few ESLint rules where they are needed.XhmikosR1-0/+5
2021-08-30Update eslint-plugin-unicorn to v35.0.0XhmikosR1-1/+0
2021-08-30Collapse on toggle, should not hide descendant tabpanels (#34835)GeoSot2-1/+51
2021-08-23visual tests: minor fixes (#34802)XhmikosR4-7/+5
2021-08-20alert.js: Add missing newline (#34785)Sébastien ALFAIATE1-0/+1
2021-08-10Fix modal when is triggered by `bs-toggle`, to hide other open instances (#34...GeoSot2-0/+30
2021-08-10carousel: move common checks to a function (#34621)XhmikosR1-2/+7
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR59-561/+1008
2021-08-03Regression on tooltip template creation process. (#34628)GeoSot4-11/+39
2021-07-30tooltip: move repeated strings to constants (#34619)XhmikosR1-2/+5
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR12-25/+25