File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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.
6667This prop is used to tell the notification after how many ** seconds** to auto close.
6768If 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;
109113For 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```
115119Bootstrap 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
You can’t perform that action at this time.
0 commit comments