All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.3.2-beta.0 (2018-07-13)
- nerv: fix the buggy behavior of modifying context when calling getChildContext (56911c6)
1.3.1 (2018-06-29)
- set empty methods to propTypes (1dbbdd0)
1.3.0-beta.0 (2018-05-31)
- export PropTypes as top-level API (f45010f)
1.2.17 (2018-04-01)
Note: Version bump only for package nerv-build
1.2.16 (2018-03-26)
1.2.15 (2018-03-15)
- cloneElement should clone children as well (682fe15)
- Stateless component should support function returning null. (386f07a)
- nerv-build: fix error during installing nerv-build on windows (6f9caf6)
- test: add test for commit 386f07a and 682fe15. (f307fec)
- test: normalize html and format the test file (a0de170)
1.2.14 (2018-03-08)
- as per React, functional ref should also detach (9338a0a)
- cloneElement should clone void vnode as well (b007de9)
- findDOMNode should return null while input is invalid (76bbec5)
- patch do nothing when lastVnode and nextVnode are both Portal (cd99801)
- ref should exec after componentDidMount hook (7bf5efa)
- ref should exeute before render() function (a4cb918)