Skip to content

1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 13:03
df09f18

Version 1.0.0 πŸŽ‰

Breaking Changes ❌

  • Changed the view name from FintocWidgetWebView to FintocWidgetView
  • Changed the props type name from FintocWidgetWebViewPropsType to FintocWidgetViewPropsType
  • Handlers are now passed directly to the view instead of through a handlers prop object

Fixes πŸ›

  • Now handlers can be omitted, and an identity function will be used instead (() => null)
  • The documentation now correctly describes the name of the library when importing the Fintoc View