| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-03 | Regression on tooltip template creation process. (#34628) | GeoSot | 1 | -2/+2 | |
| * Regression on tooltip template creation process. * check if template content does not exist, or given argument is empty * call `setContent()` once. | |||||
| 2021-07-30 | Enable a few eslint-config-xo rules (#34620) | XhmikosR | 1 | -3/+3 | |
| * unicorn/prefer-dom-node-append * unicorn/prefer-dom-node-remove | |||||
| 2021-06-03 | Add `getOrCreateInstance` method in base-component (#33276) | GeoSot | 1 | -1/+55 | |
| Co-authored-by: Rohit Sharma <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-06-03 | Fix handling of transitionend events dispatched by nested elements(#33845) | alpadev | 1 | -1/+1 | |
| Fix handling of transitionend events dispatched by nested elements Properly handle events from nested elements Change `emulateTransitionEnd` to `executeAfterTransition` && | |||||
| 2021-05-20 | Allow use of `dispose/hide` methods on Tooltip & Popover from ↵ | GeoSot | 1 | -15/+0 | |
| jQueryInterface, when component does not exists. (#33371) | |||||
| 2021-05-12 | Popover/Tooltip: streamline config property to start with underscore (#33381) | GeoSot | 1 | -3/+3 | |
| 2021-05-11 | Remove potential false positive assertions (#33288) | Ben Lertlumprasertkul | 1 | -16/+16 | |
| * Remove potential false positive assertions querySelector() returns null but expect(document.querySelector('...')).toBeDefined() tests that the value is not undefined * Migrated assertions from .toBeDefined() to .not.toBeNull() for .getInstance() calls in tests * Migrate offcanvas assertions from .toBeDefined() to .not.toBeNull() for .getInstance() call * convert more cases to not.toBeNull assertions Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-04-11 | Update tests to check for `noop` to be removed | Rohit Sharma | 1 | -2/+2 | |
| 2021-03-16 | only trigger tooltip inserted event on true dom insert | Ryan Berliner | 1 | -0/+62 | |
| 2021-03-16 | prevent quick interactions from misplacing tooltips | Ryan Berliner | 1 | -2/+5 | |
| 2021-03-16 | prevent tooltip from being deleted on quick re-activations | Ryan Berliner | 1 | -0/+29 | |
| 2021-02-22 | Allow constructors to accept a CSS selector (#32245) | Rohit Sharma | 1 | -0/+11 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2021-02-12 | Fix event handler removal in dropdown/carousel dispose (#33000) | Kyle Tsang | 1 | -0/+13 | |
| * Fix event handler removal in carousel dispose * Fix event handler removal in dropdown dispose * Test event handlers in scrollspy dispose * Test event handlers in toast dispose * Test event handlers in tooltip dispose Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Rohit Sharma <[email protected]> | |||||
| 2021-02-09 | Add function type for `popperConfig` option (#32882) | Rohit Sharma | 1 | -0/+15 | |
| * Add function type for `popperConfig` option * Update .bundlewatch.config.json * copy edits Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2021-01-28 | Restore `offset` option for tooltip/popover components | Rohit Sharma | 1 | -0/+35 | |
| 2021-01-13 | Throw a `TypeError` instead of the generic `Error` (#32585) | Rohit Sharma | 1 | -4/+2 | |
| * Change from Error to TypeError * Convert the `NAME` to upper case to make the consistency in the error message * Update the remaining tests to be stricter Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-14 | Tooltip - Add missing callback in async spec (#32465) | Rohit Sharma | 1 | -1/+2 | |
| 2020-12-10 | Tooltip - check if tip and its parent node exist in dispose method (#32420) | Rohit Sharma | 1 | -0/+18 | |
| 2020-12-06 | Update to popper.js v2.x | Johann-S | 1 | -21/+3 | |
| 2020-12-04 | feat(RTL): implement RTL | Gaël Poupard | 1 | -0/+34 | |
| Using RTLCSS directives, renaming things to use logical names and following best practices. | |||||
| 2020-11-30 | Add tests | XhmikosR | 1 | -0/+53 | |
| 2020-11-29 | Switch to Jasmine's `toBeInstanceOf` matcher | XhmikosR | 1 | -1/+1 | |
| 2020-11-29 | create a base component | Johann-S | 1 | -0/+20 | |
| 2020-11-25 | Ability to add custom class in tooltip/popover (#32217) | Rohit Sharma | 1 | -0/+55 | |
| Porting of #31834 to main. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-21 | Be consistent with Popper's name. (#32224) | XhmikosR | 1 | -1/+1 | |
| The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently. | |||||
| 2020-11-14 | Add `bs` in data attributes | Rohit Sharma | 1 | -1/+1 | |
| - Add `bs` in data APIs everywhere - Update unit tests | |||||
| 2020-11-02 | tests: switch to using `toContain()` to check for substring presence (#32043) | XhmikosR | 1 | -1/+1 | |
| 2020-09-24 | fix tooltip hide method when already hidden (#31115) | Hiws | 1 | -0/+14 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-18 | Fix tooltip when hovering a children element (delegateTarget) (#30928) | Tanguy Krotoff | 1 | -0/+22 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-05-06 | tests: streamline HTML end tags (#30648) | XhmikosR | 1 | -50/+50 | |
| 2020-03-29 | Use `textContent` instead of `innerText`. (#30462) | XhmikosR | 1 | -1/+1 | |
| It's supported by all of our supported browsers. | |||||
| 2020-03-25 | fix: remove make array util function (#30430) | Johann-S | 1 | -4/+2 | |
| 2019-10-09 | Rename "js/tests/units" to "js/tests/unit". (#29503) | XhmikosR | 1 | -0/+1020 | |
