Releases: ctrlplusb/react-async-component
Releases · ctrlplusb/react-async-component
v2.0.0
26 Mar 15:17
Compare
Sorry, something went wrong.
No results found
Major Changes
Updates to react-async-bootstrapper v2.
Errors now get rendered inline. The error message and call stack are send to the client/browser.
Patches
compatibility with autoResolveES2015Default (e767d99 )
Thanks @JounQin for your help!
1.0.2
11 Oct 15:26
Compare
Sorry, something went wrong.
No results found
Patches
Use ComponentType for more flexibility.: 320ee08
Prevent an infinite loop in browsers when an error happens in resolve: 31bc802
Merge pull request #60 from xzyfer/infinite-loop: 3216f71
Fixes issue with childContext warnings/errors.: ccf7672
Merge pull request #59 from bdoss/typings-fix: 7c616b1
Thanks to @xzyfer and @bdoss for their awesome contributions! ❤️
1.0.1
22 Sep 14:17
Compare
Sorry, something went wrong.
No results found
Patches
Adds typescript file to npm files list.: 661274b
1.0.0
22 Sep 09:09
Compare
Sorry, something went wrong.
No results found
1.0.0-beta.3
14 Apr 10:11
Compare
Sorry, something went wrong.
No results found
1.0.0-beta.2
05 Apr 17:30
Compare
Sorry, something went wrong.
No results found
1.0.0-beta.1
05 Apr 10:39
Compare
Sorry, something went wrong.
No results found
Patches
Fixes issue where errors would be swallowed. They now get reported always on node run, and will get reported on browser if no ErrorComponent is specified.: 9dbc835
1.0.0-alpha.2
03 Apr 20:22
Compare
Sorry, something went wrong.
No results found
Major Changes
Renames the configuration prop for async components to .: af77fa3
Huuuuuge update.: cec03b4
1.0.0-alpha.1
17 Mar 16:36
Compare
Sorry, something went wrong.
No results found
Major Changes
Rips out the AsyncComponentProvider in prep for more flexibility.: 62a34c8
Huge refactor of the project. Read the docs. 😊: cfeb2b1
Patches
Updates dependencies and documentation.: d333f27
0.2.2
24 Jan 12:27
Compare
Sorry, something went wrong.
No results found
Patches
Fixes bug where a browser-only implementation was executing behaviour meant for server.: f54e38d