2016-06-21 12:31:07 +03:00
|
|
|
<a name="0.2.0"></a>
|
2016-06-21 13:02:58 +03:00
|
|
|
# 0.2.1 (2016-06-21)
|
2016-06-21 12:31:07 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
|
|
|
|
|
|
* Multiple bugfixes
|
|
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
2016-06-21 13:02:58 +03:00
|
|
|
* Angular updated to rc.2
|
|
|
|
|
* Dependencies updated accordingly
|
2016-06-21 12:31:07 +03:00
|
|
|
* Login page component [Demo](http://akveo.com/ng2-admin/#/login)
|
|
|
|
|
* Sign up page component [Demo](http://akveo.com/ng2-admin/#/register)
|
|
|
|
|
|
|
|
|
|
### BREAKING CHANGES
|
|
|
|
|
* `$` renamed to `jQuery` because of name resolution conflicts
|
|
|
|
|
|
2016-06-21 13:02:58 +03:00
|
|
|
### How to update
|
|
|
|
|
|
|
|
|
|
* Remove `node_module` and `typings` folders
|
|
|
|
|
* run `npm install`
|
|
|
|
|
|