Releases: fintoc-com/fintoc-react-native
Releases · fintoc-com/fintoc-react-native
1.0.2
1.0.1
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
Version 1.0.0 🎉
Breaking Changes ❌
- Changed the view name from
FintocWidgetWebView
toFintocWidgetView
- Changed the props type name from
FintocWidgetWebViewPropsType
toFintocWidgetViewPropsType
- 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
Version 0.1.1 🎉
Fixes 🐛
- Fixed the whitelisted URLs of the webview to the correct ones (
https://widget.fintoc.com
andhttps://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
Version 0.1.0 🎉
Official first version of fintoc-react-native
Additions ➕
- Include the
FintocWidgetWebView
component - Include the
FintocWidgetOptions
,FintocWidgetEventHandlers
andFintocWidgetWebViewPropsType
types