Skip to content

Commit

Permalink
Merge pull request #132 from kreuzerk/develop
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
nivekcode authored Nov 16, 2017
2 parents 33e8213 + 550ce9b commit ea5bda8
Show file tree
Hide file tree
Showing 10 changed files with 218 additions and 222 deletions.
2 changes: 1 addition & 1 deletion .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prefix": "app",
"styles": [
"./style.css",
"./bootstrap/style/bootswatch-flatly.css",
"./bootstrap/style/bootswatch-sketchy.css",
"../node_modules/font-awesome/scss/font-awesome.scss",
"../node_modules/primeng/resources/primeng.css",
"../node_modules/primeng/resources/themes/omega/theme.scss"
Expand Down
35 changes: 0 additions & 35 deletions .npmignore

This file was deleted.

9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![codecov](https://codecov.io/gh/kreuzerk/primeNG-advanced-growl/branch/master/graph/badge.svg)](https://codecov.io/gh/kreuzerk/primeNG-advanced-growl)
[![Greenkeeper badge](https://badges.greenkeeper.io/kreuzerk/primeNG-advanced-growl.svg)](https://greenkeeper.io/)
[![npm](https://img.shields.io/npm/dt/primeng-advanced-growl.svg)]()
[![angular5](https://img.shields.io/badge/angular%205%20ready-true-green.svg)]()
[![gitter](https://img.shields.io/gitter/room/primeNG-advanced-growl/nw.js.svg)]()

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand All @@ -30,6 +32,10 @@
The AdvGrowlModule is a wrapper around the growl module from PrimeNG. This wrapper was created
because PrimeNG is missing some features.

- If you have a feature request or noticed a bug please open an issue under: https://github.com/kreuzerk/primeNG-advanced-growl/issues
- If you have questions about the module or want to discuss new ideas or improvements please use our chat at: https://gitter.im/primeNG-advanced-growl/Lobby
- Contributions are welcome. Just fork the repo and create a Pull Request.

## Demo
You can find a working demo of the growl module on the following link: https://primeng-advanced-growl.firebaseapp.com/

Expand Down Expand Up @@ -77,8 +83,7 @@ import {AdvGrowlModule} from 'primeng-advanced-growl';
```

### Angular 5
Please notice that all current versions are not yet angular 5 compatible. However we are working on a stable angular 5 version.
There are allready various release candidates that are angular 5 compatible. All versions from 3.0.0-rc.2 and greater are angular 5 compatible.
Please notice that only versions 3.x are Angular 5 compatible.

### AdvGrowlComponent
The AdvGrowlModule exports a component named AdvGrowlComponent. You need to include this component
Expand Down
5 changes: 0 additions & 5 deletions index.ts

This file was deleted.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeng-advanced-growl",
"version": "3.0.0-rc.2",
"version": "3.0.0",
"description": "The AdvGrowlModule is a wrapper around the growl module from PrimeNG. This wrapper was created because PrimeNG is missing some features.",
"keywords": [
"PrimeNG, Angular, RxJS, Growl, Messages"
Expand Down Expand Up @@ -31,34 +31,34 @@
"url": "https://github.com/kreuzerk/primeNG-advanced-growl.git"
},
"peerDependencies": {
"@angular/core": "=5.0.0",
"@angular/core": "^5.0.0",
"font-awesome": "^4.7.0",
"primeng": "=5.0.0-rc.0",
"primeng": "^4.3.0",
"rxjs": "^5.4.2"
},
"dependencies": {
"@angular/core": "=5.0.0",
"@angular/core": "^5.0.0",
"font-awesome": "^4.7.0",
"primeng": "=5.0.0-rc.0",
"primeng": "^4.3.0",
"rxjs": "^5.5.2"
},
"devDependencies": {
"@angular/animations": "=5.0.0",
"@angular/animations": "^5.0.0",
"@angular/cli": "1.5.0",
"@angular/common": "=5.0.0",
"@angular/compiler": "=5.0.0",
"@angular/compiler-cli": "=5.0.0",
"@angular/forms": "=5.0.0",
"@angular/http": "=5.0.0",
"@angular/language-service": "=5.0.0",
"@angular/platform-browser": "=5.0.0",
"@angular/platform-browser-dynamic": "=5.0.0",
"@angular/router": "=5.0.0",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/language-service": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@types/jasmine": "~2.8.0",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~8.0.28",
"codecov": "^3.0.0",
"codelyzer": "=4.0.0",
"codelyzer": "^4.0.0",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.0",
Expand All @@ -70,7 +70,7 @@
"ng-packagr": "1.6.0",
"ts-node": "~3.3.0",
"tslint": "~5.8.0",
"typescript": "=2.4.2",
"typescript": "^2.4.2",
"zone.js": "0.8.18"
}
}
Loading

0 comments on commit ea5bda8

Please sign in to comment.