Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 532 Bytes

CHANGELOG.md

File metadata and controls

17 lines (8 loc) · 532 Bytes

2.1.0 (2018-06-28)

Features

  • add config to contextToProps (2d870cc)

2.0.0 (2018-06-04)

BREAKING CHANGES

config in propsToContext(Provider, config?)(BaseComponent) has been changed to be a list of prop names to include (string[]) or a function of props (returning the desired context).