Skip to content

Latest commit

 

History

History
82 lines (37 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

82 lines (37 loc) · 3.34 KB

2.1.0 (2022-04-17)

Features

  • adds support for React v18 (663ab21)

2.0.0 (2022-04-17)

Features

  • adds support for React v18 (a895665)

BREAKING CHANGES

  • switched to use-context-selector library, which has additional peerDependency scheduler

1.12.0 (2022-04-17)

Features

  • adds support for React v18 (6e4461e)

1.11.0 (2022-04-12)

Features

  • updates peerDeeps for react v17 (8a8759b)

1.10.1 (2021-02-17)

Bug Fixes

  • MergedStore allows updating child component (3c7f5a5)

1.10.0 (2020-04-23)

Features

  • use-context-selection, updates examples and doc (c871e65)

1.9.1 (2020-04-10)

1.9.0 (2020-04-10)

Features

  • adds withMockProvider to testUtils (4734b6a)

1.8.1 (2020-04-07)

1.8.0 (2020-04-06)

1.7.0 (2020-04-06)

1.6.1 (2020-03-26)

Bug Fixes

  • onInit selectors uses parsedOptions (7641026)

1.6.0 (2020-03-12)

Bug Fixes

Features

  • performance comparisson regular Contxt (df26399)
  • test workflow (3a08fa1)