diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aaa008..196fa56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [0.0.3](https://github.com/xsolla/pay-station-sdk/compare/v0.0.2...v0.0.3) (2023-10-12) + +### Features + +- add saved methods, user balance ([2f15d74](https://github.com/xsolla/pay-station-sdk/commit/2f15d7423f4161a2f9a26d3c323b73f1a39c2a41)) +- added getStatus form method ([e2da1ac](https://github.com/xsolla/pay-station-sdk/commit/e2da1ace995ea04bf73748b970bb2dcb7c75565b)) +- added onNextAction form method ([723699b](https://github.com/xsolla/pay-station-sdk/commit/723699b818c3004bca2c82134464f418c7892d0d)) +- added status component ([ef04c96](https://github.com/xsolla/pay-station-sdk/commit/ef04c9631644441c5de39fdd77e76cb93487d3e2)) +- error handler ([6222745](https://github.com/xsolla/pay-station-sdk/commit/62227455bfdbbdb138473e4ef8ee1959b64fd4c4)) +- implement i18n ([c58aae6](https://github.com/xsolla/pay-station-sdk/commit/c58aae642f46c3c5bd2ab641fa18341a6f42a9ba)) +- **PAYMENTS-14328:** add payment-methods component ([c9088d3](https://github.com/xsolla/pay-station-sdk/commit/c9088d3636cc4ce4538e321f7bbc444f5289bddc)) +- **PAYMENTS-14329:** add readme and PaymentMethods integration example ([66595e7](https://github.com/xsolla/pay-station-sdk/commit/66595e7842f27981dd357e89dc7e667483e7a18a)) +- **PAYMENTS-15236:** add finance details component ([9f9708a](https://github.com/xsolla/pay-station-sdk/commit/9f9708a6004f40e8a022f8aa75e4d89c97e6307a)) +- **PAYMENTS-15242:** add form initialization ([583db7c](https://github.com/xsolla/pay-station-sdk/commit/583db7c21768d6e9ae44c21ea5314af53e6b424c)) +- **PAYMENTS-15244:** add payment-form component ([2d154ad](https://github.com/xsolla/pay-station-sdk/commit/2d154addce263e13d2e03948b934539d9eff6a62)) +- **PAYMENTS-15245:** add legal component ([b295418](https://github.com/xsolla/pay-station-sdk/commit/b2954181b92b8a02f2d466ee8a446a6fa336e37c)) +- **PAYMENTS-15256:** set secure component styles ([b08aaf3](https://github.com/xsolla/pay-station-sdk/commit/b08aaf3f1f6564ab426270dc861c694e7756f790)) +- **PAYMENTS-15270:** form - activate & getStatus ([23d28ef](https://github.com/xsolla/pay-station-sdk/commit/23d28ef1b2c9c6ea4d96292b7c068c02ad376bd3)) +- **PAYMENTS-15270:** form - activate & getStatus + tests ([edf95d7](https://github.com/xsolla/pay-station-sdk/commit/edf95d7cc7bf466b827354710903450306fbd2d4)) +- **PAYMENTS-15271:** show errors show field state actions ([1b31e0e](https://github.com/xsolla/pay-station-sdk/commit/1b31e0eafd9f3a4910a0502440f43473bedc614c)) +- **PAYMENTS-16028:** get status without form init ([90fa9c9](https://github.com/xsolla/pay-station-sdk/commit/90fa9c9188e66a0a48d7bc1daa6394bf28229322)) +- **PAYMENTS-16240:** listen control validation ([0fe5a77](https://github.com/xsolla/pay-station-sdk/commit/0fe5a77ceb79522bf46e77105e20bf50e6a99ce3)) +- **TextComponent:** show validation errors ([5e53dea](https://github.com/xsolla/pay-station-sdk/commit/5e53dea3ed364831aac7f04411af679af0aec307)) +- web components architecture implementation ([65b260e](https://github.com/xsolla/pay-station-sdk/commit/65b260ee12683f4a872390fb00c218ea4856a6ca)) + +### Bug Fixes + +- added legal disclaimer translation ([1d0240e](https://github.com/xsolla/pay-station-sdk/commit/1d0240ec73cca6570e53e7d96ea849cd53355ec2)) +- legal check ping messages ([c476097](https://github.com/xsolla/pay-station-sdk/commit/c476097723324a09446611cdb195283d58ec087c)) +- **PAYMENTS-15239:** change text component selector ([f1cbbe9](https://github.com/xsolla/pay-station-sdk/commit/f1cbbe9eb976dabace057e45baadde1442016d1d)) +- **PAYMENTS-15239:** emit selected method id on li element click ([d113dc8](https://github.com/xsolla/pay-station-sdk/commit/d113dc80352967214287e47094217e2626c12f85)) + ## [0.0.2](https://github.com/xsolla/pay-station-sdk/compare/v0.0.1...v0.0.2) (2023-09-22) ### Features