Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Updates changelog for release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 181211672
  • Loading branch information
leonsenft authored and alorenzen committed Jan 8, 2018
1 parent b2656da commit 80d942d
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions angular_router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,34 @@
* Removed `hashCode` and `operator ==` overrides from `RouteDefinition` and
`RouterState`, as these can't be removed by tree-shaking.

### Bug fixes

* Upon destruction, `RouterOutlet` will now properly destroy all of its cached
components, instead of only destroying the active one.

## 2.0.0-alpha+2

- Fixed a bug where `RouterLinkDirective` was not keyboard accessible.
* Fixed a bug where `RouterLinkDirective` was not keyboard accessible.

## 2.0.0-alpha+1

- Support for angular 5.0.0-alpha+1
* Support for angular 5.0.0-alpha+1

## 2.0.0-alpha

- Major refactoring of the `angular_router` package. For a migration guide from
`angular_router` v1, see
https://github.com/dart-lang/angular/blob/master/angular_router/g3doc/migration_guide.md.
* Major refactoring of the `angular_router` package. For a migration guide
from `angular_router` v1, see
https://github.com/dart-lang/angular/blob/master/angular_router/g3doc/migration_guide.md.

## 1.0.2

- Support for angular 4.0.0.
* Support for angular 4.0.0.

## 1.0.1

- Minor internal changes to support angular 4.0.0-beta
* Minor internal changes to support angular 4.0.0-beta

## 1.0.0

- Initial commit of `angular_router`. This is just a port of the router that was
in the core angular package.
* Initial commit of `angular_router`. This is just a port of the router that
was in the core angular package.

0 comments on commit 80d942d

Please sign in to comment.