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
JammingBen committed Jul 19, 2022
1 parent 7982607 commit 78d7bb7
Showing 1 changed file with 93 additions and 93 deletions.
186 changes: 93 additions & 93 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2441,7 +2441,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.1...v5.1.0
[5.1.0]: https://github.com/owncloud/owncloud-design-system/compare/v5.0.0...v5.1.0

## Summary

Expand Down Expand Up @@ -2494,30 +2494,11 @@ 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/v4.3.0...v5.0.0
[5.0.0]: https://github.com/owncloud/owncloud-design-system/compare/v5.0.1...v5.0.0

## Summary

Expand Down Expand Up @@ -2546,6 +2527,25 @@ 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 @@ -2580,7 +2580,7 @@ The following sections list the changes in ownCloud Design System 4.3.0.

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

## Summary

Expand All @@ -2605,11 +2605,59 @@ 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.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 @@ -2659,54 +2707,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 @@ -3450,7 +3450,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 @@ -3485,31 +3485,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 @@ -3532,6 +3512,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 78d7bb7

Please sign in to comment.