|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +# [1.0.0-alpha.1](https://github.com/juspay/hyperswitch-react-native-libraries/compare/@juspay-tech/react-native-hyperswitch@0.4.0...@juspay-tech/react-native-hyperswitch@1.0.0-alpha.1) (2026-04-09) |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | + |
| 10 | +- cvc widget ios ([ad85fa2](https://github.com/juspay/hyperswitch-react-native-libraries/commit/ad85fa2059069b5704e25d6755f17b60f2f81803)) |
| 11 | +- example app ([3f7e6c2](https://github.com/juspay/hyperswitch-react-native-libraries/commit/3f7e6c2ecea27360121c61a6bb649582fd2b169d)) |
| 12 | +- headless bug ([84c04b3](https://github.com/juspay/hyperswitch-react-native-libraries/commit/84c04b31dfb55ad74ebdcac25d1f4399b0fa99b9)) |
| 13 | +- multi callback response setup using widget-actions ([f3e6f6d](https://github.com/juspay/hyperswitch-react-native-libraries/commit/f3e6f6d20a899b49f5aad41a4a5bb21fd192dab8)) |
| 14 | +- native widget confirm payment ([c37520d](https://github.com/juspay/hyperswitch-react-native-libraries/commit/c37520d03dfed56c5140dee8d8bbc53c37081e19)) |
| 15 | +- receive response on native-ios from js bundle ([5d08fe3](https://github.com/juspay/hyperswitch-react-native-libraries/commit/5d08fe3073e45046a9facf3c05a2e289b5cc1edb)) |
| 16 | +- refactored expposed apis ([37f3d44](https://github.com/juspay/hyperswitch-react-native-libraries/commit/37f3d444740bd56d828ebf43787ff07c9f8e1411)) |
| 17 | +- type fixes ([7d6ce7b](https://github.com/juspay/hyperswitch-react-native-libraries/commit/7d6ce7b0863c54a20cee988b27dc1e1a21f405fb)) |
| 18 | +- widget action type ([8a8119f](https://github.com/juspay/hyperswitch-react-native-libraries/commit/8a8119f336d9fabfca603dfdde0d978b3a0eb7e3)) |
| 19 | + |
| 20 | +### Features |
| 21 | + |
| 22 | +- Add NativePaymentWidget module and integrate payment confirmation functionality ([403476e](https://github.com/juspay/hyperswitch-react-native-libraries/commit/403476ef8ff0a6e5383a3dbc5195db41af1cfdae)) |
| 23 | +- added cvcWidget, updated appearance keys and added cvcStatus event ([1b6982b](https://github.com/juspay/hyperswitch-react-native-libraries/commit/1b6982b4413e2d62dd761ffb770f1f4449766fd2)) |
| 24 | +- added eventValidator for sending warning message if invalid event is subscribed to ([4f75d17](https://github.com/juspay/hyperswitch-react-native-libraries/commit/4f75d172c242d0f17bc4161c7a984d073143a9df)) |
| 25 | +- added subscription events ([15d94d8](https://github.com/juspay/hyperswitch-react-native-libraries/commit/15d94d8534c619a2a8a8dbee8547902220a3124e)) |
| 26 | +- confirm-payment for widget (ios) ([58377a5](https://github.com/juspay/hyperswitch-react-native-libraries/commit/58377a56888d4f17901da0d69a70bc560ac65c2b)) |
| 27 | +- Enhance payment intent creation and widget functionality ([d7da0f8](https://github.com/juspay/hyperswitch-react-native-libraries/commit/d7da0f8a413d13170df01949d2d0f36ae3e25db6)) |
| 28 | +- Enhance payment widget functionality with update intent handling ([8232662](https://github.com/juspay/hyperswitch-react-native-libraries/commit/82326629ac9b8e821fd9a76cb782536a59373c39)) |
| 29 | +- headless methods in ios ([3e2e6b3](https://github.com/juspay/hyperswitch-react-native-libraries/commit/3e2e6b33ee9a52560f5aab717fa52a779e9e47a4)) |
| 30 | +- implement confirm payment functionality and refactor widget integration ([bf938b6](https://github.com/juspay/hyperswitch-react-native-libraries/commit/bf938b6f0774f29df711abf6139bb8c4e71cfd39)) |
| 31 | +- Implement update intent functionality for payment widgets ([9a13ddc](https://github.com/juspay/hyperswitch-react-native-libraries/commit/9a13ddced0a211cef02f707de50afb1e0ce8245b)) |
| 32 | +- Implement update payment functionality and enhance payment widget with sdkAuthorization handling ([cacda9e](https://github.com/juspay/hyperswitch-react-native-libraries/commit/cacda9e7e03a424edf00f4227712b2ee024f1e1e)) |
| 33 | +- Prevent multiple update intent completions by adding a check ([7102a01](https://github.com/juspay/hyperswitch-react-native-libraries/commit/7102a01609aceb434507570cf93fb8e123fde194)) |
| 34 | + |
6 | 35 | # [0.4.0](https://github.com/juspay/hyperswitch-react-native-libraries/compare/@juspay-tech/react-native-hyperswitch@0.3.0...@juspay-tech/react-native-hyperswitch@0.4.0) (2026-03-06) |
7 | 36 |
|
8 | 37 | ### Bug Fixes |
|
0 commit comments