- (fix) add README.md to npm package
- (fix) add repo info to npm package
- update to angular/material ^7.0.0
breaking
-
mat-sidenav-menu theme scss moved and renamed
~~@import '~mat-sidenav-menu/src/side-nav-menu/side-nav-menu-theme.scss';~~
@import '~mat-sidenav-menu/mat-sidenav-menu-theme.scss';
-
SideNavMenuModule renamed to MatSidenavMenuModule
other modifications
- angular cli library project structure (ng generate library ...)
- building with "ng build mat-sidenav-menu"
- update angular/material/cli -> ^6.0.0
Breaking:
- theming support
- (breaking) theming must be included in your application scss styles
- make the menu title modifiable
- updates material (5.2.0), angular (5.2.1)
- expasion-group (experimental, known bugs)
- update to angular 5.0.0, material 5.0.0-rc.0
Breaking:
- routes in side-nav-item elements must begin with a slash
Changes:
- fix: route activation issue
- update material to beta.12
- use classes to style elements
- split code into more files (1 file per component)
- side-nav-group - (visual) grouping of menu items (with optional title)
- icons for menu items
- disable/enable menu item