Skip to content

Releases: ingresse/aphrodite

Hotfix - Allow letters on credit card document

13 May 14:55
b95a491

Choose a tag to compare

What's Changed

  • [HotFix] - Accepts letter when nationality is different from BRA by @MoisesSantana in #46

New Contributors

Full Changelog: 1.6.7...1.6.8

New credit card inputs

29 Feb 22:41
ed457d3

Choose a tag to compare

1.6.7

chore(1.6.6): adding a new build folder (#44)

New credit card inputs

29 Feb 22:15
5bc26d6

Choose a tag to compare

1.6.6

chore(1.6.4): adding a new build folder (#43)

New credit card input

29 Feb 22:09
5bc26d6

Choose a tag to compare

1.6.5

chore(1.6.4): adding a new build folder (#43)

New credit card input

29 Feb 21:42
f214e35

Choose a tag to compare

1.6.4

chore(1.6.3): adding a new build folder (#41)

New credit card input

29 Feb 17:56
d7826e2

Choose a tag to compare

1.6.3

Update CreditCardNumberDirectiveTemplate.html

Add: 'Credit Card' CVV field digits validation;

05 Feb 19:28
fbe97ac

Choose a tag to compare

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;

02 Feb 03:18
d903179

Choose a tag to compare

Merge pull request #39 from ingresse/feature/credit-card-opt-bins

Add: 'Credit Card' bin validation to Directive;

Add: 'Credit Card' utilities;

29 Oct 17:42
6ad5724

Choose a tag to compare

Merge pull request #38 from ingresse/feature/payment-wallet

Update: 'Fast Payment' title;

ADD a generics sass for font-size and font-weight

17 Dec 13:43

Choose a tag to compare

  • ADD a generics sass for font-size and font-weight