We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9e446 commit 4e04511Copy full SHA for 4e04511
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.5.0 (April 14, 2017)
2
+
3
+* Use React `Component` instead of `createClass` and `prop-types` library to suppress deprication warnings
4
5
## 1.4.0 (May 28, 2016)
6
7
* Added `contentStyle` property to extend content container styles
package.json
@@ -1,6 +1,6 @@
{
"name": "react-loader-advanced",
- "version": "1.4.1",
+ "version": "1.5.0",
"description": "Show loader overlaying your component during async events.",
"main": "./lib/react-loader-advanced.js",
"scripts": {
0 commit comments