-
Notifications
You must be signed in to change notification settings - Fork 159
feat(tooltip): align with WC tooltip #15791
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
Conversation
…gniteui-angular into feature/align-tooltip
…gniteui-angular into feature/align-tooltip
…into feature/align-tooltip
…gniteui-angular into feature/align-tooltip
…gniteui-angular into feature/align-tooltip
…into feature/align-tooltip
…into feature/align-tooltip
…into feature/align-tooltip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we are doing this not to introduce a massive breaking change but it's a bit sad to see createElement and appendChild because a directive has to add DOM. If you already discussed this with @damyanpetev or @rkaraivanov , and they are okay with it, sure but I am not going to oppose making it into a component either.
CHANGELOG.md
Outdated
- `IgxTooltipTarget` | ||
- Introduced a new `positionSettings` input property. Controls the position and animation settings used by the tooltip. | ||
- Introduced a new `sticky` input property. When set to `true`, the tooltip renders a default close icon `x`. The tooltip remains visible until the user closes it via the close icon `x` or `Esc` key. Defaults to `false`. | ||
- Introduced a new `closeButtonTemplate` input property that allows templating the default close icon `x`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would avoid explaining this in such detail in the changelog. There are component READMEs for this purpose and the Changelog can link to them. Please trim this substantially in favor of a robust tooltip README of how everything works now
@ChronosSF |
Closes #15726
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes (migrations guidelines)