Skip to content

v7.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 14:23
· 62 commits to master since this release
caff4ab

🐛 Bug Fixes

  • feat: typings update #33 (@AlexandrHoroshih)
  • bind and mapItem now optional for for list in both types and implementation (closes
    Why list.bind and list.mapItem are required? #29)
  • variant will not require to specify all possible cases (for e.g. we need only a couple and render default for the rest). But it is still forced to add at least one possible case at types level, otherwise there is no sense to use variant at all