Skip to content

Releases: fintoc-com/fintoc-react-native

1.0.2

10 May 17:28
a2b47a8
Compare
Choose a tag to compare

Version 1.0.2 🎉

Fixes 🐛

  • Fix build pipeline by updating some of the CI versions

Additions ➕

  • Add a build CI pipeline
  • Add a test CI pipeline

1.0.1

10 May 13:25
fe3daa7
Compare
Choose a tag to compare

Version 1.0.1 🎉

Fixes 🐛

  • The queryStringBuilder now supports nested parameters and arrays when parsing the query params.

Non Breaking Changes ➖

  • Updated node version to v20.9 and added .nvmrc file.
  • Added unit tests for buildQueryString util function.

1.0.0

31 Mar 13:03
df09f18
Compare
Choose a tag to compare

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

0.1.1

25 Mar 01:56
44f937c
Compare
Choose a tag to compare

Version 0.1.1 🎉

Fixes 🐛

  • Fixed the whitelisted URLs of the webview to the correct ones (https://widget.fintoc.com and https://wizard.fintoc.com)
  • Removed unnecessary vite-env.d.ts file
  • Update README.md file to point to the right default branch for making releases

0.1.0

24 Mar 14:20
2e4bf42
Compare
Choose a tag to compare

Version 0.1.0 🎉

Official first version of fintoc-react-native

Additions ➕

  • Include the FintocWidgetWebView component
  • Include the FintocWidgetOptions, FintocWidgetEventHandlers and FintocWidgetWebViewPropsType types