Skip to content

Releases: BadhanGanesh/BJOTPViewController

v2.6.1 | Example Project Bug Fix

17 Aug 20:12
eb6dd48
Compare
Choose a tag to compare

What's New:

  • Fixed an issue where the package is not recognised as a dependency in the example project.

v2.6.0 | Example Project, DocC Documentation Page, Brand Image

17 Aug 19:55
62bdf22
Compare
Choose a tag to compare

What's New:

  • FIXED issue #13.
  • Added example project, so it is easy to quickly try and see how things work.
  • Added new properties - brandImage & closeButtonColor.
  • Added docs folder that contains files for documentation.
  • README changes and inline documentation updates.

v2.5.0 | Footer Button, New Delegate methods & Properties

08 Aug 22:06
345f6cb
Compare
Choose a tag to compare

What's New:

  • Added new properties - shouldFooterBehaveAsButton, footerButtonColor.
  • Added new delegate methods - didClose, didTap.
  • Documentation changes.
  • ReadMe changes.
  • Now changing UI-related public attributes will reflect immediately in view controller.
  • Footer Label can now act as a button
    • This can be used to resend otp from server.

v2.4.2 | Haptics Bug Fix

28 May 10:06
a2abe9a
Compare
Choose a tag to compare

What's New:

  • Fixed a bug where the hapticsEnabled property won't work on some instances.

v2.4.1 | Non code-level changes

28 May 09:43
dfc0f37
Compare
Choose a tag to compare

What's New:

  • Updated README file.

v2.4.0 | Haptics & Other Additions

28 May 09:21
b86c32b
Compare
Choose a tag to compare

What's New:

  • Added an alert whenever there is an attempt to dismiss a modal VC, asking for the user's consent whether they want to close it without authenticating or not.
  • Added haptics to the following interactions:
    • Authenticate button interactions.
    • Error pop-ups.
    • Auto-paste pop-up.
    • Modal dismissal pop-up.

v2.3.3 | Copy-Paste Issue Fix

24 Apr 19:39
9382e48
Compare
Choose a tag to compare

What's New:

  • Disabled paste menu option (iOS and macOS) for strings that have count not equal to allowed number of OTP characters. This avoids several issues during copy-paste operations for secure text entry fields.

v2.3.2 | Bug Fix

18 Apr 17:01
bbea84a
Compare
Choose a tag to compare

What's New:

  • Fixed #1
    primaryHeaderTitle and secondaryHeaderTitle Not working

v2.3.1 | Bug Fixes

17 Apr 21:18
16c3f78
Compare
Choose a tag to compare

Whats' New:

  • viewDidAppear bug that replaces textfields with "" - FIXED.
  • A bug where erasing existing content from textfield won't move the responder status to previous textfield - FIXED.

v2.3.0 | Auto-fill from clipboard

15 Apr 21:19
bdd2840
Compare
Choose a tag to compare

What's New:

  • Added the ability to ask user whether to paste recently copied text from clipboard or not (so added 2 more public properties):
    • shouldPromptUserToPasteCopiedStringFromClipboard
    • shouldAutomaticallyPasteCopiedStringFromClipboard
  • Much better keyboard and orientation-change handlings.
  • New and updated screenshots that reflects view controller's current state.
  • Some small UI improvements.