Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

47 lines (35 loc) · 1.93 KB

Changelog

v2.4.0

Feature

Internal

  • Bump hoist-non-react-statics@3.3.2

v2.3.1

Bug fix

v2.3.0

Bug fix

  • Fixed issue with FetchingProvider remounting children #14 - by @ivanCosic

Internal

  • Upgrade dependencies to their latest version f774f74

v2.2.0

Features

  • Include Flow Type definitions as part of the package #5

Internal

  • Upgrade dependencies to their latest version #6
  • Simplify withMessages HOC 3e276b4

v2.1.1

Bug fix

  • Add pointer to the type definitions in the package.json file bc9f352

v2.1.0 (2019-03-17)

Features

  • Rewrite with Typescript #3
  • Include Typescript definitions in the package

v2.0.0 (2019-03-16)

Features

  • Rewrite with Hooks, expose useMessageSource hook #1
  • Support for ForwardRef #2

Improvements

  • Expose MessageSourceContext.Consumer

v1.0.0 (2019-03-05)

  • First stable version