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

Commit

Permalink
setup for 0.1.3 release
Browse files Browse the repository at this point in the history
Update readme.md for release details & package distro badges; updated package.json with contributor list & version; updated demos to use local NPM acquired copies of Angular 1.4.8 & Office UI Fabric 1.2.
  • Loading branch information
andrewconnell committed Jan 13, 2016
1 parent 52474e1 commit b5436fd
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 42 deletions.
38 changes: 28 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# [Angular](https://angularjs.org) directives specific to the [Office UI Fabric](https://github.com/OfficeDev/office-ui-fabric).

[![npm version](https://badge.fury.io/js/ng-office-ui-fabric.svg)](https://badge.fury.io/js/ng-office-ui-fabric)
[![bower version](https://badge.fury.io/bo/ng-office-ui-fabric.svg)](https://github.com/ngofficefabric/package-ngofficeuifabric)
[![NuGet version](https://badge.fury.io/nu/ng-office-ui-fabric.svg)](https://badge.fury.io/nu/ng-office-ui-fabric)

[![MIT license](https://img.shields.io/npm/l/express.svg)](https://github.com/ngOfficeUIFabric/ng-officeuifabric/blob/master/LICENSE)
[![Slack Network](http://ngofficeuifabric-slackin.azurewebsites.net/badge.svg)](http://ngofficeuifabric-slackin.azurewebsites.net/)
[![devDependency Status](https://david-dm.org/ngOfficeUIFabric/ng-officeuifabric/dev-status.svg)](https://david-dm.org/ngOfficeUIFabric/ng-officeuifabric#info=devDependencies)
[![Issue Stats](http://www.issuestats.com/github/ngOfficeUIFabric/ng-officeuifabric/badge/pr)](http://www.issuestats.com/github/ngOfficeUIFabric/ng-officeuifabric)
[![Issue Stats](http://www.issuestats.com/github/ngOfficeUIFabric/ng-officeuifabric/badge/issue)](http://www.issuestats.com/github/ngOfficeUIFabric/ng-officeuifabric)

### Branch Status:
master | dev
Expand All @@ -29,23 +31,39 @@ Basic installation & usage information is found on this page... additional docs

# Installation

Other than manually downloading the library, **ng-OfficeUIFabric** will be available in the following options:

## CDN

> TODO: usage instructions coming soon: [cdnjs.com](https://cdnjs.com)
Other than manually downloading the library, **ng-OfficeUIFabric** will be available in the following options. Then you just need to add references to the Angular JS, ngOfficeUiFabric JS & and Office UI Fabric CSS libraries and import the ngOfficeUiFabric modules and you're good to go. Check the [package-ngofficeuifabric](https://github.com/andrewconnell/package-ngofficeuifabric/blob/release-v0.1.0/README.md) for simple usage info.

## Bower

> TODO: actual install instructions coming soon... once we have something to distribute :)
Install the library (which should also download the [Angular](http://bower.io/search/?q=angular) & [office-ui-fabric](http://bower.io/search/?q=office-ui-fabric) libraries as they are configured as dependencies:

```shell
bower install ng-office-ui-fabric --save
```

## NPM

> TODO: actual install instructions coming soon... once we have something to distribute :)
Install the library (which should also download the [Angular](https://www.npmjs.com/package/angular) & [office-ui-fabric](https://www.npmjs.com/package/office-ui-fabric) libraries as they are configured as dependencies:

```shell
npm install ng-office-ui-fabric --save
```

## NuGet

> TODO: actual install instructions coming soon... once we have something to distribute :)
Install the library (which should also download the [AngularJS.Core](https://www.nuget.org/packages/ng-office-ui-fabric) & [OfficeUiFabric](https://www.nuget.org/packages/OfficeUIFabric/) libraries as they are configured as dependencies.

```shell
Install-Package ng-office-ui-fabric
```

## Direct Download

You can also directly download the built library if you wish. Grab either the unminified `ngOfficeUiFabric.js` or minified `ngOfficeUiFabric.min.js` from the [package-ngofficeuifabric](https://github.com/ngOfficeUIFabric/package-ngofficeuifabric) repo. You will need to also grab copies of [Angular 1.4.*](https://angularjs.org/) and [Office UI Fabric](http://dev.office.com/fabric/getting-started) (*you only need the CSS from Office UI Fabric*). If you install from Bower, NPM or NuGet, the dependencies are pulled in for you.

## CDN

What, no CDN option yet? We need your help! Star this repo because we need at least 100 stars so we can submit to CDNJS!

# Support

Expand Down
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-officeuifabric-source",
"version": "0.1.0",
"version": "0.1.3",
"description": "Angular directives for Microsoft's Office UI Fabric.",
"license": "MIT",
"author": {
Expand All @@ -11,7 +11,10 @@
"contributors": [
"Connell, Andrew <me@andrewconnell.com>",
"Czopek, Jerry <jerzy.czopek@outlook.com>",
"Oldengarm, Roland <me@rolandoldengarm.com>"
"Gandhi, Jigar <jigarr.gandhi@gmail.com>",
"Mastykarz, Waldek <waldek@mastykarz.nl>",
"Oldengarm, Roland <me@rolandoldengarm.com>",
"Sergeev, Sergei <sergeev.srg@gmail.com>"
],
"homepage": "https://github.com/ngOfficeUIFabric/ng-officeuifabric#readme",
"repository": {
Expand All @@ -25,13 +28,21 @@
"angular",
"directives",
"office",
"office-ui-fabric"
"office-ui-fabric",
"ngofficeuifabric",
"ng-office-ui-fabric",
"sharepoint"
],
"scripts": {
"dev-install": "tsd install -r -o --save-dev"
},
"dependencies": {
"angular": "^1.4.8",
"office-ui-fabric": "^1.2.0"
},
"devDependencies": {
"angular": "^1.4.8",
"angular-animate": "^1.4.8",
"angular-mocks": "^1.4.8",
"chalk": "^1.1.1",
"coveralls": "^2.11.6",
Expand Down
11 changes: 6 additions & 5 deletions src/components/contextualmenu/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<meta charset="utf-8" />

<!-- office ui fabric css -->
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.1.3/fabric.min.css" />
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.1.3/fabric.components.min.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.components.min.css" />
<!-- angular library -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="https://code.angularjs.org/1.4.8/angular-animate.min.js"></script>
<script src="../../../../node_modules/angular/angular.min.js"></script>
<script src="../../../../node_modules/angular-animate/angular-animate.min.js"></script>
<!-- ngofficeuifabric library -->
<script src="../../../../dist/ngOfficeUIFabric.js"></script>

<link rel="stylesheet" href="styles.css" />
<script src="index.js"></script>
</head>

Expand Down
6 changes: 3 additions & 3 deletions src/components/dropdown/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta charset="utf-8" />

<!-- office ui fabric css -->
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.1.3/fabric.min.css" />
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.1.3/fabric.components.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.components.min.css" />
<!-- angular library -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="../../../../node_modules/angular/angular.min.js"></script>
<!-- ngofficeuifabric library -->
<script src="../../../../dist/ngOfficeUiFabric.js"></script>
<script src="index.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions src/components/icon/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta charset="utf-8" />

<!-- office ui fabric css -->
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.1.3/fabric.min.css" />
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.1.3/fabric.components.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.components.min.css" />
<!-- angular library -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="../../../../node_modules/angular/angular.min.js"></script>
<!-- ngofficeuifabric library -->
<script src="../../../../dist/ngOfficeUIFabric.js"></script>
<script src="index.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions src/components/searchbox/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta charset="utf-8" />

<!-- office ui fabric css -->
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.1.3/fabric.min.css" />
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.1.3/fabric.components.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.components.min.css" />
<!-- angular library -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="../../../../node_modules/angular/angular.min.js"></script>
<!-- ngofficeuifabric library -->
<script src="../../../../dist/ngOfficeUIFabric.js"></script>
<script src="index.js"></script>
Expand Down
10 changes: 4 additions & 6 deletions src/components/spinner/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
<head>
<title>ngOfficeUiFabric | uif-Spinner demo</title>
<meta charset="utf-8">
<!-- office ui fabric css -->
<!-- Fabric 1.2.0 min.css -->
<link rel="stylesheet" href="https://onedrive.live.com/download.aspx?cid=33BC083C1B4F219C&resid=33bc083c1b4f219c%212031&authkey=%21AI9ba8WXJDCkxaI&canary=" />

<!-- Fabric 1.2.0 components.min.css -->
<link rel="stylesheet" href="https://onedrive.live.com/download.aspx?cid=33BC083C1B4F219C&resid=33bc083c1b4f219c%212033&authkey=%21AI9ba8WXJDCkxaI&canary=" />
<!-- office ui fabric css -->
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.components.min.css" />
<!-- angular library -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="../../../../node_modules/angular/angular.min.js"></script>
<!-- ngofficeuifabric library -->
<script src="../../../../dist/ngOfficeUiFabric.js"></script>
<script src="index.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions src/components/table/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta charset="utf-8" />

<!-- office ui fabric css -->
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.0/fabric.min.css" />
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.0/fabric.components.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.components.min.css" />
<!-- angular library -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="../../../../node_modules/angular/angular.min.js"></script>
<!-- ngofficeuifabric library -->
<script src="../../../../dist/ngOfficeUIFabric.js"></script>
<script src="index.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions src/components/textfield/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta charset="utf-8" />

<!-- office ui fabric css -->
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.1.3/fabric.min.css" />
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.1.3/fabric.components.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.components.min.css" />
<!-- angular library -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="../../../../node_modules/angular/angular.min.js"></script>
<!-- ngofficeuifabric library -->
<script src="../../../../dist/ngOfficeUiFabric.js"></script>
<script src="index.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions src/components/toggle/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta charset="utf-8" />

<!-- office ui fabric css -->
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.1.3/fabric.min.css" />
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.1.3/fabric.components.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.min.css" />
<link rel="stylesheet" href="../../../../node_modules/office-ui-fabric/dist/css/fabric.components.min.css" />
<!-- angular library -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="../../../../node_modules/angular/angular.min.js"></script>
<!-- ngofficeuifabric library -->
<script src="../../../../dist/ngOfficeUIFabric.js"></script>
<script src="index.js"></script>
Expand Down

0 comments on commit b5436fd

Please sign in to comment.