Skip to content

v0.3.1

Compare
Choose a tag to compare
@ezhlobo ezhlobo released this 16 Apr 11:18
· 60 commits to master since this release

Fixed

  • Fixed using object in attribute values. Following code does not throw error anymore.

    Component(
      iam-object={ one: 'first', two: 'second' }
    )