Skip to content

Commit

Permalink
Merge pull request #128 from kreuzerk/develop
Browse files Browse the repository at this point in the history
RC 2
  • Loading branch information
nivekcode authored Nov 15, 2017
2 parents d9f8572 + fc8980e commit 33e8213
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@ script:
after_success:
- npm run test-coverage
- npm run report-coverage
before_deploy:
- cd dist
deploy:
provider: firebase
token:
secure: ${FIREBASE_TOKEN}
on:
tags: true
skip_cleanup: true
provider: npm
email: [email protected]
api_key: ${NPM_KEY}
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ 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.

### AdvGrowlComponent
The AdvGrowlModule exports a component named AdvGrowlComponent. You need to include this component
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "3.0.0-rc.2",
"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

0 comments on commit 33e8213

Please sign in to comment.