Commits on Source 3
-
Stanislav Lashmanov authored
This change allows us to use a custom container for tooltips instead of <body> by default. This is important to mitigate layout recalculations that happen each time we append a new tooltip as the last element on the <body>. Using custom container will not cause severe style recalculations as the <body> element does.
-
Peter Hegman authored
feat(GlTooltip): add custom global container selector See merge request !5038 Merged-by:
Peter Hegman <phegman@gitlab.com> Approved-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Approved-by:
Peter Hegman <phegman@gitlab.com> Reviewed-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Reviewed-by:
Peter Hegman <phegman@gitlab.com> Co-authored-by:
Stanislav Lashmanov <slashmanov@gitlab.com>
-
semantic-release-bot authored
# [111.9.0](v111.8.1...v111.9.0) (2025-03-27) ### Features * **GlTooltip:** add custom global container selector ([691e2b0a](691e2b0a))