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
Lukas Hirt committed Jun 11, 2021
1 parent e20db4f commit c15cab8
Showing 1 changed file with 105 additions and 105 deletions.
210 changes: 105 additions & 105 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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 `<progress>` 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

Expand Down Expand Up @@ -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 `<progress>` 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.
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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.
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit c15cab8

Please sign in to comment.