Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Jul 25, 2022
1 parent e8c01f5 commit 4150e86
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 4150e86

Please sign in to comment.