Skip to content

Latest commit

 

History

History
93 lines (55 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

93 lines (55 loc) · 2.87 KB

ChangeLog

v1.12.0

  • Added withRef option to expose the underline component. See PR88.
  • Remove disableMode from the docs since with the new stubbing functionality we don't need a disableMode.

v1.11.0

  • Add a way to set default loading and error components. See: #8.

v1.10.0

  • Updated compose to allow passing of context into the subscribe function. PR46

v1.9.0

  • Add a way to provide a stubbed version of composer. See: PR87
  • Refactor the code base for simplyness.
  • Pass props to the loading component. PR47

v1.8.0

09-April-2016

  • Add support to React 15.x.x

v1.7.2

30-March-2016

  • Add disableMode support for composeAll.

v1.7.1

30-March-2016

  • Remove react-native from peerDependencies.

v1.7.0

30-March-2016

  • Remove default loading and error components in ReactNative. User always needs to provide them.
  • Earlier we conditionally require react-native and use it. But, it's not going to work with Webpack as it needs RN to be available inside the project.

v1.6.0

30-March-2016

  • Add a way to disable the functionality of React Komposer. See more.

v1.5.0

30-March-2016

  • Add loading components for ReactNative. See: PR64

v1.4.1

16-March-2016

  • Remove browser flag completely where it might give us errors in Meteor.

v1.4.0

16-March-2016

  • Add support for React Native. See: PR53

v1.3.3

  • Fix some issue with Meteor's Tracker integration. See PR49

v1.3.2

  • Update _mounted internal state when unmounting. See: PR39

v1.3.1

  • Fix a small typo. See: #28

v1.3.0

  • Implement purity in containers. See: #19.

v1.2.1

  • Stop wrapping the UI component with a div. See: #15

v1.2.0

  • Add custom loading and error components to all composers. See: #12

v1.1.0

  • Add composeAll utility.
  • Allow to pass custom error component and loading component as options. See: #7
  • Allow to return a cleanup function from the tracker composerFunction as well. See: #8

v1.0.0

  • Initial Release