- 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.
- Add a way to set default loading and error components. See: #8.
- Updated compose to allow passing of context into the subscribe function. PR46
- 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
09-April-2016
- Add support to React 15.x.x
30-March-2016
- Add disableMode support for composeAll.
30-March-2016
- Remove react-native from peerDependencies.
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.
30-March-2016
- Add a way to disable the functionality of React Komposer. See more.
30-March-2016
- Add loading components for ReactNative. See: PR64
16-March-2016
- Remove browser flag completely where it might give us errors in Meteor.
16-March-2016
- Add support for React Native. See: PR53
- Fix some issue with Meteor's Tracker integration. See PR49
- Update _mounted internal state when unmounting. See: PR39
- Fix a small typo. See: #28
- Implement purity in containers. See: #19.
- Stop wrapping the UI component with a div. See: #15
- Add custom loading and error components to all composers. See: #12
- 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
- Initial Release