Skip to content

Releases: ctrlplusb/react-async-component

v2.0.0

26 Mar 15:17
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Patches

  • Adds typescript file to npm files list.: 661274b

1.0.0

22 Sep 09:09
Compare
Choose a tag to compare

Patches

1.0.0-beta.3

14 Apr 10:11
Compare
Choose a tag to compare

Patches

  • Use external PropTypes for better support.: 8c68c2e (thanks @birkir!)

1.0.0-beta.2

05 Apr 17:30
Compare
Choose a tag to compare

Minor Changes

  • Make env configurable: f53bfe7
  • Merge pull request #26 from timsuchanek/env: 3b0ccff

1.0.0-beta.1

05 Apr 10:39
Compare
Choose a tag to compare

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
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release

Major Changes

  • Renames the configuration prop for async components to .: af77fa3
  • Huuuuuge update.: cec03b4

1.0.0-alpha.1

17 Mar 16:36
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release

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
Choose a tag to compare

Patches

  • Fixes bug where a browser-only implementation was executing behaviour meant for server.: f54e38d