Ng Matero Versions Save

Angular Material admin dashboard template.

v17.1.0

1 month ago

Features

  • sidemenu: improve expanded animation with Angular animation (e26a19e7aa3f1f87c2000013b2cc01c2ada9a6e1)
  • multiple: remove constructor injection and use inject() instead
  • core: remove unused core module for standalone app

v17.0.2

2 months ago

Bug Fixes

  • fix ng-add error with Angular 17.2.0 (#643)

v17.0.1

3 months ago
  • update extensions and extensions-moment-adapter to 17.1.2
  • use provideMomentDateAdapter and provideMomentDatetimeAdapter
  • add esModuleInterop in tsconfig.json
  • no longer overwrite the tsconfig.app.json

v17.0.0

3 months ago

Features

  • update Angular and Material to v17
  • switch to built-in control flow

v16.3.0

4 months ago

🎉🎉🎉 The schematics have supported both module and standalone app

Features

  • theme: refactoring the demo app with standalone API

  • schematics: support standalone API for ng-add

    ng new <project-name> --standalone=true
    cd <project-name>
    ng add ng-matero
    
  • schematics: support standalone API for ng-generate

    ng g ng-matero:module <module-name>
    
    ng g ng-matero:page <page-name> -m=<module-name>
    

The architecture for standalone app:

├── app
│   ├── core                                                 
│   ├── routes                
│   │   ├── forms
│   │   │   ├── **
│   │   │   └── forms.routes.ts
│   │   └── tables
│   │       ├── **
│   │       └── tables.routes.ts
│   ├── shared                                            
│   ├── theme                                              
│   ├── app.component.ts                    
│   ├── app.config.ts                       
│   └── app.routes.ts
├── assets                                  
├── environments                            
├── styles                                                                                                          
└── main.ts 

v16.2.1

5 months ago
  • update @ng-matero/extensions to 16.3.0
  • improve gallery example with mtxPhotoviewer directive

v16.2.0

5 months ago

Warning: This version needs Angular Material >= 16.2.0

Features

  • rebuild theme with CSS tokens (15473022b5b0348cccc8ff862727db8843ff4ad8)
  • remove variables in theme style and convert it to tokens (25beb886047c343c3b98657f82af33393dcd3f85)
  • update @ng-matero/extensions to 16.2.0

Bug Fixes

  • fix the height of mat-sidenav-container on mobile
  • fix form value change of customizer

v16.1.3

7 months ago

Bug Fixes

  • ng-add: fix merge conflicted of launch.json (#583)

v16.1.2

7 months ago
  • update typescript-eslint and add recommended-type-checked
  • update logo image

v16.1.1

8 months ago

Bug Fixes

  • fix the width of side menu (d8832cc873bf8e6ae90689c3dc0783fff1680a8a)