aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-21Add parentheses around multiple spread conditionsXhmikosR6-7/+7
2020-09-21Cache a few variables.XhmikosR4-9/+12
2020-09-21Unbreak lines and remove a TODO commentXhmikosR3-10/+4
2020-09-21ensure `hidePrevented.bs.modal` can be prevented (#31696)Joakim Riedel1-1/+1
2020-09-18Dropdown: fix variable always evaluating to true (#31673)XhmikosR1-1/+1
2020-09-10Comply to the new rulesXhmikosR13-519/+540
2020-08-06Prepare v4.5.2. (#31444)v4.5.2XhmikosR14-25/+25
2020-08-04Prepare v4.5.1. (#31408)v4.5.1XhmikosR14-25/+25
2020-08-03Clear timeout before showing the toast (#31155)Rohit Sharma1-2/+8
2020-07-06Backport #30326XhmikosR1-1/+14
2020-06-24Update links to point to v4-dev or main branchesXhmikosR14-14/+14
2020-06-10avoid preventing input event onclick (#30992)Laussel Loïc1-3/+2
2020-06-04Backport #30936XhmikosR1-0/+2
2020-05-12Bump version to 4.5.0.XhmikosR14-25/+25
2020-05-12Avoid bad scrollbar replacement into width valuesGiovanni Mendoza1-1/+1
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 cleanupXhmikosR4-5/+3
2020-05-12dropdown.js: switch to a ternaryXhmikosR1-4/+3
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-S1-1/+1
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-17collapse: fix error with jQuery v3.5.0.XhmikosR1-1/+1
2020-04-07Fix event propagation from inactive and disabled dropdowns (#30510) (#30511)luktom1-3/+3
2020-03-31Switch to string constants. (#30490)XhmikosR11-549/+467
2020-03-31Backport (#30383)Johann-S1-0/+4
2020-03-16fix `$().button('toggle')` not working for checkbox inside label (#30388)Laussel Loïc1-8/+8
2020-02-17Backport #29886Giovanni Mendoza1-2/+5
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.1XhmikosR14-25/+25
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR14-25/+25
2019-11-02backport #29516: added animation when modal backdrop is staticJohann-S1-8/+29
2019-11-02backport #29523: skip hidden dropdowns while focusingJohann-S1-0/+1
2019-08-27Backport #29298Johann-S1-25/+14
2019-08-27Backport #29277Johann-S1-0/+4
2019-08-27Backport #29251Johann-S2-39/+51
2019-07-31Backport #29155Johann-S1-2/+3
2019-07-31Force reflow for fade-in animation (#29113)Shohei Yoshida1-0/+1
2019-07-10Ensure button plugin sets/removes active class correctly on page load (#28952)Patrick H. Lauke1-7/+37
2019-06-18Don't open dropdown on ESC on trigger element (#28912)Patrick H. Lauke1-0/+4
2019-06-18tooltip dispose:removing only own event handler (#28896)Johann-S1-6/+8
2019-06-18Fix keyboard handling of button-style checkbox/radio button groups (#28834)Patrick H. Lauke1-16/+28
2019-05-30Backport #28777.Johann-S1-2/+13
2019-04-29Call 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-08fix jquery detectionJohann-S2-18/+18