Skip to content

Releases: xmartlabs/XLForm

4.3.0

24 Mar 13:29
870afc5
Compare
Choose a tag to compare
  • Add datePicker style property to XLFormDateCell (#1078)

4.2.0

12 Oct 12:41
74bde21
Compare
Choose a tag to compare
  • Support for Swift Package Manager (#1073)
  • Fix Carthage build (#1075)

4.1.0

02 Oct 12:53
3dd39ed
Compare
Choose a tag to compare

This version adds:

  • Fix crash when .Nib is inside a framework bundle. (#1050)
  • iOS 13 dark mode support. (#1057)
  • Updates for Swift 5 in Examples

4.0.1

15 Apr 14:14
6ac3115
Compare
Choose a tag to compare
  • Memory improvements and fixes.
  • Other minor fixes

Xcode 9 compatible.

26 Oct 17:41
Compare
Choose a tag to compare

• Bug fixes and stability improvements.
Deployment target changed to 9.0

3.3.0

17 Nov 14:10
Compare
Choose a tag to compare
  • Added cellConfigForSelector to style XLFormOptionsViewController
  • Added properties to limit number of characters in XLFormTextFieldCell and XLFormTextViewCell
  • Minor fixes

3.2.0

16 Jun 13:35
Compare
Choose a tag to compare
  • Added XL_APP_EXTENSIONS macro to allow app extensions (@MuscleRumble #357)
  • Added shouldChangeTextInRange delegate call for UITextView. (@kiancheong #782)
  • Added support for NSFormatter (@ziogaschr, @fwhenin, @bhirt-bpl #306)
  • Added height property to XLFormRowDescriptor to allow setting height of individual cells.
  • Other minor fixes

3.1.2

24 May 19:50
Compare
Choose a tag to compare
  • Update row in cellForRowAtIndexPath instead of willDisplayCell
  • Added cancel action to image selector (by koenpunt)
  • Other minor fixes

3.1.1

16 Feb 20:53
Compare
Choose a tag to compare
  • Allow setting width percentage on UITextView
  • Added custom inline row example
  • Fixed bug where XLFormImageCell was not added to project
  • Add ability to end editing on scroll
  • Other bugs and refactor

3.1.0

14 Dec 21:16
Compare
Choose a tag to compare
  • Added Carthage support
  • Added NSCoding protocol
  • Allowed HTTP connections
  • Several bugfixes and improvements.