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 2277cfe commit 28869b6Copy full SHA for 28869b6
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [2.9.1](https://github.com/streamich/libreact/compare/v2.9.0...v2.9.1) (2018-12-22)
2
+
3
4
+### Bug Fixes
5
6
+* define shouldUpdate function ([2277cfe](https://github.com/streamich/libreact/commit/2277cfe))
7
+* ensure we always return boolean from shouldComponentUpdate ([f2776ab](https://github.com/streamich/libreact/commit/f2776ab))
8
9
# [2.9.0](https://github.com/streamich/libreact/compare/v2.8.1...v2.9.0) (2018-12-22)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "libreact",
- "version": "2.9.0",
+ "version": "2.9.1",
"description": "React standard library",
"main": "lib/index.js",
"repository": {
0 commit comments