Skip to content

0.4.0

Compare
Choose a tag to compare
@LukasHirt LukasHirt released this 04 May 11:03
· 475 commits to master since this release

Changes in 0.4.0

Summary

  • Bugfix - Do not propagate click event on checkbox: #53
  • Bugfix - Emit current folder: #42
  • Enhancement - Add accessible location select: #54
  • Enhancement - Improve resource name and info readability: #55
  • Enhancement - Add initial focus: #44
  • Enhancement - Build File picker as a library: #32
  • Enhancement - Make it possible to select folder via keyboard: #51
  • Enhancement - Add translations: #49
  • Enhancement - Update ODS to 6.2.0: #36

Details

  • Bugfix - Do not propagate click event on checkbox: #53

    When clicking on the checkbox to select a resource, it hasn't been selected because a click on
    the row would have been caught as well which would reset the selection again. We've fixed this
    issue by not propagating the click event on checkbox to the parent.

    #53

  • Bugfix - Emit current folder: #42

    When selecting the current folder in the location picker, an empty array has been emitted.
    We've fixed this by emitting the current folder.

    #42

  • Enhancement - Add accessible location select: #54

    We've added a hidden button that becomes visible only when focused via keyboard navigation to
    ensure it is possible to select a location also when using a screen reader only.

    #54

  • Enhancement - Improve resource name and info readability: #55

    We've added paragraph elements for resource name and info so that the readability is improved
    when using screen readers.

    #55

  • Enhancement - Add initial focus: #44

    We've added an initial focus so that when the File picker is mounted, it immediately becomes
    focused.

    #44

  • Enhancement - Build File picker as a library: #32

    We've added a build script which creates a library bundle with the File picker. This bundle can
    be directly imported during build time into any Vuejs app.

    #32

  • Enhancement - Make it possible to select folder via keyboard: #51

    We've made the table row in the File picker focusable and the selection of folder in location
    picker triggerable by hitting enter.

    #51

  • Enhancement - Add translations: #49

    We've added vue-gettext library to add support for translations.

    #49

  • Enhancement - Update ODS to 6.2.0: #36

    We've updated ODS to version 6.2.0. This version brings new components that we used to make the
    location picker an actual table of resources.

    #36
    https://github.com/owncloud/owncloud-design-system/releases/tag/v6.2.0