Link
Use the Link component for navigational purposes within an app or view, such
as navigating to another page in the same Dynatrace environment.
Changes to Link. The full components changelog also lists package-wide and cross-cutting entries.
1.14.0
Updates
- Now respects custom
textDecorationstyles. (APPDEV-15438)
1.11.0
Updates
- The underline now appears correctly based on whether the link is focused via keyboard. (APPDEV-14816)
0.85.100
Typography
- CSS text ellipsis from a wrapping element is now correctly applied to the
LinkandExternalLinkcomponent. (APPDEV-11491)