Skip to content

Latest commit

 

History

History
395 lines (150 loc) · 16.5 KB

CHANGELOG.md

File metadata and controls

395 lines (150 loc) · 16.5 KB

4.2.3 (2024-10-24)

Bug Fixes

4.2.2 (2024-07-17)

Bug Fixes

  • gravity center not working and cursor disappearing fixes (5aca19d)

4.2.1 (2024-07-03)

Bug Fixes

4.2.0 (2024-04-24)

Features

  • support showing keyboard programmatically (#104) (a6cc7e9)

4.1.2 (2024-02-19)

Bug Fixes

  • eng-6199 fix jackson databind vulnerability (#103) (d8bc4b0)

4.1.1 (2024-02-02)

Bug Fixes

4.1.0 (2024-02-02)

Features

  • expose autofillHints from the edit text within the text element (#100) (0c68b93)

4.0.1 (2024-02-01)

Bug Fixes

  • handle revealing january expiration month as a single digit (#99) (bf61540)

4.0.0 (2024-01-30)

⚠ BREAKING CHANGES

  • removing dependency on java sdk models for consumers

Features

  • remove java sdk dependency for consumers (#98) (3ed978a)

3.2.0 (2023-10-31)

Features

  • updating dependencies and library tools/languages versions (#96) (9433d32)

3.1.0 (2023-09-15)

Features

  • add enableCopy option and getDrawables to TextElement (#94) (87a8404)

3.0.0 (2023-09-12)

⚠ BREAKING CHANGES

  • the value for the month() and year() methods of CardExpirationDateElement is now converted to Int before sending to the API to match the APIs 'card' contract instead of String as it was before.

Features

  • add type conversion when submitting element values (#93) (961d5e3)

2.5.0 (2023-09-04)

Features

  • add gravity attribute to TextElement (#92) (110fe97)

2.4.0 (2023-07-20)

Features

2.3.0 (2023-07-06)

Features

  • adds format fn on CardExpirationDate element (#78) (6cc98f9)

2.2.0 (2023-06-15)

Features

2.1.2 (2023-06-05)

Bug Fixes

2.1.1 (2023-05-31)

Bug Fixes

  • Mapping collections in proxy requests/responses to/from ElementValueReferences (#71) (2d7e4e8)

2.1.0 (2023-05-23)

Features

  • adds example fragment for proxy non-sensitive response (#70) (8520f80)

2.0.0 (2023-05-18)

⚠ BREAKING CHANGES

  • Custom XML attributes have been replaced with either standard android:* attributes or prefixed with bt_* to avoid collisions with other attributes declared in third party libraries

Bug Fixes

  • Replace and prefix custom attributes to prevent collisions (#65) (9edb650)

1.14.0 (2023-05-15)

Features

1.13.1 (2023-05-12)

Bug Fixes

  • removing this properties when converting objects to map (#62) (e2a9005)

1.13.0 (2023-05-05)

Features

  • set hint color and adding jetpack compose example (#61) (4385482)

1.12.0 (2023-05-05)

Features

1.11.0 (2023-05-03)

Features

  • Adds typeface property to elements (#59) (c00241c)

1.10.0 (2023-05-02)

Features

  • Adds support for hidden input types (#58) (98b36f9)

1.9.0 (2023-03-31)

Features

  • allow passing elements in proxy body (#51) (aa92321)

1.8.0 (2023-03-29)

Features

  • updating card bin depending on card length (#52) (6d6585b)

1.7.0 (2023-03-27)

Features

  • do not allow invalid month inputs (#48) (65841c0)

1.6.0 (2023-01-26)

Features

1.5.0 (2023-01-10)

Features

  • Parity with elements on other platforms (#32) (eea07e6)

1.4.0 (2023-01-06)

Features

  • adds support for readonly text elements and value references (#31) (f5901d8)

1.3.0 (2023-01-05)

Features

  • Publishes change event from CardVerificationCodeElement on brand changes (#30) (6e8072a)

1.2.0 (2023-01-05)

Features

  • Adds bin and last4 to change event details (#29) (67c1ced)

1.1.0 (2022-12-21)

Features

1.0.0 (2022-12-20)

⚠ BREAKING CHANGES

  • releasing version 1.0.0

Features

  • Adds documentation for card elements (#21) (ca82935)

0.12.0 (2022-12-16)

Features

  • Adding user-agent header to http requests (#22) (9ee9593)

0.11.0 (2022-12-15)

Features

  • computing cvc mask based on card brand (#20) (86fe06f)

0.10.0 (2022-12-14)

Features

  • Allows custom masks, transforms, and validators on TextElement (#19) (ceaf62c)

0.9.0 (2022-12-13)

Features

  • Saves and restores instance state on elements (#16) (783f153)

0.8.0 (2022-12-12)

Features

  • Adds card brand specific validation and masking (#17) (cd87b8e)

0.7.0 (2022-12-09)

Features

0.6.0 (2022-12-09)

Features

0.5.0 (2022-12-07)

Features

  • Adds CardVerificationCodeElement (#14) (f90e028)

0.4.0 (2022-12-02)

Features

  • Adds CardNumberElement and validator property to TextElement (#10) (968e782)

0.3.0 (2022-12-01)

Features

0.2.0 (2022-11-23)

Features

  • Adds transform property to TextElement (#8) (9a2bcd3)

0.1.0 (2022-11-17)