Skip to content

v4.1.0

Compare
Choose a tag to compare
@favna favna released this 26 Sep 20:46
· 307 commits to master since this release

4.1.0 (2021-09-26)

Features

  • add Fallback component (d949f89)
  • add IfAsync component (will be used automatically when passing a Promise to the condition of <If condition={...}>) (c6ff69c)
  • add promise support to <If /> component (fixes #53) (#111) (18bb83b)
  • update soft minimum NodeJS requirement to v14 - only applies when engines is checked (f1ede6f)

Bug Fixes

  • if: properly throw warnings in dev mode (bd80bbc)