5 Commits

Author SHA1 Message Date
Greg Bergé
ea6d5f7442 chore: cleanup examples package.json 2019-04-10 21:34:35 +02:00
Greg Bergé
d04e1c978d
fix(suspense): fix suspense mode in React v16.8+ (#251) 2019-02-25 08:33:14 +01:00
Greg Bergé
eaa5e918d1 chore(example): upgrade deps 2019-01-11 15:27:31 +01:00
Greg Bergé
d711ee0c60 fix(component): fix lazy usage
It seems like a breaking change but the library has been released
yesterday, so I will not publish a new major again.
2018-10-31 13:52:28 +01:00
Greg Bergé
94b2e87e56 feat: add new loadable.lib, change API
BREAKING CHANGE:

- `ErrorComponent` is ignored, please use Error Boundaries to handle errors.
- `lazy` is no longer exported
- `LoadingComponent` is replaced by `fallback` option
- `ref` are now forwarded
2018-10-30 17:12:57 +01:00