diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b6dcb..f4eb7b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ - -### [next (TBD)](https://github.com/ngOfficeUIFabric/ng-officeuifabric/tree/dev) + +### [0.3.0 (January 25, 2016)](https://github.com/ngOfficeUIFabric/ng-officeuifabric/releases/tag/0.3.0) #### Features +- **uif-callout**: directive added (@jjczopek; closes [#15](https://github.com/ngOfficeUIFabric/ng-officeuifabric/pull/15)) - **uif-contextual-menu**: added attribute validation & error logging to console (by @s-KaiNet; closes [#99](https://github.com/ngOfficeUIFabric/ng-officeuifabric/issues/99)) - **uif-table**: added support to select multiple rows (by @waldekmastykarz; closes [#61](https://github.com/ngOfficeUIFabric/ng-officeuifabric/issues/61)) - **uif-table**: added attribute validation & error logging to console (by @waldekmastykarz; closes [#101](https://github.com/ngOfficeUIFabric/ng-officeuifabric/issues/101)) diff --git a/package.json b/package.json index bf7483e..000015f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-officeuifabric-source", - "version": "0.2.0", + "version": "0.3.0", "description": "Angular directives for Microsoft's Office UI Fabric.", "license": "MIT", "author": { @@ -19,7 +19,7 @@ "Struyf, Elio ", "White, Thomas " ], - "homepage": "https://github.com/ngOfficeUIFabric/ng-officeuifabric#readme", + "homepage": "https://ngOfficeUiFabric.com", "repository": { "type": "git", "url": "git+https://github.com/ngOfficeUIFabric/ng-officeuifabric.git"