Skip to content

Commit

Permalink
Code cleanup & bump ODS to v13.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Mar 9, 2022
1 parent a2f15e1 commit 5e69c34
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
10 changes: 6 additions & 4 deletions changelog/unreleased/enhancement-update-ods
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Enhancement: Update ODS to v13.0.0-rc.1
Enhancement: Update ODS to v13.0.0-rc.2

We updated the ownCloud Design System to version 13.0.0-rc.1. Please refer to the full changelog in the ODS release (linked) for more details. Summary:
We updated the ownCloud Design System to version 13.0.0-rc.2. Please refer to the full changelog in the ODS release (linked) for more details. Summary:

- Change - Default type of OcButton: https//github.com/owncloud/owncloud-design-system/pull/2009
- Enhancement - Apply size property to oc-card: https//github.com/owncloud/owncloud-design-system/pull/2011
- Change - Remove OcStatusIndicators from OcResource: https://github.com/owncloud/owncloud-design-system/pull/5976
- Enhancement - Redesign OcStatusIndicators: https://github.com/owncloud/owncloud-design-system/pull/5976
- Enhancement - Apply size property to oc-tag: https//github.com/owncloud/owncloud-design-system/pull/2011
- Bugfix - Disabled OcSelect background: https//github.com/owncloud/owncloud-design-system/pull/2008
- Bugfix - Icons/Thumbnails were only visible for clickable resources: https//github.com/owncloud/owncloud-design-system/pull/2007

https://github.com/owncloud/web/pull/6540
https://github.com/owncloud/owncloud-design-system/releases/tag/v13.0.0-rc.1
https://github.com/owncloud/owncloud-design-system/releases/tag/v13.0.0-rc.2
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
v-if="item.indicators.length"
:resource="item"
:indicators="item.indicators"
></oc-status-indicators>
/>
</template>
<template #sdate="{ item }">
<span
Expand Down Expand Up @@ -401,20 +401,18 @@ export default {
})
}
const sortFields = determineSortFields(firstResource)
console.log('FIRST RESOURCE')
console.log(firstResource)
fields.push(
...[
{
name: 'name',
title: this.$gettext('Name'), // How do we get the translations here?
title: this.$gettext('Name'),
type: 'slot',
width: 'expand',
wrap: 'truncate'
},
{
name: 'shareTypes',
title: this.$gettext('Shares'), // How do we get the translations here?
title: this.$gettext('Shares'),
type: 'slot',
alignH: 'right',
wrap: 'nowrap'
Expand Down
2 changes: 1 addition & 1 deletion packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"luxon": "^2.3.0",
"marked": "^4.0.12",
"oidc-client": "1.11.5",
"owncloud-design-system": "^13.0.0-rc.1",
"owncloud-design-system": "^13.0.0-rc.2",
"owncloud-sdk": "~2.1.0-alpha.3",
"p-queue": "^6.1.1",
"popper-max-size-modifier": "^0.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9595,9 +9595,9 @@ __metadata:
languageName: node
linkType: hard

"owncloud-design-system@npm:^13.0.0-rc.1":
version: 13.0.0-rc.1
resolution: "owncloud-design-system@npm:13.0.0-rc.1"
"owncloud-design-system@npm:^13.0.0-rc.2":
version: 13.0.0-rc.2
resolution: "owncloud-design-system@npm:13.0.0-rc.2"
peerDependencies:
"@popperjs/core": ^2.4.0
"@vue/composition-api": ^1.4.3
Expand All @@ -9614,7 +9614,7 @@ __metadata:
vue-inline-svg: ^2.0.0
vue-select: ^3.12.0
webfontloader: ^1.6.28
checksum: 366d0d4484533b4b84cbc1f51ac08e4f596f104ee09ef44a4d2b00c445c1343f9deeea3da2bff369097adfcfe6b3b9dfecc40db14c088948149b2da94ce6fcad
checksum: 0e6dd8fdb9f5fef2fed6de9286d52b7dda964e183546d90bd21f94fbd3f551623cb7ed284aad169bce04b47430c43ccafc791d9fabbcec37d64291766e699f9a
languageName: node
linkType: hard

Expand Down Expand Up @@ -13604,7 +13604,7 @@ __metadata:
luxon: ^2.3.0
marked: ^4.0.12
oidc-client: 1.11.5
owncloud-design-system: ^13.0.0-rc.1
owncloud-design-system: ^13.0.0-rc.2
owncloud-sdk: ~2.1.0-alpha.3
p-queue: ^6.1.1
popper-max-size-modifier: ^0.2.0
Expand Down

0 comments on commit 5e69c34

Please sign in to comment.