mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-30 22:28:50 +01:00
40 lines
No EOL
747 B
Markdown
40 lines
No EOL
747 B
Markdown
<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`
|
|
|
|
<a name="0.2.1"></a>
|
|
# 0.2.1 (2016-06-21)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* Multiple bugfixes
|
|
|
|
### Features
|
|
|
|
* Angular updated to rc.2
|
|
* Dependencies updated accordingly
|
|
* 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
|
|
|
|
### How to update
|
|
|
|
* Remove `node_modules` and `typings` folders
|
|
* run `npm install` |