All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.1.0 (2022-07-05)
- Support React 17 and 18 as peerDependencies (eee15fb)
3.0.0 (2020-01-30)
- Now requires at least React v16.6.0
- Removed usage of legacy Context API
- Moved to new React Context API
- Functionality should be equivalent, but with all things be sure to test your application.
2.0.0 (2020-01-15)
- Now requires at least React v16.3.0.
1.6.1 (2018-10-26)
1.6.0 (2018-06-07)
1.5.0 (2017-12-11)
- Add missing
assert
to test (127d808)
- Add watch mode for local development (4e7fe43)
- Merge models passed from context and props (#15) (cf2b9e8), closes #14
1.4.0 (2017-09-20)
- Add props as second arg to mapModelsToProps (d971b884e)
1.3.2 (2017-09-18)
- Handle error when passed an undefined model (e5f09c9)
- Handle null models in default mapping (ab0a0e2)
1.3.1 (2017-09-15)
- Add models existence check on props update (469073c)
1.3.0 (2017-09-13)
- Fix bug where models were not listened to when they were set as properties, after initial construction. (7187bc7)
1.2.0 (2017-06-21)
- Update state when props passed to connected components change (3e2f59f)
1.1.0 (2017-04-28)
- Support React 15.5+ (bbea532)
1.0.1 (2017-03-17)
- Don't call createNewProps if component has been unmounted. (1a83663)
- Rename Connect to ConnectBackboneToReact (f2899c6), closes #4
- Spy on setState for most test assertions. (f3253d2)
- Actually add packages we depend on to our dependencies list. (3783799)
- PR feedback from Justin (f5764d0)
- Add modelTypes as an option you can set. (0ce0b46)
- Add standard-version for automating changelog creation. (214ae1f)
- Create BackboneProvider (52c41c0)
- Initial import of all functionality! (0b16681)
- Move react to peerDep (0d62b8b)
- Update API for connectBackboneToReact to require passing modelsMap through as a prop. (2a23d8d)