This repository was archived by the owner on Oct 22, 2020. It is now read-only.
Releases: blackmirror-media/BMInputBox
Releases · blackmirror-media/BMInputBox
Verson 1.2.3
Version 1.3.0
Updated project to use Swift 3 syntax.
Added a feature to set a box to be optional.
Version 1.2.2
- Added validation on lenght for the plain text input.
- Added onChange event to interact with the entered text.
- Fixing layout issues.
Version 1.2.1
Updated pod to latest Swift syntax.
Version 1.2.0
Updated for Swift 2.
Better compatibility with ObjC projects.
Bug fixes.
Version 1.1.3
Bug fix: Fixing rounding issue when validating float values.
Version 1.1.2
Fixing an issue where validating an empty field causes a crash.
Version 1.1.1
- Fixing layout issues with validation label
- Fixing crash when validating an empty string.
Version 1.1.0
Adding minimum and maximum validation for NumberInput type.
Version 1.0.1
Added support for ObjectiveC projects. Now enum created in Swift are visible in the bridging header.