From c15cab8fc234b916c2a6e18e4bb19de892c88ed0 Mon Sep 17 00:00:00 2001 From: Lukas Hirt Date: Fri, 11 Jun 2021 14:31:53 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 210 +++++++++++++++++++++++++-------------------------- 1 file changed, 105 insertions(+), 105 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b41f37db7..bd40c8ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# Changelog for [unreleased] (UNRELEASED) +# Changelog for [7.2.0] (2021-06-11) -The following sections list the changes in ownCloud Design System unreleased. +The following sections list the changes in ownCloud Design System 7.2.0. -[unreleased]: https://github.com/owncloud/owncloud-design-system/compare/v7.1.0...master +[7.2.0]: https://github.com/owncloud/owncloud-design-system/compare/v7.1.0...v7.2.0 ## Summary @@ -369,7 +369,7 @@ The following sections list the changes in ownCloud Design System 6.4.0. The following sections list the changes in ownCloud Design System 6.3.0. -[6.3.0]: https://github.com/owncloud/owncloud-design-system/compare/v6.1.0...v6.3.0 +[6.3.0]: https://github.com/owncloud/owncloud-design-system/compare/v6.2.0...v6.3.0 ## Summary @@ -460,11 +460,39 @@ The following sections list the changes in ownCloud Design System 6.3.0. https://github.com/owncloud/owncloud-design-system/pull/1240 +# Changelog for [6.2.0] (2021-04-22) + +The following sections list the changes in ownCloud Design System 6.2.0. + +[6.2.0]: https://github.com/owncloud/owncloud-design-system/compare/v6.1.0...v6.2.0 + +## Summary + +* Bugfix - Remove required prop from sidebar & obsolete role: [#1233](https://github.com/owncloud/owncloud-design-system/pull/1233) +* Enhancement - Add tabindex to table rows: [#1233](https://github.com/owncloud/owncloud-design-system/pull/1233) + +## Details + +* Bugfix - Remove required prop from sidebar & obsolete role: [#1233](https://github.com/owncloud/owncloud-design-system/pull/1233) + + - property productName shouldn't be required anymore in OcSidebar after logoAlt has been + introduced - role="progressbar" is obsolete on `` HTML elements + + https://github.com/owncloud/owncloud-design-system/pull/1233 + + +* Enhancement - Add tabindex to table rows: [#1233](https://github.com/owncloud/owncloud-design-system/pull/1233) + + By adding a negative tabindex the table rows are now focusable which is an important aspect of + accessibility/keyboard navigation. + + https://github.com/owncloud/owncloud-design-system/pull/1233 + # Changelog for [6.1.0] (2021-04-22) The following sections list the changes in ownCloud Design System 6.1.0. -[6.1.0]: https://github.com/owncloud/owncloud-design-system/compare/v6.2.0...v6.1.0 +[6.1.0]: https://github.com/owncloud/owncloud-design-system/compare/v6.0.1...v6.1.0 ## Summary @@ -519,34 +547,6 @@ The following sections list the changes in ownCloud Design System 6.1.0. https://github.com/owncloud/owncloud-design-system/pull/1231 -# Changelog for [6.2.0] (2021-04-22) - -The following sections list the changes in ownCloud Design System 6.2.0. - -[6.2.0]: https://github.com/owncloud/owncloud-design-system/compare/v6.0.1...v6.2.0 - -## Summary - -* Bugfix - Remove required prop from sidebar & obsolete role: [#1233](https://github.com/owncloud/owncloud-design-system/pull/1233) -* Enhancement - Add tabindex to table rows: [#1233](https://github.com/owncloud/owncloud-design-system/pull/1233) - -## Details - -* Bugfix - Remove required prop from sidebar & obsolete role: [#1233](https://github.com/owncloud/owncloud-design-system/pull/1233) - - - property productName shouldn't be required anymore in OcSidebar after logoAlt has been - introduced - role="progressbar" is obsolete on `` HTML elements - - https://github.com/owncloud/owncloud-design-system/pull/1233 - - -* Enhancement - Add tabindex to table rows: [#1233](https://github.com/owncloud/owncloud-design-system/pull/1233) - - By adding a negative tabindex the table rows are now focusable which is an important aspect of - accessibility/keyboard navigation. - - https://github.com/owncloud/owncloud-design-system/pull/1233 - # Changelog for [6.0.1] (2021-04-19) The following sections list the changes in ownCloud Design System 6.0.1. @@ -613,7 +613,7 @@ The following sections list the changes in ownCloud Design System 6.0.0. The following sections list the changes in ownCloud Design System 5.1.0. -[5.1.0]: https://github.com/owncloud/owncloud-design-system/compare/v5.0.0...v5.1.0 +[5.1.0]: https://github.com/owncloud/owncloud-design-system/compare/v5.0.1...v5.1.0 ## Summary @@ -666,11 +666,30 @@ The following sections list the changes in ownCloud Design System 5.1.0. https://github.com/owncloud/owncloud-design-system/pull/1213 +# Changelog for [5.0.1] (2021-04-08) + +The following sections list the changes in ownCloud Design System 5.0.1. + +[5.0.1]: https://github.com/owncloud/owncloud-design-system/compare/v5.0.0...v5.0.1 + +## Summary + +* Bugfix - Add missing peerDependency: [#1205](https://github.com/owncloud/owncloud-design-system/pull/1205) + +## Details + +* Bugfix - Add missing peerDependency: [#1205](https://github.com/owncloud/owncloud-design-system/pull/1205) + + In the 5.0.0 release, we missed to add the dependency for `vue-inline-svg` to the + peerDependencies. + + https://github.com/owncloud/owncloud-design-system/pull/1205 + # Changelog for [5.0.0] (2021-04-08) The following sections list the changes in ownCloud Design System 5.0.0. -[5.0.0]: https://github.com/owncloud/owncloud-design-system/compare/v5.0.1...v5.0.0 +[5.0.0]: https://github.com/owncloud/owncloud-design-system/compare/v4.3.0...v5.0.0 ## Summary @@ -699,25 +718,6 @@ The following sections list the changes in ownCloud Design System 5.0.0. https://github.com/owncloud/owncloud-design-system/pull/1201 -# Changelog for [5.0.1] (2021-04-08) - -The following sections list the changes in ownCloud Design System 5.0.1. - -[5.0.1]: https://github.com/owncloud/owncloud-design-system/compare/v4.3.0...v5.0.1 - -## Summary - -* Bugfix - Add missing peerDependency: [#1205](https://github.com/owncloud/owncloud-design-system/pull/1205) - -## Details - -* Bugfix - Add missing peerDependency: [#1205](https://github.com/owncloud/owncloud-design-system/pull/1205) - - In the 5.0.0 release, we missed to add the dependency for `vue-inline-svg` to the - peerDependencies. - - https://github.com/owncloud/owncloud-design-system/pull/1205 - # Changelog for [4.3.0] (2021-04-07) The following sections list the changes in ownCloud Design System 4.3.0. @@ -1150,7 +1150,7 @@ The following sections list the changes in ownCloud Design System 3.2.1. The following sections list the changes in ownCloud Design System 3.2.0. -[3.2.0]: https://github.com/owncloud/owncloud-design-system/compare/v3.0.0...v3.2.0 +[3.2.0]: https://github.com/owncloud/owncloud-design-system/compare/v3.1.0...v3.2.0 ## Summary @@ -1223,11 +1223,30 @@ The following sections list the changes in ownCloud Design System 3.2.0. https://github.com/owncloud/owncloud-design-system/pull/1139 +# Changelog for [3.1.0] (2021-02-24) + +The following sections list the changes in ownCloud Design System 3.1.0. + +[3.1.0]: https://github.com/owncloud/owncloud-design-system/compare/v3.0.0...v3.1.0 + +## Summary + +* Enhancement - Add name attribute in the resource name component: [#1119](https://github.com/owncloud/owncloud-design-system/pull/1119) + +## Details + +* Enhancement - Add name attribute in the resource name component: [#1119](https://github.com/owncloud/owncloud-design-system/pull/1119) + + We've added a `resource-name` data attribute in the `oc-resource-name` component which + equals the concatenated resource path, name and extension. + + https://github.com/owncloud/owncloud-design-system/pull/1119 + # Changelog for [3.0.0] (2021-02-24) The following sections list the changes in ownCloud Design System 3.0.0. -[3.0.0]: https://github.com/owncloud/owncloud-design-system/compare/v3.1.0...v3.0.0 +[3.0.0]: https://github.com/owncloud/owncloud-design-system/compare/v2.1.1...v3.0.0 ## Summary @@ -1387,30 +1406,29 @@ The following sections list the changes in ownCloud Design System 3.0.0. https://github.com/owncloud/owncloud-design-system/pull/1093 -# Changelog for [3.1.0] (2021-02-24) +# Changelog for [2.1.1] (2021-01-21) -The following sections list the changes in ownCloud Design System 3.1.0. +The following sections list the changes in ownCloud Design System 2.1.1. -[3.1.0]: https://github.com/owncloud/owncloud-design-system/compare/v2.1.2...v3.1.0 +[2.1.1]: https://github.com/owncloud/owncloud-design-system/compare/v2.1.2...v2.1.1 ## Summary -* Enhancement - Add name attribute in the resource name component: [#1119](https://github.com/owncloud/owncloud-design-system/pull/1119) +* Bugfix - Fix uniqueId: [#1060](https://github.com/owncloud/owncloud-design-system/pull/1060) ## Details -* Enhancement - Add name attribute in the resource name component: [#1119](https://github.com/owncloud/owncloud-design-system/pull/1119) +* Bugfix - Fix uniqueId: [#1060](https://github.com/owncloud/owncloud-design-system/pull/1060) - We've added a `resource-name` data attribute in the `oc-resource-name` component which - equals the concatenated resource path, name and extension. + The uniqueId helper function returned a callback instead of a string. - https://github.com/owncloud/owncloud-design-system/pull/1119 + https://github.com/owncloud/owncloud-design-system/pull/1060 # Changelog for [2.1.2] (2021-01-21) The following sections list the changes in ownCloud Design System 2.1.2. -[2.1.2]: https://github.com/owncloud/owncloud-design-system/compare/v2.1.1...v2.1.2 +[2.1.2]: https://github.com/owncloud/owncloud-design-system/compare/v2.1.0...v2.1.2 ## Summary @@ -1427,24 +1445,6 @@ The following sections list the changes in ownCloud Design System 2.1.2. https://github.com/owncloud/owncloud-design-system/pull/1064 -# Changelog for [2.1.1] (2021-01-21) - -The following sections list the changes in ownCloud Design System 2.1.1. - -[2.1.1]: https://github.com/owncloud/owncloud-design-system/compare/v2.1.0...v2.1.1 - -## Summary - -* Bugfix - Fix uniqueId: [#1060](https://github.com/owncloud/owncloud-design-system/pull/1060) - -## Details - -* Bugfix - Fix uniqueId: [#1060](https://github.com/owncloud/owncloud-design-system/pull/1060) - - The uniqueId helper function returned a callback instead of a string. - - https://github.com/owncloud/owncloud-design-system/pull/1060 - # Changelog for [2.1.0] (2021-01-19) The following sections list the changes in ownCloud Design System 2.1.0. @@ -1622,7 +1622,7 @@ The following sections list the changes in ownCloud Design System 2.0.0. The following sections list the changes in ownCloud Design System 1.15.0. -[1.15.0]: https://github.com/owncloud/owncloud-design-system/compare/v1.13.0...v1.15.0 +[1.15.0]: https://github.com/owncloud/owncloud-design-system/compare/v1.14.0...v1.15.0 ## Summary @@ -1657,31 +1657,11 @@ The following sections list the changes in ownCloud Design System 1.15.0. https://github.com/owncloud/owncloud-design-system/pull/924 -# Changelog for [1.13.0] (2020-10-28) - -The following sections list the changes in ownCloud Design System 1.13.0. - -[1.13.0]: https://github.com/owncloud/owncloud-design-system/compare/v1.14.0...v1.13.0 - -## Summary - -* Change - New accordion component implementation: [#911](https://github.com/owncloud/owncloud-design-system/pull/911) - -## Details - -* Change - New accordion component implementation: [#911](https://github.com/owncloud/owncloud-design-system/pull/911) - - We rewrote the accordion component to remove UIKit styles and align with our own styling. Some - accessibility aspects are already implement, for example expanding and collapsing - accordion items by pressing space or enter already works. More will come later on. - - https://github.com/owncloud/owncloud-design-system/pull/911 - # Changelog for [1.14.0] (2020-10-28) The following sections list the changes in ownCloud Design System 1.14.0. -[1.14.0]: https://github.com/owncloud/owncloud-design-system/compare/v1.12.2...v1.14.0 +[1.14.0]: https://github.com/owncloud/owncloud-design-system/compare/v1.13.0...v1.14.0 ## Summary @@ -1704,6 +1684,26 @@ The following sections list the changes in ownCloud Design System 1.14.0. https://github.com/owncloud/owncloud-design-system/pull/917 +# Changelog for [1.13.0] (2020-10-28) + +The following sections list the changes in ownCloud Design System 1.13.0. + +[1.13.0]: https://github.com/owncloud/owncloud-design-system/compare/v1.12.2...v1.13.0 + +## Summary + +* Change - New accordion component implementation: [#911](https://github.com/owncloud/owncloud-design-system/pull/911) + +## Details + +* Change - New accordion component implementation: [#911](https://github.com/owncloud/owncloud-design-system/pull/911) + + We rewrote the accordion component to remove UIKit styles and align with our own styling. Some + accessibility aspects are already implement, for example expanding and collapsing + accordion items by pressing space or enter already works. More will come later on. + + https://github.com/owncloud/owncloud-design-system/pull/911 + # Changelog for [1.12.2] (2020-10-26) The following sections list the changes in ownCloud Design System 1.12.2.