-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat(b-tooltip, b-popover): allow global delay
customization
#3426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(b-tooltip, b-popover): allow global delay
customization
#3426
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #3426 +/- ##
==========================================
+ Coverage 99.24% 99.24% +<.01%
==========================================
Files 221 221
Lines 4211 4213 +2
Branches 1218 1218
==========================================
+ Hits 4179 4181 +2
Misses 26 26
Partials 6 6
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## dev #3426 +/- ##
==========================================
+ Coverage 99.24% 99.24% +<.01%
==========================================
Files 221 221
Lines 4211 4213 +2
Branches 1218 1218
==========================================
+ Hits 4179 4181 +2
Misses 26 26
Partials 6 6
Continue to review full report at Codecov.
|
Thanks, we just prepared v2.0.0-rc.22 for release, so this will need to wait for the net release (which shouldn't be too far off). |
@nfriend just realized you're not that far from me. I'm in Saint John, NB. |
I haven't merged the changelog updates yet, so maybe I can squeeze this PR in before publishing. |
@tmorehouse Nice! It's not too often that I run across others from the Maritimes 😄 |
Version 2.0.0-rc.22 has been released. |
Describe the PR
Allows the show and hide delay of
b-tooltip
andb-popover
s to be customized globally.For example:
These global settings apply to both the directive and component version of
b-tooltip
andb-popover
.PR checklist
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
The PR fulfills these requirements:
dev
branch, not themaster
branch[...] (fixes #xxx[,#xxx])
, where "xxx" is the issue number)fix(alert): not alerting during SSR render
,docs(badge): update pill examples, fix typos
,chore: fix typo in README
, etc). This is very important, as theCHANGELOG
is generated from these messages.If new features/enhancement/fixes are added or changed:
package.json
for slot and event changes)If adding a new feature, or changing the functionality of an existing feature, the PR's
description above includes: