@coinflowlabs/vue 1.12.0 → 1.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,8 +4,10 @@
4
4
 
5
5
  ### 1.12.0
6
6
 
7
- - New `CoinflowCardForm` component — simple card input with a single `tokenize()` call and full theme support
8
- - Added theme options for `fontSize` and placeholder text
7
+ - New `CoinflowCardForm` component with variant support (`card-form`, `card-number-form`, `cvv-form`) — simple card inputs with a single `tokenize()` call and full theme support
8
+ - Theme options: `font`, `fontSize`, `background`, `textColor`, `showCardIcon`, `cardNumberPlaceholder`, `cvvPlaceholder`, `expirationPlaceholder`
9
+ - `showCardIcon`: display the detected card brand (Visa, Mastercard, etc.) inline with the card number input
10
+ - Improved browser autocomplete support for card fields
9
11
  - Improved security for iframe communication
10
12
 
11
13
  ## Withdraw