aboutsummaryrefslogtreecommitdiff
path: root/js/src/tooltip.js
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha1-11/+14
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR1-2/+2
2020-09-24fix tooltip hide method when already hidden (#31115)Hiws1-0/+4
2020-07-12Add parentheses around multiple spread conditionsXhmikosR1-2/+2
2020-07-12tooltip.js: remove variable used once.XhmikosR1-2/+1
2020-07-12Unbreak lines.XhmikosR1-6/+5
2020-06-19Change whitelist to allowlist (#31066)Patrick H. Lauke1-6/+6
2020-06-18Fix tooltip when hovering a children element (delegateTarget) (#30928)Tanguy Krotoff1-9/+9
2020-06-17Unbreak short linesXhmikosR1-5/+1
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-2/+2
2020-04-28Drop closest from SelectorEngine (#30653)Martijn Cuppens1-2/+2
2020-04-17Replace event.delegateTarget with event.targetTanguy Krotoff1-9/+9
2020-04-09Pass multiple classes to `classList.add` / `classList.remove` (#30537)XhmikosR1-2/+1
2020-03-29Use `textContent` instead of `innerText`. (#30462)XhmikosR1-2/+2
2020-03-25fix: remove make array util function (#30430)Johann-S1-3/+2
2020-03-18Switch to strings constants.XhmikosR1-48/+40
2020-03-09Improvement: harmonize usage of constants (#30285)Sparks1-2/+3
2020-01-07Use regex.test() when we want to check for a Boolean. (#29969)XhmikosR1-3/+2
2019-10-03return to the original file structure to avoid breaking modularityJohann-S1-0/+827
2019-07-23rewrite tooltip unit testsJohann-S1-824/+0
2019-06-13tooltip dispose:removing only own event handler (#28896)david-lallement1-6/+8
2019-05-14fix popover arrow by selecting the first element childJohann-S1-3/+2
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR1-2/+2
2019-03-11Remove more unused properties.XhmikosR1-1/+0
2019-03-11Comply to the new rules.XhmikosR1-111/+112
2019-02-26move util in a util folder with the sanitizerJohann-S1-17/+30
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz1-3/+3
2019-02-20Refactor util plugin and some testsJohann-S1-7/+3
2019-02-20chore(update): bump to 4.1.3Johann-S1-2/+1
2019-02-20fix(plugins): save instance in constructorJohann-S1-1/+1
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S1-5/+6
2019-02-20fix(data): do not use data object in our unit testsJohann-S1-0/+4
2019-02-20Return a new function with Util.noopJohann-S1-2/+2
2019-02-20tooltip without jqueryAlessandro Chitolina1-89/+113
2019-02-20Remove jQuery from Util.jsJohann-S1-1/+2
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR1-2/+2