Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewconnell committed Jan 25, 2016
1 parent 28899c6 commit dbcc3eb
Show file tree
Hide file tree
Showing 6 changed files with 473 additions and 54 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="0.3.0"</a>
### [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))
- **uif-spinner**: added attribute validation & error logging to console (by @s-KaiNet; closes [#100](https://github.com/ngOfficeUIFabric/ng-officeuifabric/issues/100))

#### Breaking Changes
- **uif-spinner**: updated attribute name `uif-spinnersize` to `uif-size` (by @s-KaiNet; closes [#102](https://github.com/ngOfficeUIFabric/ng-officeuifabric/issues/102))

<a name="0.2.0"</a>
### [0.2.0 (January 19, 2016)](https://github.com/ngOfficeUIFabric/ng-officeuifabric/releases/tag/0.2.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Install-Package ng-office-ui-fabric
Hosting facilitated by [CDNJS](https://cdnjs.com), a community driven CDN. Simply add a reference in your page to:

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/ngOfficeUiFabric/0.2.0/ngOfficeUiFabric.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ngOfficeUiFabric/0.3.0/ngOfficeUiFabric.min.js"></script>
```

> **NOTE**: Be sure to use the most current version!
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-office-ui-fabric",
"description": "Angular directives for Microsoft's Office UI Fabric.",
"version": "0.2.0",
"version": "0.3.0",
"author": {
"name": "https://github.com/ngOfficeUIFabric/ng-officeuifabric/graphs/contributors"
},
Expand Down
Loading

0 comments on commit dbcc3eb

Please sign in to comment.