aboutsummaryrefslogtreecommitdiff
path: root/js/src/tooltip.js
AgeCommit message (Expand)AuthorFilesLines
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR1-1/+1
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot1-6/+1
2021-05-25Change `element.parentNode.removeChild(element)` to `element.remove()` (#34071)GeoSot1-4/+4
2021-05-20Allow use of `dispose/hide` methods on Tooltip & Popover from jQueryInterface...GeoSot1-4/+0
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR1-1/+1
2021-05-13Move get element functionality to a helper (#33327)GeoSot1-21/+6
2021-05-12Popover/Tooltip: streamline config property to start with underscore (#33381)GeoSot1-37/+37
2021-05-11Extract static `DATA_KEY` & `EVENT_KEY` to base-component (#33635)GeoSot1-9/+1
2021-05-11Refactor: move disposing properties into the base class (#33740)GeoSot1-7/+0
2021-05-10Merge js-components 'transitionend' listener callbacks into one methodGeoSot1-18/+4
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR1-1/+1
2021-04-19Don't change the value for `altBoundary` option (#33684)Rohit Sharma1-1/+0
2021-04-11Remove element event listeners through base component (#33429)GeoSot1-1/+0
2021-04-11Use cached `noop` function everywhereRohit Sharma1-1/+1
2021-03-23Release v5.0.0-beta3 (#33439)v5.0.0-beta3XhmikosR1-1/+1
2021-03-16only trigger tooltip inserted event on true dom insertRyan Berliner1-2/+1
2021-03-16reuse existing popper on show during tooltip fadeoutRyan Berliner1-3/+3
2021-03-16prevent quick interactions from misplacing tooltipsRyan Berliner1-1/+5
2021-03-16prevent tooltip from being deleted on quick re-activationsRyan Berliner1-0/+4
2021-03-02refactor: use a Map instead of an Object in dom/data (#32180)alpadev1-4/+4
2021-02-16util: change `isRTL` to a function (#32446)XhmikosR1-4/+3
2021-02-10Release v5.0.0-beta2 (#32467)v5.0.0-beta2XhmikosR1-1/+1
2021-02-09Add function type for `popperConfig` option (#32882)Rohit Sharma1-4/+4
2021-02-04Fix Popper preventOverflow boundary config (#32845)Kyle Tsang1-1/+1
2021-01-28Restore `offset` option for tooltip/popover componentsRohit Sharma1-0/+22
2021-01-27Tooltip refactoring (#32523)GeoSot1-84/+74
2020-12-14Tooltip/popover - change the default value for `fallbackPlacements` (#32437)Rohit Sharma1-15/+9
2020-12-10Tooltip - check if tip and its parent node exist in dispose method (#32420)Rohit Sharma1-1/+1
2020-12-10Remove `TRANSITION_END` from utils (#32394)XhmikosR1-3/+2
2020-12-09Add fallback behaviourMartijn Cuppens1-1/+2
2020-12-08Refactor components to use a utility function to define jQuery plugins (#32285)alpadev1-15/+2
2020-12-07Prepare v5.0.0-beta1.XhmikosR1-1/+1
2020-12-06Update to popper.js v2.xJohann-S1-59/+50
2020-12-04feat(RTL): implement RTLGaƫl Poupard1-3/+16
2020-12-02Unbreak lines. (#32304)XhmikosR1-26/+9
2020-11-30tooltip.js: reuse existent variableXhmikosR1-2/+2
2020-11-30Extra check for existence of any `aria-label`Patrick H. Lauke1-2/+2
2020-11-30Accessibility update for tooltip.jsMatty Williams1-0/+4
2020-11-29Remove setData from construtors (#32264)Rohit Sharma1-1/+0
2020-11-29Move `VERSION` to BaseComponent (#32254)Rohit Sharma1-5/+0
2020-11-29add dispose in base componentJohann-S1-3/+1
2020-11-29create a base componentJohann-S1-37/+35
2020-11-25Ability to add custom class in tooltip/popover (#32217)Rohit Sharma1-0/+7
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR1-1/+1
2020-11-14Switch to `Set#has()`XhmikosR1-2/+2
2020-11-14Switch to `String.includes()`XhmikosR1-1/+1
2020-11-14tooltip.js: deduplicate `_fixTitle()` (#32124)XhmikosR1-7/+4
2020-11-14Add `bs` in data attributesRohit Sharma1-3/+3
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR1-2/+2
2020-11-01Streamline jQuery comment. (#32016)XhmikosR1-1/+1