Skip to content

Latest commit

 

History

History
88 lines (42 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

88 lines (42 loc) · 2.77 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.4.1 (2019-09-03)

4.4.0 (2019-06-10)

Bug Fixes

  • lib: allow es6 modules to mapDispatchToTarget (edef178)

Features

  • store creator callback: provide callback for creating store (9f45122)

4.3.0 (2019-05-12)

Features

  • store creator callback: provide callback for creating store (9f45122)

4.2.0 (2018-10-12)

Features

  • chore: document provide store functionality (0b3ff32)
  • typings: add provideStore typings (7ea48db)

4.0.3 (2018-07-11)

Features

  • typings add provider config types (3eb5euu)
  • Debounce of the digests triggered by store modification

4.0.3 (2018-03-18)

4.0.1 (2018-02-07)

4.0.0 (2018-02-07)

Chores

  • build: makes redux a peerDependency (187534a)

Features

  • lib: added initial populate dispatch (b94282b)
  • lib: fixes bugs with proposed provided-store logic (745f3c7)
  • lib: provide store functionality (5bc1583)
  • lib: reverted a change to the store initialization (8128828)

BREAKING CHANGES

  • build: we aren't including redux to our umd build anymore.

Also added back the umd (dist) build since we still need to support it, but it will be .gitignored

Added some bower support workaround in Readme