Added changeset

Signed-off-by: Taras Mankovski <taras@frontside.com>
This commit is contained in:
Taras Mankovski
2023-10-10 18:10:59 -04:00
parent 30d601f152
commit 7bdc1b0a12
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/core-components': patch
---
Fixed compatibility with Safari <16.3 by eliminating RegEx lookbehind in `extractInitials`.
This PR also changed how initials are generated resulting in _John Jonathan Doe_ => _JD_ instead of _JJ_.