Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Oct 17, 2023
1 parent b8bf549 commit f16941f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Summary
* Enhancement - Show error if password is on a banned password list: [#9727](https://github.com/owncloud/web/pull/9727)
* Enhancement - Handle postprocessing state via Server Sent Events: [#9771](https://github.com/owncloud/web/pull/9771)
* Enhancement - Preview image presentation: [#9806](https://github.com/owncloud/web/pull/9806)
* Enhancement - Registering nav items as extension: [#9814](https://github.com/owncloud/web/pull/9814)
* Enhancement - Add new portal into runtime to include footer: [#9815](https://github.com/owncloud/web/pull/9815)

Details
Expand Down Expand Up @@ -353,6 +354,20 @@ Details
https://github.com/owncloud/web/pull/9806
https://github.com/owncloud/ocis/pull/7409

* Enhancement - Registering nav items as extension: [#9814](https://github.com/owncloud/web/pull/9814)

Nav items can now be registered with the new extension type `SidebarNavExtension`, which
consists of a `AppNavigationItem` and optionally `scopes` (a list of app IDs where the nav item
should show).

Also, 2 new optional properties have been added to the `AppNavigationItem` interface:

`handler` - a click handler that get executes on click. It takes priority over a given route.
`priority` - a number that determines the nav item's position.

https://github.com/owncloud/web/issues/9239
https://github.com/owncloud/web/pull/9814

* Enhancement - Add new portal into runtime to include footer: [#9815](https://github.com/owncloud/web/pull/9815)

We've added a new portal into the application layout of runtime package. This portals allows
Expand Down

0 comments on commit f16941f

Please sign in to comment.