Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(theme): remove user context menu #231

Merged
merged 3 commits into from
Feb 20, 2018
Merged

Commits on Feb 20, 2018

  1. refactor(theme): remove user context menu

    BREAKING CHANGES: NbUserComponent no longer has context menu. We've
    completely moved context menu in the separate component. So, to
    migrate from the previous version you have to remove user menu items
    ```
    <nb-user [menu]="items"></nb-user>
    ```
    and use NbContextMenuDirective:
    ```
    <nb-user [nbContextMenu]="items"></nb-user>
    ```
    Tibing committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    c504b93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd61d8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    490c7de View commit details
    Browse the repository at this point in the history