aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2020-07-06BrowserStack: test on Edge 15XhmikosR1-1/+1
2020-06-24Update links to point to v4-dev or main branchesXhmikosR16-16/+16
2020-06-24Backport #30973XhmikosR1-5/+5
2020-06-10avoid preventing input event onclick (#30992)Laussel Loïc2-3/+42
2020-06-04visual/modal.html: fix close buttons placementXhmikosR1-3/+3
2020-06-04Backport #30936XhmikosR3-4/+23
2020-06-04Backport #30742XhmikosR1-2/+3
2020-05-12Distv4.5.0XhmikosR24-668/+567
2020-05-12Bump version to 4.5.0.XhmikosR14-25/+25
2020-05-12Backport d59de33 from #30772XhmikosR1-0/+39
2020-05-12Avoid bad scrollbar replacement into width valuesGiovanni Mendoza1-1/+1
2020-05-12Removed role="document" from the modal dialog (#30755)Rohit Sharma1-3/+3
2020-05-12Partially revert "Use regex.test() when we want to check for a Boolean. (#299...XhmikosR1-2/+2
2020-05-12collapse.js: combine classesXhmikosR1-4/+2
2020-05-12Minor lint tweaks and rules cleanupXhmikosR8-9/+3
2020-05-12dropdown.js: switch to a ternaryXhmikosR1-4/+3
2020-05-12tests: switch to strictEqual/notStrictEqualXhmikosR5-27/+27
2020-05-12scrollspy.js add more testsXhmikosR1-0/+137
2020-05-12Remove variables used once.XhmikosR2-4/+2
2020-05-12Join/break a few lines, no functional changesXhmikosR6-36/+23
2020-05-07Revert "Avoid bad scrollbar replacement into width values (#30690)"XhmikosR1-5/+2
2020-05-07enforce element check on scrollspy targetJohann-S2-2/+2
2020-05-07scrollspy.js: remove temporary variable (#30724)XhmikosR1-2/+1
2020-05-02Avoid bad scrollbar replacement into width values (#30690)Johann-S1-2/+5
2020-04-28Backport #30633Martijn Cuppens1-3/+3
2020-04-17collapse: fix error with jQuery v3.5.0.XhmikosR1-1/+1
2020-04-17Fix tests for jQuery v3.5.0.XhmikosR2-26/+26
2020-04-10 v4 tabs - accessibility issue when using ul/li semantic (#30381)Laussel Loïc4-51/+47
2020-04-07Fix event propagation from inactive and disabled dropdowns (#30510) (#30511)luktom2-3/+67
2020-03-31Switch to string constants. (#30490)XhmikosR11-549/+467
2020-03-31Remove holder.js leftovers (#30469)XhmikosR1-3/+3
2020-03-31Backport (#30383)Johann-S2-0/+24
2020-03-16fix `$().button('toggle')` not working for checkbox inside label (#30388)Laussel Loïc2-9/+37
2020-03-09Drop Node.js < 10 support and update all devDependencies.XhmikosR1-2/+2
2020-02-17Backport #29886Giovanni Mendoza2-2/+54
2020-02-17Use regex.test() when we want to check for a Boolean. (#29969)XhmikosR1-3/+3
2020-02-17sanitizer.js: Add srcset in the allowed attributes (#29968)XhmikosR1-1/+1
2019-11-28Release v4.4.1.v4.4.1XhmikosR38-62/+62
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR39-406/+621
2019-11-02backport #29516: added animation when modal backdrop is staticJohann-S2-8/+51
2019-11-02backport #29523: skip hidden dropdowns while focusingJohann-S2-0/+42
2019-08-27Backport #29298Johann-S2-26/+50
2019-08-27Backport #29277Johann-S2-1/+49
2019-08-27Backport #29251Johann-S4-39/+94
2019-07-31Backport #29155Johann-S2-2/+24
2019-07-31Force reflow for fade-in animation (#29113)Shohei Yoshida1-0/+1
2019-07-31Fix Typos across Bootstrap repository (#29082)Kitten King1-1/+1
2019-07-10Ensure button plugin sets/removes active class correctly on page load (#28952)Patrick H. Lauke3-24/+114
2019-06-19Add missing dropdown unit test for closing with ESC (#28929)Patrick H. Lauke1-0/+39
2019-06-18Don't open dropdown on ESC on trigger element (#28912)Patrick H. Lauke2-0/+29