Releases: ingresse/aphrodite
Releases · ingresse/aphrodite
Hotfix - Allow letters on credit card document
What's Changed
- [HotFix] - Accepts letter when nationality is different from BRA by @MoisesSantana in #46
New Contributors
- @MoisesSantana made their first contribution in #46
Full Changelog: 1.6.7...1.6.8
New credit card inputs
1.6.7 chore(1.6.6): adding a new build folder (#44)
New credit card inputs
1.6.6 chore(1.6.4): adding a new build folder (#43)
New credit card input
1.6.5 chore(1.6.4): adding a new build folder (#43)
New credit card input
1.6.4 chore(1.6.3): adding a new build folder (#41)
New credit card input
1.6.3 Update CreditCardNumberDirectiveTemplate.html
Add: 'Credit Card' CVV field digits validation;
New Directive
only-digits
Created to the input tag, used as attribute, to only accept number to the field:
<input
class="aph form__control"
type="tel"
...
data-ng-model="cardCVV"
data-only-digits
data-only-digits-min-length="3"
data-only-digits-max-length="4"
/>Updated Directive
creditcard-cvv
Removed field mask, to hide the underline presence and make possible the native placeholder.
Now using the new directive only-digits to validate the field value.
Add: 'Credit Card' bin validation to Directive;
Merge pull request #39 from ingresse/feature/credit-card-opt-bins Add: 'Credit Card' bin validation to Directive;
Add: 'Credit Card' utilities;
Merge pull request #38 from ingresse/feature/payment-wallet Update: 'Fast Payment' title;
ADD a generics sass for font-size and font-weight
- ADD a generics sass for font-size and font-weight