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