Skip to content

v0.10.0

Compare
Choose a tag to compare
@robisim74 robisim74 released this 02 Sep 22:33
· 585 commits to master since this release

Features

  • Angular version: 2.0.0-rc.6
  • As the official version of Angular 2, now the library is structured as follows:
    • bundles folder: it contains the ES5 umd bundle
    • src folder: it contains the ES6 files
  • Code refactoring: umd bundle from 3425 to 1897 lines

BREAKING CHANGES

  • SystemJs
    • add to map the umd bundle: see README
  • Webpack
    • use import 'angular2localization;': see README
  • Change all import { ... } from 'angular2localization/angular2localization;' to import { ... } from 'angular2localization;' in all components