github owncloud/web v0.2.7
0.2.7

latest releases: web-pkg-v0.0.5-alpha.8, web-pkg-v0.0.5-alpha.7, web-pkg-v0.0.5-alpha.6...
4 years ago

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

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

Don't miss a new web release

NewReleases is sending notifications on new releases.