Skip to content

Instantly share code, notes, and snippets.

@MickaelBaye
Created May 4, 2016 14:49
Show Gist options
  • Save MickaelBaye/a44ef576e25f2d6b33065c8b088168e3 to your computer and use it in GitHub Desktop.
Save MickaelBaye/a44ef576e25f2d6b33065c8b088168e3 to your computer and use it in GitHub Desktop.

2.0.0-rc.1 (2016-05-03)

Known Issues

*** SECURITY WARNING *** Contextual escaping is not yet implemented in Angular 2. This will be fixed in the upcoming RC. In the meantime make sure to correctly escape all values that go into the DOM. *** SECURITY WARNING ***

  • source maps for umd bundles are missing
  • Ruler service is not being reexported via @angular/platform-browser

Bug Fixes

  • compiler: calculate the right moduleUrl (3a40cb1)
  • compiler: don’t emit metadata for generated files (43e0fa5)
  • compiler: fix where pipes live (dd6e0cf), closes #8408
  • compiler: use absolute paths for comparing module urls (52a6ba7)
  • compiler: use rootDirs compilerOption to affect genDir layout. (a033f83)
  • docs: upgrade deprecated ngFor-Syntax (27a7b51)
  • router: add support for ../ (89704e0)
  • testing: Check for pending macrotasks in ComponentFixture.whenStable() and ComponentFixtu (509f4ec), closes #8389
  • router-deprecated: inheriting from RouterOutlet works now

Features

  • router: make RouterLink accept single values (b625f24)
@MickaelBaye
Copy link
Author

Example of CHANGELOG.md (inspired from Angular https://github.com/angular/angular)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment