Releases: owncloud/owncloud-design-system
1.2.1
Changelog for [1.2.1] (2020-04-07)
Summary
- Bugfix - Correct layout of search bar: #706
- Enhancement - Bind attributes and events to input in oc-text-input: #706
Details
-
Bugfix - Correct layout of search bar: #706
We've fixed layout of search bar which was broken after we introduced error message in
oc-text-input. -
Enhancement - Bind attributes and events to input in oc-text-input: #706
We've binded attributes and events to input in oc-text-input so that they are passed properly
instead of passing them to the root element.
1.2.0
Changelog for [1.2.0] (2020-03-27)
Summary
- Bugfix - Fixed oc-text-input not appearing in generated docs: #688
- Change - Render error and warning messages in oc-text-input: #689
Details
-
Bugfix - Fixed oc-text-input not appearing in generated docs: #688
The oc-text-input element didn't appear in the generated docs because of a compilation
warning. -
Change - Render error and warning messages in oc-text-input: #689
The oc-text-input element now has properties for rendering a warning or error message below
the input field. The input field border receives the respective matching color as well. Also
it's possible to reserve a fixed vertical space below the input element, so that an appearing
message doesn't break the layout around the input element.
1.1.1
1.1.0
Changelog for [1.1.0] (2020-03-17)
Summary
- Bugfix - Made scrollbar styles consistent: #660
- Bugfix - Removed width class from sidebar menu: #668
- Enhancement - Added iconUrl to oc-file element: #678
Details
-
Bugfix - Made scrollbar styles consistent: #660
Scrollbar styles are now more consistent between Chrome and Firefox.
-
Bugfix - Removed width class from sidebar menu: #668
There were different values for width of the sidebar menu and it's left position when hidden.
We've removed the width class so that the width and left position are the same and the sidebar
menu is no more overlapping when it's state is hidden. -
Enhancement - Added iconUrl to oc-file element: #678
The oc-file element now supports passing an arbitrary URL to be displayed as a file thumbnail.
It will fall back to the icon name in case the thumbnail could not be loaded.