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 7, 2021
1 parent fd036b4 commit 5eeb299
Showing 1 changed file with 71 additions and 71 deletions.
142 changes: 71 additions & 71 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog for [unreleased] (UNRELEASED)
# Changelog for [4.3.0] (2021-04-07)

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

[unreleased]: https://github.com/owncloud/owncloud-design-system/compare/v4.2.1...master
[4.3.0]: https://github.com/owncloud/owncloud-design-system/compare/v4.2.1...v4.3.0

## Summary

Expand Down Expand Up @@ -32,7 +32,7 @@ The following sections list the changes in ownCloud Design System unreleased.

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

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

## Summary

Expand All @@ -57,59 +57,11 @@ The following sections list the changes in ownCloud Design System 4.2.1.

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.1.1...v4.1.2
[4.1.2]: https://github.com/owncloud/owncloud-design-system/compare/v4.2.0...v4.1.2

## Summary

Expand Down Expand Up @@ -159,6 +111,54 @@ 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 @@ -671,7 +671,7 @@ The following sections list the changes in ownCloud Design System 3.0.0.

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

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

## Summary

Expand All @@ -686,44 +686,44 @@ The following sections list the changes in ownCloud Design System 3.1.0.

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

# Changelog for [2.1.2] (2021-01-21)
# Changelog for [2.1.1] (2021-01-21)

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

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

## Summary

* Change - Pin UIkit version to 3.5.16: [#1064](https://github.com/owncloud/owncloud-design-system/pull/1064)
* Bugfix - Fix uniqueId: [#1060](https://github.com/owncloud/owncloud-design-system/pull/1060)

## Details

* Change - Pin UIkit version to 3.5.16: [#1064](https://github.com/owncloud/owncloud-design-system/pull/1064)
* Bugfix - Fix uniqueId: [#1060](https://github.com/owncloud/owncloud-design-system/pull/1060)

We've pinned the version of UIkit to 3.5.16. The reason for this is that the version 3.5.17
caused a regression to our autocomplete component. Since we want to remove UIkit from the ODS in
the near future, we are not taking the time to come up with a fix. We do not plan to upgrade UIkit
anymore.
The uniqueId helper function returned a callback instead of a string.

https://github.com/owncloud/owncloud-design-system/pull/1064
https://github.com/owncloud/owncloud-design-system/pull/1060

# Changelog for [2.1.1] (2021-01-21)
# Changelog for [2.1.2] (2021-01-21)

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

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

## Summary

* Bugfix - Fix uniqueId: [#1060](https://github.com/owncloud/owncloud-design-system/pull/1060)
* Change - Pin UIkit version to 3.5.16: [#1064](https://github.com/owncloud/owncloud-design-system/pull/1064)

## Details

* Bugfix - Fix uniqueId: [#1060](https://github.com/owncloud/owncloud-design-system/pull/1060)
* Change - Pin UIkit version to 3.5.16: [#1064](https://github.com/owncloud/owncloud-design-system/pull/1064)

The uniqueId helper function returned a callback instead of a string.
We've pinned the version of UIkit to 3.5.16. The reason for this is that the version 3.5.17
caused a regression to our autocomplete component. Since we want to remove UIkit from the ODS in
the near future, we are not taking the time to come up with a fix. We do not plan to upgrade UIkit
anymore.

https://github.com/owncloud/owncloud-design-system/pull/1060
https://github.com/owncloud/owncloud-design-system/pull/1064

# Changelog for [2.1.0] (2021-01-19)

Expand Down

0 comments on commit 5eeb299

Please sign in to comment.