-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add changelog item for authContext feature
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Enhancement: additional route meta props | ||
|
||
The route meta prop has been extended by two new properties: | ||
- Routes can now be defined with a "meta.authContext" (one out of "anonymous", "user", "publicLink" or "hybrid"). With this app developers can now define anonymous routes, which was hardcoded to a few well known route names before. | ||
- The page layout can now be selected via "meta.pageLayout" (one out of "plain", "loading" or "application"). This gives app developers the choice of rendering an application with the application chrome (i.e. topbar and content-area with rounded corners) or in a plain layout with just the background image defined by the theme. The "loading" layout is for now only used internally, but exposed as well so that one can make use of it if a use case comes up. | ||
|
||
https://github.com/owncloud/web/issues/7234 | ||
https://github.com/owncloud/web/issues/7863 | ||
https://github.com/owncloud/web/pull/7874 |