Skip to content

Releases: mduriancik/mat-sidenav-menu

0.10.1

28 Oct 16:59
Compare
Choose a tag to compare
  • (fix) add README.md to npm package
  • (fix) add repo info to npm package
  • update to angular/material ^7.0.0

0.9.0

31 May 06:09
Compare
Choose a tag to compare

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"

0.8.0

06 May 06:22
Compare
Choose a tag to compare
  • update dependencies angular/material/cli -> ^6.0.0

0.7.0

24 Apr 05:44
Compare
Choose a tag to compare
  • theming support added

0.6.0

13 Feb 18:50
Compare
Choose a tag to compare
  • make the menu title modifiable
  • README refresh

0.5.0

13 Feb 18:48
Compare
Choose a tag to compare
  • updates material (5.2.0), angular (5.2.1)
  • expasion-group (experimental, known bugs)

0.4.1

07 Nov 20:58
Compare
Choose a tag to compare
  • updates: angular 5.0.0, material 5.0.0-rc.0, angular-cli 1.5.0

0.4.0

15 Oct 07:40
Compare
Choose a tag to compare

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)

0.3.0

03 Sep 06:32
Compare
Choose a tag to compare

Features

  • side-nav-group - (visual) grouping of menu items (with optional title)

0.2.0

20 Aug 08:40
Compare
Choose a tag to compare

Features

  • icons for menu items