aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/components/tooltips.md
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-471/+0
2021-06-14Update tooltips.md (#34222)Marius Steffens1-1/+1
Update method names in the options table from old jQuery API to new Bootstrap 5 API
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot1-0/+9
Co-authored-by: Rohit Sharma <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-05-11docs: make tooltip anchor properly wrap the svg (#33901)alpadev1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-04-27Tooltip — doc updates (#33771)Rohit Sharma1-1/+1
2021-04-25Clarify `boundary` option description (#33735)Rohit Sharma1-1/+1
Mention that `boundary` option is specific to the preventOverflow modifier only Co-authored-by: XhmikosR <[email protected]>
2021-04-25Tooltip/Popover — Minor doc updates (#33733)Rohit Sharma1-1/+1
2021-04-21docs: fix the default value of Popper's `boundary` option (#33685)Rohit Sharma1-2/+2
`'scrollParent'` is no longer the default `boundary` value Co-authored-by: XhmikosR <[email protected]>
2021-04-18Change from preventOverflow to detectOverflowRohit Sharma1-1/+1
- Since the link is for detectOverflow docs
2021-02-10Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto1-0/+6
* WIP: Mention variables, mixins, and loops in docs * Add Sass sections to component pages * add sass docs for forms and content * Update buttons.md * Remove empty mixins sections * Massive update to utilities and some consistency changes Co-authored-by: XhmikosR <[email protected]>
2021-02-09Add function type for `popperConfig` option (#32882)Rohit Sharma1-2/+17
* 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-02-08Add a note to change the case type of option name (#32995)Rohit Sharma1-1/+1
2021-01-28Update docs for `offset` optionRohit Sharma1-0/+10
2020-12-20Tooltips: add missing space (#32529)XhmikosR1-1/+1
2020-12-15Remove redundant `pointer-events: none` override for tooltip and popover ↵Florian Lacreuse1-2/+2
disabled buttons (#32478) Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-12-14Tooltip/popover - change the default value for `fallbackPlacements` (#32437)Rohit Sharma1-3/+3
The default Popper `fallbackPlacements` value is `[oppositePlacement]`. - The default value was previously (in v4) `'flip'` that can be achieved by passing the single value in the array, like — `[oppositePlacement]`. Keeping `null` also sets the `fallbackPlacements` to `[oppositePlacement]` (Default value in Popper) - It's better to have **clockwise** (`['top', 'right', 'bottom', 'left']`) fallback options so that tooltip/popover can be placed to another side even if the opposite placement doesn't fit. Co-authored-by: XhmikosR <[email protected]>
2020-12-11Replace Lorem Ipsum placeholder text with more representative (or at least ↵Patrick H. Lauke1-1/+1
english language) text (#32246) Replaces shorter examples with more sensible/representative/inforrmative text. For longer passages, resorted to using SFW extracts from http://katyperryipsum.com/
2020-12-09Remove offset in Popover docskyletsang1-1/+1
Fix fallbackPlacements in Popover and Tooltip docs
2020-12-09docs: Update Popper 2 doc linkskyletsang1-1/+1
2020-12-07Add a callout for the sanitizer in popovers and tooltips (#32272)Patrick H. Lauke1-1/+5
* Add a callout for the sanitizer in popovers and tooltips * Add second reference to sanitizer in the options Co-authored-by: XhmikosR <[email protected]>
2020-12-06Update to popper.js v2.xJohann-S1-15/+5
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard1-1/+1
2020-11-25Ability to add custom class in tooltip/popover (#32217)Rohit Sharma1-0/+9
Porting of #31834 to main. Co-authored-by: XhmikosR <[email protected]>
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR1-5/+5
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
2020-11-19docs: update selector CodePen example (#32163)XhmikosR1-1/+1
2020-11-14Add `bs` in data attributesRohit Sharma1-18/+18
- Add `bs` in data APIs everywhere - Update unit tests
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR1-24/+40
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR1-12/+12
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-12Improve callout shortcode. (#31802)XhmikosR1-12/+12
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown. This allows for stuff like: {{% callout info %}} ##### I'm an info callout! ```css .foo { color: #fff; } ``` {{< example >}} <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Holy guacamole!</strong> You should check in on some of those fields below. <button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button> </div> {{< /example >}} {{% /callout %}}
2020-10-02Explain the "dispose" method appropriately (#30838)Rohit Sharma1-1/+1
2020-09-15Add getInstance method in the docs for tooltip (#31636)Rohit Sharma1-0/+9
Co-authored-by: XhmikosR <[email protected]>
2020-06-27Add code to method/property tables (#31130)Patrick H. Lauke1-35/+35
Co-authored-by: XhmikosR <[email protected]>
2020-06-19Change whitelist to allowlist (#31066)Patrick H. Lauke1-2/+2
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-06-18Fix tooltip when hovering a children element (delegateTarget) (#30928)Tanguy Krotoff1-0/+11
Co-authored-by: XhmikosR <[email protected]>
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-0/+392
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.