All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.1 - 2021-05-17
ConnectedComponent
andConnectedComponentBase
as base classes for connected components.- Page can be connected via
ConnectedComponentBase
. - Changelog file
- Fixed AsyncActions not logged to Redux DevTools.
- Fixed connected component render logic to not do unnecessary renders
- Updated dependencies to the latest versions.
ComponentConnector
class superseded byConnectedComponent
andConnectedComponentBase
.