Releases: verygoodsecurity/collect-js-react
Releases · verygoodsecurity/collect-js-react
v2.0.0
What's Changed
- Add integration with CMP by @flor-master in #72
- Fields:
CardNumberField
,CardExpirationDateField
,CardSecurityCodeField
have default field names, validations, and placeholders CardExpirationDateField
has default year lengths of 2
Full Changelog: v1.5.2...v2.0.0
v1.5.2
What's Changed
- [DEVX-1210] Add AP region support by @AnnaKudriasheva in #69
- Bump version by @flor-master in #70
- Update npm token by @flor-master in #71
Full Changelog: v1.5.1...v1.5.2
v1.5.1
v1.4.1
v1.4.0
v1.3.1
v1.3.0
What's Changed
- Mock nanoid for Jest by @flor-master in #49
- Remove gh-pages from deps by @AnnaKudriasheva in #50
- Fix webpack vulnerability by @AnnaKudriasheva in #51
- Replace nanoID with pure JS function by @flor-master in #56
- bump version 1.3.0 by @flor-master in #57
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Replace native UUID by UUIS with polyfill by @flor-master in #48
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- DEVX-312: react 18 migration + fix for incorrect render on component re-mount. by @vivalafit in #44
New Contributors
- @vivalafit made their first contribution in #44
Full Changelog: v1.0.0...v1.1.0
- React 18 support.
- Fixed form render with moving form initialization to useEffect + added mandatory form state wrapper that syncs Form.tsx with Field.tsx
(that was causing missing fields on double render - testable with strict mode on react 18)