Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 912 Bytes

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 912 Bytes

Changelog

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

Added

  • ConnectedComponent and ConnectedComponentBase as base classes for connected components.
  • Page can be connected via ConnectedComponentBase.
  • Changelog file

Changed

  • Fixed AsyncActions not logged to Redux DevTools.
  • Fixed connected component render logic to not do unnecessary renders
  • Updated dependencies to the latest versions.

Removed

  • ComponentConnector class superseded by ConnectedComponent and ConnectedComponentBase.