From 4150e86c0aab9e7862a249f6c5e46ae3f5a519fd Mon Sep 17 00:00:00 2001 From: Jannik Stehle <50302941+JammingBen@users.noreply.github.com> Date: Mon, 25 Jul 2022 09:27:51 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 242a59617..c915c7853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes in ownCloud Design System unreleased. ## Summary +* Bugfix - Omit special characters in user avatar initials: [#2070](https://github.com/owncloud/owncloud-design-system/issues/2070) * Bugfix - Lazy loading render performance: [#2260](https://github.com/owncloud/owncloud-design-system/pull/2260) * Bugfix - Remove width shrinking of the ocAvatarItem: [#2241](https://github.com/owncloud/owncloud-design-system/issues/2241) * Bugfix - Remove click event on OcIcon: [#2216](https://github.com/owncloud/owncloud-design-system/pull/2216) @@ -21,6 +22,15 @@ The following sections list the changes in ownCloud Design System unreleased. ## Details +* Bugfix - Omit special characters in user avatar initials: [#2070](https://github.com/owncloud/owncloud-design-system/issues/2070) + + We now make sure that user avatars without a picture (i.e. rendering user initials) only show + unicode letters and numbers. + + https://github.com/owncloud/owncloud-design-system/issues/2070 + https://github.com/owncloud/owncloud-design-system/pull/2267 + + * Bugfix - Lazy loading render performance: [#2260](https://github.com/owncloud/owncloud-design-system/pull/2260) The render performance of the lazy loading option in tables (OcTable, OcTableSimple) has been