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

Bump ODS to 6.3.0 #5044

Merged
merged 1 commit into from
Apr 29, 2021
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion changelog/unreleased/enhancement-bump-ods-version
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Enhancement: Update owncloud Design System to v6.2.0
Enhancement: Update owncloud Design System to v6.3.0

- Lots of updates regarding accessibility topics
- Removal of home icon in breadcrumbs, changed to "All files" link as breadcrumb root
- Added aria-label to sidebar and proper logo-alt attribute to image in sidebar

https://github.com/owncloud/web/pull/5002
https://github.com/owncloud/web/pull/5044
2 changes: 1 addition & 1 deletion packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"luxon": "^1.22.0",
"moment": "^2.24.0",
"oidc-client": "1.10.1",
"owncloud-design-system": "^6.2.0",
"owncloud-design-system": "^6.3.0",
"owncloud-sdk": "^1.0.0-740",
"p-queue": "^6.1.1",
"tus-js-client": "^1.8.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7604,10 +7604,10 @@ ospec@3.1.0:
dependencies:
glob "^7.1.3"

owncloud-design-system@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/owncloud-design-system/-/owncloud-design-system-6.2.0.tgz#e8b69705e3418257b4b34cfb72915ffbb23b8172"
integrity sha512-7PmS2l9vQWvS0rLPLysqfiRwwLaIkpAeSP2BiCQ4aZ0WMzu4FBcRvbzPzoSbe38e393+ZsLrKymAnSNYxXl6Gg==
owncloud-design-system@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/owncloud-design-system/-/owncloud-design-system-6.3.0.tgz#46186e2f7ecd81408a7f2d44a49f0ef16829e5cf"
integrity sha512-KHIvUnJVlPhvSset1osLPa8E7w6dOtTrjLtQ3O//Tj1+bZAvvXSnRDuC8tuwlZmxXXM9uQpK8bC4Mosy90fqXw==

owncloud-sdk@^1.0.0-740:
version "1.0.0-1716"
Expand Down