Releases: medipass/react-credit-card-input
Releases · medipass/react-credit-card-input
0.4.5
Changes
Enhancements
- Implemented card expiry validation with error messages. dfc260c
- Added keywords to
package.json
. b0568e1
- Amended
.gitignore
. 8a940c3
- Replaced Webpack with Rollup. 6ec1693
- Added Flow and flowified code. 8552972
Special thanks
v0.4.3
Changes
Fixes
- Fix autocomplete attribute case on
<input>
. 5c3afbc
v0.4.2
Changes
Enhancements:
- Added credit card autocomplete attribute to card number, expiry and cvc. (#7) 1049fa1
v0.4.1
Changes
Enhancements:
- Added card image style overrides. e76fb0a
v0.3.0
Changes
Features:
- Added ability to provide custom input components. 0e0bea5
- Added docs to use with redux-form. 22ae9b8
v0.2.0
Changes
Features:
- Add prop
fieldClassName
to override field wrapper styles. a430a9b
v0.1.1
Changes
Enhancements:
- Internal - Removed
file-loader
and encode card images to base 64. 668e55d