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 c0f494f commit b17650fCopy full SHA for b17650f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## react-coroutine v1.0.6
2
+
3
+ * Use latest `shallowequal` without `lodash` dependency (–3kb of minified code)
4
5
## react-coroutine v1.0.5
6
7
* Fix the issue with redundant updates due to late props comparison
package.json
@@ -24,7 +24,7 @@
24
"license": "MIT",
25
"dependencies": {
26
"react": "15.x",
27
- "shallowequal": "~0.2.2"
+ "shallowequal": "~1.0.1"
28
},
29
"devDependencies": {
30
"babel-cli": "6.x",
0 commit comments