Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

49 lines (25 loc) · 2.41 KB

#Changelog

Breaking change: ng2-meta depends on Angular 6+ and rxjs 6+. Ensure that your site works with Angular 6 before you upgrade to this version.

Breaking change: All routes must contain canActivate: [MetaGuard] in their route configuration to notify ng2-meta when the route is about to change.

  • More consistent meta tag updates: Meta tags are now set before the route is activated. Fixes #7
  • [WIP] [Server-side rendering] Remove dependency on window.document
  • Set property attribute for opengraph tags (and name attribute for all others)
  • Angular 5.x compatibility + AOT support
Bugfixes
  • #13 Attempt 2 at fixing the "duplicate identifier" error while installing ng2-meta. Thanks @Chocobozzz
Bugfixes
  • #13 Fix "duplicate identifier" error while installing ng2-meta. Thanks @Bioto
  • #11 Support for angular 2.0.0 and router 3.0.0. Thanks to @bergben once again, and the folks in the thread for their input.

Note: This version has breaking changes (needed to support angular final). If, for some reason, you would like to continue using RC4, please use v1.0.0.

Bugfixes
  • #1 Fixed "No provider for meta.config" issue resulting from a missing @Optional annotation. Thanks to @bergben