4 Commits

Author SHA1 Message Date
Greg Bergé
10318b042e fix: fix module resolving
This issue fixes #59

It is possible to create a configuration which will result into a wrong state but it should not happen in 99.99% cases.
2018-05-12 16:09:44 +02:00
Greg Bergé
65cd498a96 docs(example): update 2018-05-05 21:30:06 +02:00
Greg Bergé
99e08c0ae7 feat: ship a single js file
Build is now done using Rollup.
2018-02-04 16:26:53 +01:00
Greg Bergé
601bd3442c feat: stable version 1
- Add a new `render` method to use render props pattern
- Fix all issues with SSR

BREAKING CHANGE: loadable-components/babel is now required if you do server side rendering.
BREAKING CHANGE: ErrorComponent now receive `ownProps` instead of `props`.
2018-02-02 15:24:21 +01:00