| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-05-13 | Prepare v5.2.0-beta1 | Mark Otto | 26 | -27/+27 |
| 2022-05-12 | Revert backdrop utilization, handling clicks over modal (#36324) | GeoSot | 1 | -15/+18 |
| 2022-05-06 | Toast: provide `isShown` method (#36272) | GeoSot | 1 | -2/+6 |
| 2022-05-05 | Handle disabled focused tabs with tab JavaScript plugin (#36169) | Julien Déramond | 1 | -2/+5 |
| 2022-04-25 | EventHandler: change check method for custom events, avoiding regex | GeoSot | 1 | -2/+2 |
| 2022-04-21 | Carousel: Fix not used option (`ride`), simplify `cycle` method (#35983) | GeoSot | 1 | -37/+35 |
| 2022-04-21 | Manipulator: Add JSON parse support (#35077) | GeoSot | 2 | -2/+13 |
| 2022-04-17 | v5.2.0 design refresh, plus responsive offcanvas classes (#35736) | Mark Otto | 1 | -0/+9 |
| 2022-04-13 | Revamp Scrollspy using Intersection observer (#33421) | GeoSot | 2 | -136/+144 |
| 2022-04-13 | Update dropdown.js | GeoSot | 1 | -12/+9 |
| 2022-04-06 | Revamp tabs & follow ARIA 1.1 practices (#33079) | GeoSot | 1 | -84/+197 |
| 2022-03-10 | Carousel: change class check as it can only exist if carousel is sliding | GeoSot | 1 | -2/+1 |
| 2022-03-10 | Carousel: rename private property | GeoSot | 1 | -4/+4 |
| 2022-03-10 | Carousel: add comment for future fixes | GeoSot | 1 | -0/+1 |
| 2022-03-10 | Carousel: omit redundant checks as we are always transforming the right values | GeoSot | 1 | -8/+0 |
| 2022-03-10 | Carousel: omit config merging in jQueryInterface after we create the instance | GeoSot | 1 | -9/+1 |
| 2022-03-09 | Carousel: return early in `_slide` method | GeoSot | 1 | -4/+4 |
| 2022-03-09 | Carousel: small refactoring, remove unnecessary checks | GeoSot | 1 | -2/+1 |
| 2022-03-09 | Carousel: refactor using inline function and move variables to the proper place | GeoSot | 1 | -11/+5 |
| 2022-03-09 | Carousel: refactor `_slide` method te accept only order as first argument | GeoSot | 1 | -6/+4 |
| 2022-03-09 | Carousel: add a `getItems` helper | GeoSot | 1 | -13/+11 |
| 2022-03-09 | Carousel: use combined selector and drop variable used once | GeoSot | 1 | -1/+1 |
| 2022-03-09 | Carousel: reorder variables and refactor method to use it inline | GeoSot | 1 | -25/+19 |
| 2022-03-09 | Carousel: cleanup jQueryInterface | GeoSot | 1 | -7/+11 |
| 2022-03-08 | Fix dropdowns | louismaxime.piton | 1 | -2/+18 |
| 2022-03-02 | Add static backdrop to offcanvas (#35832) | Jann Westermann | 1 | -5/+25 |
| 2022-03-01 | Modal: refactor listeners to reduce some code noise (#35902) | GeoSot | 1 | -21/+8 |
| 2022-03-01 | Carousel: simplify carousel items selection | GeoSot | 1 | -3/+1 |
| 2022-03-01 | Carousel: move `carouselInterface` inside `jqueryInterface` | GeoSot | 1 | -26/+22 |
| 2022-03-01 | Carousel: move logic of `dataApiClickHandler` | GeoSot | 1 | -23/+21 |
| 2022-03-01 | Carousel: refactor dataApiKeyHandler to avoid use of `carouselInterface` | GeoSot | 1 | -9/+9 |
| 2022-03-01 | Dropdown: Simplify dataKeyApiHandler (#35870) | GeoSot | 1 | -39/+14 |
| 2022-02-28 | Add centered dropdown and dropup options | Mark Otto | 1 | -0/+12 |
| 2022-02-25 | src/tooltip.js Optimization | Дилян Палаузов | 1 | -3/+1 |
| 2022-02-19 | Dropdown: use a better selector to avoid triggering click if button is disabl... | GeoSot | 1 | -5/+1 |
| 2022-02-19 | Dropdown: use a combined selector to filter foreign not shown instances itera... | GeoSot | 1 | -6/+3 |
| 2022-02-19 | Make event name helper and use it on tooltip & popover to reduce dist sizes (... | GeoSot | 3 | -56/+26 |
| 2022-02-19 | Carousel: remove one more call to ActiveIndex | GeoSot | 1 | -3/+2 |
| 2022-02-19 | Carousel: change argument to `_setActiveIndicatorElement`, from element to index | GeoSot | 1 | -3/+3 |
| 2022-02-19 | Carousel: make direct triggering of slid event, instead of using a callback | GeoSot | 1 | -10/+6 |
| 2022-02-19 | Carousel: merge slide functionality, regardless of whether it is animated or not | GeoSot | 1 | -20/+16 |
| 2022-02-19 | Carousel: simplify initialization on document load, using `getOrCreateInstance` | GeoSot | 1 | -1/+1 |
| 2022-02-19 | Carousel: remove redundant config merge on `dataApiClickHandler`, as it is do... | GeoSot | 1 | -1/+0 |
| 2022-02-07 | Optimize jQueryInterface in Collapse (#35689) | Anton | 1 | -5/+5 |
| 2022-02-01 | event-handler.js: remove unneeded return statement | XhmikosR | 1 | -3/+0 |
| 2022-02-01 | Event-handler: use `Array.find` instead of `for` | GeoSot | 1 | -9/+2 |
| 2022-02-01 | Event-handler: initialize variable properly | GeoSot | 1 | -2/+2 |
| 2022-02-01 | Dropdown: use destructured variables in `dataApyKeydownHandler` | GeoSot | 1 | -6/+7 |
| 2022-02-01 | Dropdown: dropdown doesn't document `data-bs-target` option & `parentNode` is... | GeoSot | 1 | -2/+1 |
| 2022-02-01 | Dropdown: merge instance identification in `dataApiKeydownHandler` | GeoSot | 1 | -1/+1 |