Skip to content

Latest commit

 

History

History
55 lines (53 loc) · 2.3 KB

File metadata and controls

55 lines (53 loc) · 2.3 KB

Changelog

  • 20180604
    • deprecated no longer updated
    • update to angular / material 6.x.x
  • 20171129
    • update to material2 5.0.0.rc.2 (include @angular/cdk)
    • fix Overlay part of the cdk
    • update to cli 1.5.5 generated template files
    • deprecated HttpModule from @angular/http
    • ng lint errors
    • latest dependencies
  • 20170927
    • update to material2 beta11 (include @angular/cdk)
    • Overlay is now part of the cdk overlayContainer.getContainerElement().classList.add('my-theme-class')
    • md-prefix to mat-Prefix
    • update to cli 1.4.3 generated tempate files (tslint / tsconfig / polyfills / ...)
    • ng lint errors
    • latest dependencies
  • 20170830
    • update to material2 beta10 (include @angular/cdk)
    • md-input-container renamed to md-form-field
    • md-prefix to camelCased mdPrefix
    • other camelCased directives are not working jet (e.g. mdButton)
    • ng lint errors
    • latest dependencies
  • 20170725
    • latest dependencies
  • 20170707
    • update to material2 beta8 (include @angular/cdk)
    • latest dependencies
  • 20170705
    • rxjs 5.4.2 fixes the typescript 2.4.1 lint problem
    • cleanup some ng lint "problems"
    • ad some e2e and spec tests
  • 20170704
    • add Greenkeeper and Travis CI (also Bluemix DevOps)
  • 20170630
    • detach from fork jelbourn/material2-app because its not active maintained anymore jelbourn comment
    • update to Angular 4.2.5 and material2 beta7
    • rxjs 5.x with typescript 2.4.x problem rxjs issue 2539 workaround in tsconfig.json
  • 20170531
    • update dependencies
    • material@2.0.0-beta.6
    • replace deprecated import of MaterialModule
      (-> split to seperate import for each componet)
  • 20170515
    • update to @angular/cli 1.0.3 , Angular 4.1.2 & @angular/material@2.0.0-beta.5
  • 20170428
    • update to @angular/cli 1.0.1 & Angular 4.1.0
    • update to @angular/material@2.0.0-beta.3
    • deprecated use of <md-input> and <md-sidenav-layout> replaced with <md-input-container> and <md-sidenav-container>
    • theming as described in https://material.angular.io/guide/theming including Multiple themes and theme for overlay-based components
    • some code cleaning (e.g.<md-icon> use, css file sorted, ...)