Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Releases: owncloud/owncloud-design-system

1.2.1

07 Apr 15:23
Compare
Choose a tag to compare

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.

    #706

  • 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.

    #706

1.2.0

27 Mar 11:43
60ffd34
Compare
Choose a tag to compare

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.

    #688
    #690

  • 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.

    #689
    #690

1.1.1

18 Mar 08:39
Compare
Choose a tag to compare

Changelog for [1.1.1] (2020-03-18)

Summary

  • Bugfix - Fixed oc-icon to reload image when url changes: #681

Details

  • Bugfix - Fixed oc-icon to reload image when url changes: #681

    The oc-icon component will now reload its image whenever the url property has been modified

    #681

1.1.0

17 Mar 08:25
Compare
Choose a tag to compare

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.

    #660

  • 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.

    #668
    #669

  • 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.

    #678

1.0.4

26 Feb 11:10
fc66cd1
Compare
Choose a tag to compare

Changelog for [1.0.4] (2020-02-26)

Summary

  • Bugfix - Removed size for oc-button with raw variation: #654

Details

  • Bugfix - Removed size for oc-button with raw variation: #654

    Raw variation of buttons have no border, so they now also don't have a size enforced to avoid
    needless white space.

    #654

1.0.3

25 Feb 10:17
Compare
Choose a tag to compare

Changelog for [1.0.3] (2020-02-25)

Summary

  • Bugfix - Removed uppercase on buttons: #442

Details

  • Bugfix - Removed uppercase on buttons: #442

    Buttons look nicer without the uppercase which was brought in by default by UIKit.

    #442
    #652

1.0.2

24 Feb 13:55
Compare
Choose a tag to compare

Changelog for [1.0.2] (2020-02-24)

Summary

  • Change - Small sidebar navigation design improvements: #583

Details

  • Change - Small sidebar navigation design improvements: #583

    We've changed the padding of sidebar nav to small and removed text transformation to
    uppercase.

    #583
    #648

1.0.1

18 Feb 15:02
f4d4224
Compare
Choose a tag to compare

Changelog for [1.0.1] (2020-01-30)

Summary

  • Enhancement - Initial release: #10

Details