Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for ODS #2990

Merged
merged 1 commit into from
Feb 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions changelog/unreleased/2989
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Change: Improve ownCloud Design System (ODS)

During the work on this release, there have been several changes in ODS which directly affect Phoenix.
- Proper text truncate in breadcrumb component. This fixes the mobile view of the current folder breadcrumb in the top bar.
- New icon sizes `xlarge` and `xxlarge` in oc-icon component. Those are used for the `No content` messages e.g. when navigating to an empty folder.
- Provide new icon size `xsmall` and align spinner-sizes with icon-sizes. The `xsmall` icon size turned out to be prettier in some places. The size alignments fixed layout glitches when removing collaborators or public links.
- Fix aria label on spinner in oc-autocomplete. Warning were cluttering the JavaScript console when adding collaborators.
- Reset input on selection in oc-autocomplete, when `fillOnSelection=false`. This makes sure that when a new collaborator has been selected, the search input field goes back to being blank for a new search.


https://github.com/owncloud/phoenix/issues/2989
https://github.com/owncloud/owncloud-design-system/pull/630
https://github.com/owncloud/owncloud-design-system/pull/632
https://github.com/owncloud/owncloud-design-system/pull/633
https://github.com/owncloud/owncloud-design-system/pull/634
https://github.com/owncloud/owncloud-design-system/pull/635