bug
Submenu of mat-menu should not hide when moving mouse over it.
When moving mouse over sub menu, it disappear but if i downgrade to v5.2.0 It worked.
I've reproduced at stackblitz
Angular: 5.2.6
Material: 5.2.2
Take a look:

It works fine in 5.2.1. The issue has begun in 5.2.2.
I can confirm. Works fine in 5.2.1 but happens in 5.2.2.
@irowbin, you can work it around encapsulating the submenu in a component: https://stackblitz.com/edit/angular-material-nested-submenu
Your Stackblitz appears to be missing the Material core theme which also contains some base styling that makes the overlays work. I couldn't reproduce the issue after moving it to a Stackblitz that has everything set up correctly.
@crisbeto I'm using a custom theme, how do I fix for that? I'm using 5.2.1 in the meanwhile
This isn't something that is likely to have broken between 5.2.1 and 5.2.2. As mentioned in the theming guide when you're defining a custom theme, you need to @include mat-core() at least once in your codebase.
@crisbeto, I was able to reproduce this issue in a template from the docs site: https://stackblitz.com/edit/angular-material-nested-submenu-nwwsr6
@crisbeto I already have @include mat-core() in my scss =/
I see what you mean now. The issue was introduced in https://github.com/angular/material2/pull/9971 which caused the top-level menu to pick up the items inside the submenu as its own.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
I see what you mean now. The issue was introduced in https://github.com/angular/material2/pull/9971 which caused the top-level menu to pick up the items inside the submenu as its own.