Skip to content

Commit e2eaefc

Browse files
author
Manu
committed
v.0.0.8 is now done
1 parent e4b7da5 commit e2eaefc

5 files changed

Lines changed: 556 additions & 143 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.0.8] 2017-08-24
2+
### Bug fixing
3+
- Updated dependecies
4+
- Added `componentWillUnmount` function to stop warnings of `setState` of unmounted component
5+
- Added `animate.css` file inside the project
6+
- Added `closeButton` which if set to `false` no close button will show
7+
18
## [0.0.6] 2017-12-12
29
### Bug fixing
310
- Moved main to dist/index.js

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ var options = {
3232
message: ,
3333
type: ,
3434
icon: ,
35-
autoDismiss:
35+
autoDismiss: ,
36+
closeButton: ,
3637
}
3738
```
3839

@@ -66,6 +67,9 @@ String used to add an icon to the notification.
6667
This prop is used to tell the notification after how many **seconds** to auto close.
6768
If is set to a value lower than or equal to 0, then the notification will not auto close.
6869

70+
### *closeButton*
71+
If this prop is set to false, than no close button will render in the notification.
72+
6973
## Example code
7074

7175
```
@@ -109,8 +113,8 @@ export default App;
109113
For this component to work properly you have to have the following libraries installed in your project:
110114

111115
```
112-
npm install --save reactstrap@next
113-
npm install --save bootstrap@4.0.0-beta.2
116+
npm install --save reactstrap
117+
npm install --save bootstrap
114118
```
115119
Bootstrap will require the following:
116120
```
@@ -121,5 +125,5 @@ npm install --save jquery
121125
[CHANGELOG]: ./CHANGELOG.md
122126

123127
[LICENSE]: ./LICENSE.md
124-
[version-badge]: https://img.shields.io/badge/version-0.0.7-blue.svg
128+
[version-badge]: https://img.shields.io/badge/version-0.0.8-blue.svg
125129
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

0 commit comments

Comments
 (0)