Skip to content

v0.2.7-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@micbar micbar released this 14 Jan 10:37
9118d2b

Changelog for ownCloud Phoenix 0.2.7 (2020-01-14)

The following sections list the changes in ownCloud phoenix 0.2.7 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Display files list only if there is at least one item: #2745
  • Bugfix - Register store which is imported instead of required: #2837
  • Enhancement - Internal links in app switcher: #2838

Details

  • Bugfix - Display files list only if there is at least one item: #2745

    Vue virtual scroll was throwing an error in console in case that the files list was empty. We
    prevent this error by displaying the files list only if there is at least one item.

    #2745

  • Bugfix - Register store which is imported instead of required: #2837

    As some extensions export store not as a module we need to handle that case as well.

    #2837

  • Enhancement - Internal links in app switcher: #2838

    In case extensions integrates itself into Phonix core and not as own SPA we need to handle the
    navigation via router-link inside of Phoenix core SPA.

    #2838