Skip to content

Version 9.18.0

Compare
Choose a tag to compare
@nhunzaker nhunzaker released this 21 Jan 21:49
· 1317 commits to master since this release
  • When registered, the options argument of plugins default to an empty object.
  • Added warning when a Store's registration method is configured to listen to a particular action, however it is undefined. The message should read "Store for [key] is registered to [action], but the handler is undefined!"
  • Upgraded patch release of Diode that fixed strange compilation issues with Babel 5.x in a Node environment.