ng-matero

Angular Material admin dashboard template.

MIT License

Downloads
5.6K
Stars
1.2K
Committers
15

Bot releases are visible (Hide)

ng-matero - v15.2.3

Published by nzbin over 1 year ago

  • add the missing Material's typography-hierarchy (2b389b3d4b606ebadcae3cb3e532d3d230687ee7)
  • add stylelint-config-recess-order and remove stylelint-config-rational-order
  • update Angular and Material to 15.2.0
ng-matero - v15.2.2

Published by nzbin over 1 year ago

Bug Fixes

  • ng-add: fix proxy issue which missing the browserTarget option (@mohsen-amani)
  • ng-add: move serve options out of the serve configurations (@mohsen-amani)
ng-matero - v15.2.1

Published by nzbin over 1 year ago

  • sidemenu: fix menu name to show long text (b1d6ade57fa47f0f94fd020e4440107ced764a14)
  • styles: re-organized with index file (94a40a7b3fb9ba1d1481ac7d49ca1c99fe9470d7)
ng-matero - v15.2.0

Published by nzbin over 1 year ago

Features

  • styles: add more useful helpers (docs)(7830ae0c36d892de8fef7b9924dc31dc616c9319)(f6020645766a7131c784f40e2015c9dfd74bfd4a)
  • themes: store the settings to the local storage
  • themes: improve the setting's form with reactive form
  • themes: add reset button in the user dropdown menu
  • i18n: improve the definitions of translation
  • schematics: modify the default value for ng-add
  • misc: add interfaces in shared folder

Bug Fixes

  • fix the class name global-loader-fade-in to global-loader-fade-out
  • fix the header's color for auto theme
ng-matero - v15.1.1

Published by nzbin almost 2 years ago

Bug Fixes

  • topmenu: fix the color for the active item and tabPanel error (b74d3aec7f3ebce0fb4265821c6b903b9eb74005)
ng-matero - v15.1.0

Published by nzbin almost 2 years ago

Features

  • themes: add color-scheme for dark theme
  • themes: put the theme class to the html element
  • widgets: remove custom badge and use matBadge for notification
  • routes: remove flex-layout directives and use grid class instead
  • helpers: add class text-reset and text-current
  • style: remove class matero-row and matero-col

Bug Fixes

  • fix breadcrumb's link color in dark mode
  • fix header's border color in dark mode
ng-matero - v15.0.0

Published by nzbin almost 2 years ago

Features

  • update Angular and Angular Material to v15
  • migrate to MDC-based Angular Material components
  • update angular-eslint to v15
  • update parse5 to v7 and small fix
  • add flexbox helpers and remove flex-layout module
  • improve styles for theme and examples
ng-matero - v14.3.0

Published by nzbin almost 2 years ago

Features

  • sidemenu: improve css classes and support focus with tab (4080980bdbbf5cf7b441e0e407168b4f9afef3f3)
    • rename .matero-sidemenu-sub to .submenu
    • rename .matero-sidemenu-item to .menu-item
    • rename .matero-sidemenu-link to .menu-heading
    • rename .matero-sidemenu-toggle to .menu-toggle
    • rename .open to .expanded
    • replace <a> element to <button> element for menu's toggle
  • topmenu: use anchor tag for link and improve styles (1f74dae319ab9532dbeed692d93319b8f1baa7e8)
    • add .matero-topmenu-panel class for <mat-menu>
    • replace <button> element to <a> element for menu's link
  • eslint: remove .eslintrc in the src folder and move its rules to the root
    • enable no-host-metadata-property rule
  • theme: reset body's line-height to 1.5
ng-matero - v14.2.0

Published by nzbin almost 2 years ago

Features

  • update typescript-eslint to support ts 4.8
  • update material extensions to 14.4.1
  • improve the module import for Material and Extensions (a8ebafcfbb4e3794544288b0d162141cc9181117)
ng-matero - v14.1.0

Published by nzbin about 2 years ago

Features

  • update Angular and Material to 14.2.x
  • update ngx-formly to v6

Bug Fixes

  • fix validation issue of password confirmation (#429)
ng-matero - v14.0.0

Published by nzbin over 2 years ago

Features

  • upgrade Angular and Material to v14

  • add auto option to prebuilt theme for schematics

    ? Choose a prebuilt theme style: (Use arrow keys)
     Light
      Dark
      Auto
    
ng-matero - v13.1.1

Published by nzbin over 2 years ago

  • rename FormlyWrapperPanelComponent to FormlyWrapperCardComponent
  • upgrade @ng-matero/extensions to 13.2.1
ng-matero - v12.8.0

Published by nzbin over 2 years ago

Features

  • add MtxDrawerModule
  • replace icon-20 with icon-18
  • rename some style files to partials (begin with _)
  • improve formly config types
ng-matero - v13.1.0

Published by nzbin over 2 years ago

Features

  • upgrade Angular and Material to 13.3.2
  • add MtxDrawerModule (details)
ng-matero - v13.0.4

Published by nzbin over 2 years ago

  • upgrade Angular and Material to 13.2.0
  • replace icon-20 with icon-18 (Material Icons Guide)
  • rename some style files to partials (begin with _)
  • improve formly config types
ng-matero - v12.7.6

Published by nzbin almost 3 years ago

  • remove AuthServiceFactory and fix menu request twice
  • rename email to username for login params
  • improve AppSettings types in settings
ng-matero - v13.0.3

Published by nzbin almost 3 years ago

  • remove AuthServiceFactory and fix menu request twice (266b3dc2713af1bf53ef1fc6c2b878c1327e0605)
  • rename email to username for login params
  • improve AppSettings types in settings
ng-matero - v12.7.5

Published by nzbin almost 3 years ago

  • improve token service and auth service
  • export * from interceptors and improve the import in app module
ng-matero - v13.0.2

Published by nzbin almost 3 years ago

  • improve token service and auth service (0eee02768136a991131f7a68b4f4f21adcda7ee0)
ng-matero - v13.0.1

Published by nzbin almost 3 years ago

  • remove entryComponents in schematics
  • export * from interceptors and improve the import in app module