Releases: fintoc-com/fintoc-react-native
Releases · fintoc-com/fintoc-react-native
1.0.3
1.0.2
Version 1.0.2 🎉
Fixes 🐛
- Fix build pipeline by updating some of the CI versions
Additions ➕
- Add a
buildCI pipeline - Add a
testCI pipeline
1.0.1
Version 1.0.1 🎉
Fixes 🐛
- The
queryStringBuildernow supports nested parameters and arrays when parsing the query params.
Non Breaking Changes ➖
- Updated node version to v20.9 and added
.nvmrcfile. - Added unit tests for
buildQueryStringutil function.
1.0.0
Version 1.0.0 🎉
Breaking Changes ❌
- Changed the view name from
FintocWidgetWebViewtoFintocWidgetView - Changed the props type name from
FintocWidgetWebViewPropsTypetoFintocWidgetViewPropsType - Handlers are now passed directly to the view instead of through a
handlersprop 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.comandhttps://wizard.fintoc.com) - Removed unnecessary
vite-env.d.tsfile - Update
README.mdfile 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
FintocWidgetWebViewcomponent - Include the
FintocWidgetOptions,FintocWidgetEventHandlersandFintocWidgetWebViewPropsTypetypes