|
1 | 1 | # @godaddy/react |
2 | 2 |
|
| 3 | +## 1.0.0 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- 1864bc2: This marks the first stable major release of our GoDaddy JavaScript libraries, representing a significant milestone in our platform development. |
| 8 | + |
| 9 | + A comprehensive React component library for GoDaddy checkout experiences, featuring: |
| 10 | + |
| 11 | + - Complete checkout session management with GraphQL integration |
| 12 | + - Support for multiple payment providers (Stripe, PayPal) |
| 13 | + - Comprehensive checkout features including billing/shipping addresses, tips, promotions, and tax collection |
| 14 | + - Multi-environment support (dev, ote, prod, test) |
| 15 | + - Built with modern React patterns using Radix UI components and Tailwind CSS |
| 16 | + |
| 17 | + Internationalization support for GoDaddy checkout components: |
| 18 | + |
| 19 | + - Structured localization framework covering all checkout aspects |
| 20 | + - Initial French (France) localization with comprehensive translation coverage |
| 21 | + - Extensible architecture for adding additional locales |
| 22 | + - Seamless integration with the React component library |
| 23 | + |
| 24 | + Essential platform integration tools for GoDaddy app developers: |
| 25 | + |
| 26 | + - Cryptographic request verification using ECDSA-P256-SHA256 |
| 27 | + - Webhook subscription verification with HMAC-SHA256 |
| 28 | + - Framework-specific adapters for Express.js and Next.js |
| 29 | + - Comprehensive error handling following GoDaddy standards |
| 30 | + - Environment-based configuration support |
| 31 | + |
| 32 | + These packages provide the foundation for building robust, secure, and internationalized applications on the GoDaddy platform. |
| 33 | + |
| 34 | +### Patch Changes |
| 35 | + |
| 36 | +- Updated dependencies [1864bc2] |
| 37 | + - @godaddy/localizations@1.0.0 |
| 38 | + |
3 | 39 | ## 0.1.0 |
4 | 40 |
|
5 | 41 | ### Minor Changes |
|
0 commit comments