ngx-admin/CHANGELOG.md

40 lines
747 B
Markdown
Raw Normal View History

<a name="0.3.0"></a>
# 0.3.0 (2016-06-29)
### Bug Fixes
* Sidebar menu angle fixed
* Sidebar menu selected item fixed
### Features
* Angular updated to rc.3
* Dependencies updated accordingly
### How to update
* Remove `node_modules` and `typings` folders
* run `npm install`
2016-06-21 13:06:08 +03:00
<a name="0.2.1"></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
2016-06-21 13:06:08 +03:00
* Remove `node_modules` and `typings` folders
* run `npm install`