| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-09-10 | transfer some code blocks, to where we use themgs-carousel-cleanup | GeoSot | 1 | -27/+17 | |
| 2021-09-10 | remove one more call to ActiveIndex | GeoSot | 1 | -3/+2 | |
| 2021-09-10 | simplify slide check | GeoSot | 1 | -20/+16 | |
| 2021-09-10 | `_setActiveIndicatorElement` simplification to work with index | GeoSot | 1 | -3/+3 | |
| 2021-09-10 | Reorder imports | GeoSot | 1 | -1/+1 | |
| 2021-09-10 | Simplify items selection | GeoSot | 1 | -3/+1 | |
| 2021-09-10 | move interface to jqueryInterface | GeoSot | 1 | -28/+24 | |
| 2021-09-10 | refactor initialization on document load | GeoSot | 1 | -2/+2 | |
| 2021-09-10 | transfer logic of `dataApiClickHandler` | GeoSot | 1 | -27/+23 | |
| 2021-09-10 | rename option `slide` to `ride`, as it didn't mirroring docs & cleanup interface | GeoSot | 1 | -7/+13 | |
| 2021-09-10 | config merge is redundant, because it is done by default | GeoSot | 1 | -1/+0 | |
| 2021-09-10 | interval is an integer, so better avoid boolean | GeoSot | 1 | -1/+1 | |
| 2021-09-10 | remover redundant check | GeoSot | 1 | -5/+2 | |
| 2021-09-10 | merge duplicated code to method | GeoSot | 1 | -7/+9 | |
| 2021-09-10 | According to ↵ | GeoSot | 1 | -4/+1 | |
| `https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState`, `visibilityState` is always string, so the check is redundant | |||||
| 2021-09-10 | Simplify carousel-items interval update | GeoSot | 1 | -7/+3 | |
| 2021-09-10 | Save up some iterations time | GeoSot | 1 | -13/+11 | |
| 2021-09-10 | use helper to get Active element | GeoSot | 1 | -4/+8 | |
| 2021-09-10 | Use Manipulator to get element Data | GeoSot | 1 | -3/+3 | |
| 2021-09-08 | Remove remaining "master" branch references (#34932) | Julien Déramond | 3 | -3/+3 | |
| 2021-09-07 | Release v5.1.1 (#34869)v5.1.1 | XhmikosR | 23 | -24/+24 | |
| * Prepare v5.1.1. * Dist | |||||
| 2021-08-31 | Fix tooltip `data-bs-original-title` issue (#34842) | GeoSot | 1 | -8/+17 | |
| 2021-08-30 | Update eslint-plugin-unicorn to v35.0.0 | XhmikosR | 1 | -1/+0 | |
| 2021-08-30 | Collapse on toggle, should not hide descendant tabpanels (#34835) | GeoSot | 1 | -1/+1 | |
| 2021-08-20 | alert.js: Add missing newline (#34785) | Sébastien ALFAIATE | 1 | -0/+1 | |
| 2021-08-10 | Fix modal when is triggered by `bs-toggle`, to hide other open instances ↵ | GeoSot | 1 | -0/+7 | |
| (#34701) | |||||
| 2021-08-10 | carousel: move common checks to a function (#34621) | XhmikosR | 1 | -2/+7 | |
| 2021-08-04 | Prepare v5.1.0. (#34674)v5.1.0 | XhmikosR | 23 | -24/+24 | |
| 2021-08-03 | Regression on tooltip template creation process. (#34628) | GeoSot | 2 | -8/+5 | |
| * Regression on tooltip template creation process. * check if template content does not exist, or given argument is empty * call `setContent()` once. | |||||
| 2021-07-30 | tooltip: move repeated strings to constants (#34619) | XhmikosR | 1 | -2/+5 | |
| 2021-07-30 | Enable a few eslint-config-xo rules (#34620) | XhmikosR | 3 | -4/+4 | |
| * unicorn/prefer-dom-node-append * unicorn/prefer-dom-node-remove | |||||
| 2021-07-29 | transfer `interface` inside `jQueryInterface` | GeoSot | 1 | -18/+14 | |
| 2021-07-29 | simplify initialization on `data-toggle` click | GeoSot | 1 | -6/+1 | |
| 2021-07-29 | keep parent only as element | GeoSot | 1 | -15/+13 | |
| 2021-07-29 | remove duplicated `Selector.find` | GeoSot | 1 | -4/+1 | |
| 2021-07-29 | Simplify check for children | GeoSot | 1 | -8/+2 | |
| 2021-07-29 | initialize variable properly | GeoSot | 1 | -16/+10 | |
| 2021-07-29 | Refactor internal function to use it in more cases. | GeoSot | 1 | -25/+13 | |
| Also, remove a few redundant checks since we already check for it in `_addAriaAndCollapsedClass()`. | |||||
| 2021-07-29 | Add a helper function to check for showing | GeoSot | 1 | -12/+12 | |
| Also, remove the `isTransitioning()` helper. | |||||
| 2021-07-29 | Remove redundant check on `data-toggle` click. | GeoSot | 1 | -12/+2 | |
| Previously, it was assumed that the trigger element would have its own separate config than the collapse element itself. | |||||
| 2021-07-29 | streamline `_getConfig` & interface | GeoSot | 1 | -11/+4 | |
| 2021-07-28 | Use a streamlined way to trigger component dismiss (#34170) | GeoSot | 5 | -46/+45 | |
| * use a streamlined way to trigger component dismiss * add documentation Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-28 | Fix `Manipulator.offset()` (#33603) | alpadev | 1 | -2/+2 | |
| * test: add more test cases for Manipulator.offset() * fix: Manipulator.offset() is using obsolete properties to get scroll position Co-authored-by: XhmikosR <[email protected]> Co-authored-by: GeoSot <[email protected]> | |||||
| 2021-07-27 | Add shift-tab keyboard support for dialogs (modal & Offcanvas components) ↵ | Ryan Berliner | 4 | -38/+148 | |
| (#33865) * consolidate dialog focus trap logic * add shift-tab support to focustrap * remove redundant null check of trap element Co-authored-by: GeoSot <[email protected]> * remove area support forom focusableChildren * fix no expectations warning in focustrap tests Co-authored-by: GeoSot <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-22 | Toasts: Change showing timings and classes to keep toast `display:none` by ↵ | GeoSot | 1 | -6/+7 | |
| default (#33610) | |||||
| 2021-07-22 | make `dataApiKeydownHandler` to handle specific instance, avoiding extra ↵ | GeoSot | 1 | -5/+5 | |
| manipulations | |||||
| 2021-07-22 | extract createPopper method | GeoSot | 1 | -23/+27 | |
| 2021-07-22 | handle click event in one place, remove undocumented click listener on ↵ | GeoSot | 1 | -11/+1 | |
| element in case of not having the proper markup | |||||
| 2021-07-22 | use classList `add` instead of `toggle` on show | GeoSot | 1 | -2/+2 | |
| 2021-07-22 | simplify toggle | GeoSot | 1 | -12/+1 | |
