feat: add internal routing to BottomLink (#3258)

* feat(core): Link component detect whether it's an external link or not

* fix: make BottomLink using backstage/core Link component
This commit is contained in:
Jesko Steinberg
2020-11-06 20:17:17 +01:00
committed by GitHub
parent 5a2705de23
commit e8f69ba936
4 changed files with 18 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/core': patch
---
- The BottomLink is now able to handle with internal routes.
- @backstage/core Link component detect whether it's an external link or not, and render accordingly