Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

35 lines (18 loc) · 2.06 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.1 (2017-09-07)

Bug Fixes

4.0.0 (2017-09-06)

Bug Fixes

  • depend on Angular 2.0.0 (#21) (5d25ef7)
  • core: new npm package @nglibs/meta no longer update title programmatically (#22, #24) (44bd20b)
  • core: no page title & meta tags set when route contains no meta (#15) (ec2882f)
  • core: og:locale insists to remain default when @nglibs/i18n-router is used (#18) (6a381c3)
  • core: og:url doesn't get rendered correctly using redirectTo (#17) (2e0a73d)
  • core: setting og:locale tag without specifying default og:locale throws error (#23) (545d3c5)

Features