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

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewconnell committed Feb 9, 2016
1 parent 151011e commit 61ed1c4
Show file tree
Hide file tree
Showing 6 changed files with 495 additions and 190 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="next"></a>
### [next (TBD)](https://github.com/ngOfficeUIFabric/ng-officeuifabric/tree/dev)

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

#### Features
- **uif-label**: directive added (@jjczopek; closes [#22](https://github.com/ngOfficeUIFabric/ng-officeuifabric/pull/22))

#### Breaking Changes
- **uif-dropdown**: refactored the dropdown's `uif-option` to `uif-dropdown-option` (by @rolandoldengarm; closes [#107](https://github.com/ngOfficeUIFabric/ng-officeuifabric/issues/107))

#### Fixes
- **uif-callout**: fixed regression introduced in Angular 1.4.9 (by @jjczopek; closes [#139](https://github.com/ngOfficeUIFabric/ng-officeuifabric/issues/139))
- **uif-callout**: fixed CSS when separator used (by @jjczopek; closes [#122](https://github.com/ngOfficeUIFabric/ng-officeuifabric/issues/122))
- **uif-contextual-menu**: fixed regression introduced in Angular 1.4.9 (by @s-KaiNet; closes [#139](https://github.com/ngOfficeUIFabric/ng-officeuifabric/issues/139))
- **uif-textfield**: fixed placeholder and overlap issue (by @rolandoldengarm; closes [#152](https://github.com/ngOfficeUIFabric/ng-officeuifabric/pull/152))
- **uif-toggle**: fixed regression introduced in Angular 1.4.9 (by @rolandoldengarm; closes [#139](https://github.com/ngOfficeUIFabric/ng-officeuifabric/issues/139))
- **uif-searchbox**: fixed regression introduced in Angular 1.4.9 (by @andrewconnell; closes [#139](https://github.com/ngOfficeUIFabric/ng-officeuifabric/issues/139))
- **uif-spinner**: invalid closing tag in demo (by @jjczopek; closes [#150](https://github.com/ngOfficeUIFabric/ng-officeuifabric/issues/150))

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

Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,8 @@ Install-Package ng-office-ui-fabric
## CDN

Hosting facilitated by [CDNJS](https://cdnjs.com), a community driven CDN. Simply add a reference in your page to:
Hosting facilitated by [CDNJS](https://cdnjs.com), a community driven CDN. Get a link to the desired version of ngOfficeUiFabric from here: https://cdnjs.com/libraries/ngOfficeUiFabric:

```html
<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!

## Using the ngOfficeUiFabric Library

Expand Down
6 changes: 3 additions & 3 deletions 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.3.0",
"version": "0.4.0",
"author": {
"name": "https://github.com/ngOfficeUIFabric/ng-officeuifabric/graphs/contributors"
},
Expand All @@ -11,8 +11,8 @@
"ngOfficeUiFabric.min.js"
],
"dependencies": {
"angular": "1.4.8",
"office-ui-fabric": "^1.2.1"
"angular": "1.4.9",
"office-ui-fabric": "^2.0.1"
},
"keywords": [
"angular",
Expand Down
Loading

0 comments on commit 61ed1c4

Please sign in to comment.