This repository was archived by the owner on Apr 5, 2026. It is now read-only.
v4.1.0
4.1.0 (2021-09-26)
Features
- add
Fallbackcomponent (d949f89) - add
IfAsynccomponent (will be used automatically when passing aPromiseto theconditionof<If condition={...}>) (c6ff69c) - add promise support to
<If />component (fixes #53) (#111) (18bb83b) - update soft minimum NodeJS requirement to v14 - only applies when
enginesis checked (f1ede6f)
Bug Fixes
- if: properly throw warnings in dev mode (bd80bbc)