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
Pascal Wengerter committed Apr 1, 2021
1 parent 6a7c001 commit 2b6c6bd
Showing 1 changed file with 115 additions and 105 deletions.
220 changes: 115 additions & 105 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,85 @@
# Changelog for [unreleased] (UNRELEASED)
# Changelog for [4.2.1] (2021-04-01)

The following sections list the changes in ownCloud Design System unreleased.
The following sections list the changes in ownCloud Design System 4.2.1.

[unreleased]: https://github.com/owncloud/owncloud-design-system/compare/v4.1.2...master
[4.2.1]: https://github.com/owncloud/owncloud-design-system/compare/v4.2.0...v4.2.1

## Summary

* Change - Use primary text color for the dropzone: [#1192](https://github.com/owncloud/owncloud-design-system/pull/1192)
* Bugfix - Use primary text color for the dropzone: [#1192](https://github.com/owncloud/owncloud-design-system/pull/1192)
* Bugfix - Progressbar background color: [#1192](https://github.com/owncloud/owncloud-design-system/pull/1192)

## Details

* Change - Use primary text color for the dropzone: [#1192](https://github.com/owncloud/owncloud-design-system/pull/1192)
* Bugfix - Use primary text color for the dropzone: [#1192](https://github.com/owncloud/owncloud-design-system/pull/1192)

We've changed the color of the dropzone hint message to the `oc-color` so that the text is
visible even when brand and background colors are both dark.

https://github.com/owncloud/owncloud-design-system/pull/1192


* Bugfix - Progressbar background color: [#1192](https://github.com/owncloud/owncloud-design-system/pull/1192)

The progressbar background color wasn't theme-able and therefore inherited uikit-styles
that provided undesired results on dark backgrounds. It now uses the text-muted color for the
background.

https://github.com/owncloud/owncloud-design-system/pull/1192

# Changelog for [4.2.0] (2021-03-31)

The following sections list the changes in ownCloud Design System 4.2.0.

[4.2.0]: https://github.com/owncloud/owncloud-design-system/compare/v4.1.2...v4.2.0

## Summary

* Bugfix - Input border variable: [#1187](https://github.com/owncloud/owncloud-design-system/pull/1187)
* Enhancement - Use oc-color for breadcrumbs: [#1189](https://github.com/owncloud/owncloud-design-system/pull/1189)
* Enhancement - Add `oc-text-lead` class: [#1189](https://github.com/owncloud/owncloud-design-system/pull/1189)
* Enhancement - Unify input colors: [#1190](https://github.com/owncloud/owncloud-design-system/pull/1190)

## Details

* Bugfix - Input border variable: [#1187](https://github.com/owncloud/owncloud-design-system/pull/1187)

The custom CSS prop for `input-border` had a duplicate and wrong dash and was therefore not
rendered correctly.

https://github.com/owncloud/owncloud-design-system/pull/1187


* Enhancement - Use oc-color for breadcrumbs: [#1189](https://github.com/owncloud/owncloud-design-system/pull/1189)

We've changed the colour of breadcrumbs to use the `oc-color` instead of the brand color.

https://github.com/owncloud/owncloud-design-system/pull/1189


* Enhancement - Add `oc-text-lead` class: [#1189](https://github.com/owncloud/owncloud-design-system/pull/1189)

We've added a utility class called `oc-text-lead` which is increasing the font size of the
text.

https://github.com/owncloud/owncloud-design-system/pull/1189


* Enhancement - Unify input colors: [#1190](https://github.com/owncloud/owncloud-design-system/pull/1190)

`OcAutocomplete`, `OcTextInput`, `OcTextarea` and `OcSearchBar` had all slightly
different ways of using variables to defined border- and text-colors. This change introduces
two dedicated color varaibles for text inside input fields (for theme-ability) and unifies
their usage. It also moves the styles for these components from a stylesheet each into a
`<style>` tag in each Vue component.

https://github.com/owncloud/owncloud-design-system/pull/1190

# Changelog for [4.1.2] (2021-03-31)

The following sections list the changes in ownCloud Design System 4.1.2.

[4.1.2]: https://github.com/owncloud/owncloud-design-system/compare/v4.2.0...v4.1.2
[4.1.2]: https://github.com/owncloud/owncloud-design-system/compare/v4.1.1...v4.1.2

## Summary

Expand Down Expand Up @@ -71,54 +129,6 @@ The following sections list the changes in ownCloud Design System 4.1.2.

https://github.com/owncloud/owncloud-design-system/pull/1185

# Changelog for [4.2.0] (2021-03-31)

The following sections list the changes in ownCloud Design System 4.2.0.

[4.2.0]: https://github.com/owncloud/owncloud-design-system/compare/v4.1.1...v4.2.0

## Summary

* Bugfix - Input border variable: [#1187](https://github.com/owncloud/owncloud-design-system/pull/1187)
* Enhancement - Use oc-color for breadcrumbs: [#1189](https://github.com/owncloud/owncloud-design-system/pull/1189)
* Enhancement - Add `oc-text-lead` class: [#1189](https://github.com/owncloud/owncloud-design-system/pull/1189)
* Enhancement - Unify input colors: [#1190](https://github.com/owncloud/owncloud-design-system/pull/1190)

## Details

* Bugfix - Input border variable: [#1187](https://github.com/owncloud/owncloud-design-system/pull/1187)

The custom CSS prop for `input-border` had a duplicate and wrong dash and was therefore not
rendered correctly.

https://github.com/owncloud/owncloud-design-system/pull/1187


* Enhancement - Use oc-color for breadcrumbs: [#1189](https://github.com/owncloud/owncloud-design-system/pull/1189)

We've changed the colour of breadcrumbs to use the `oc-color` instead of the brand color.

https://github.com/owncloud/owncloud-design-system/pull/1189


* Enhancement - Add `oc-text-lead` class: [#1189](https://github.com/owncloud/owncloud-design-system/pull/1189)

We've added a utility class called `oc-text-lead` which is increasing the font size of the
text.

https://github.com/owncloud/owncloud-design-system/pull/1189


* Enhancement - Unify input colors: [#1190](https://github.com/owncloud/owncloud-design-system/pull/1190)

`OcAutocomplete`, `OcTextInput`, `OcTextarea` and `OcSearchBar` had all slightly
different ways of using variables to defined border- and text-colors. This change introduces
two dedicated color varaibles for text inside input fields (for theme-ability) and unifies
their usage. It also moves the styles for these components from a stylesheet each into a
`<style>` tag in each Vue component.

https://github.com/owncloud/owncloud-design-system/pull/1190

# Changelog for [4.1.1] (2021-03-30)

The following sections list the changes in ownCloud Design System 4.1.1.
Expand Down Expand Up @@ -390,7 +400,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.1.0...v3.2.0
[3.2.0]: https://github.com/owncloud/owncloud-design-system/compare/v3.0.0...v3.2.0

## Summary

Expand Down Expand Up @@ -463,30 +473,11 @@ 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/v2.1.1...v3.0.0
[3.0.0]: https://github.com/owncloud/owncloud-design-system/compare/v3.1.0...v3.0.0

## Summary

Expand Down Expand Up @@ -646,29 +637,30 @@ The following sections list the changes in ownCloud Design System 3.0.0.

https://github.com/owncloud/owncloud-design-system/pull/1093

# Changelog for [2.1.1] (2021-01-21)
# Changelog for [3.1.0] (2021-02-24)

The following sections list the changes in ownCloud Design System 2.1.1.
The following sections list the changes in ownCloud Design System 3.1.0.

[2.1.1]: https://github.com/owncloud/owncloud-design-system/compare/v2.1.2...v2.1.1
[3.1.0]: https://github.com/owncloud/owncloud-design-system/compare/v2.1.2...v3.1.0

## Summary

* Bugfix - Fix uniqueId: [#1060](https://github.com/owncloud/owncloud-design-system/pull/1060)
* Enhancement - Add name attribute in the resource name component: [#1119](https://github.com/owncloud/owncloud-design-system/pull/1119)

## Details

* Bugfix - Fix uniqueId: [#1060](https://github.com/owncloud/owncloud-design-system/pull/1060)
* Enhancement - Add name attribute in the resource name component: [#1119](https://github.com/owncloud/owncloud-design-system/pull/1119)

The uniqueId helper function returned a callback instead of a string.
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/1060
https://github.com/owncloud/owncloud-design-system/pull/1119

# 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.0...v2.1.2
[2.1.2]: https://github.com/owncloud/owncloud-design-system/compare/v2.1.1...v2.1.2

## Summary

Expand All @@ -685,6 +677,24 @@ 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 @@ -862,7 +872,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 @@ -897,31 +907,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 @@ -944,6 +934,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 2b6c6bd

Please sign in to comment.