All Versions
17
Latest Version
Avg Release Cycle
177 days
Latest Release
1282 days ago

Changelog History
Page 1

  • v4.2.0 Changes

    October 12, 2020
    • ๐Ÿ‘Œ Support for Swift Package Manager (#1073)
    • ๐Ÿ›  Fix Carthage build (#1075)
  • v4.1.0 Changes

    October 02, 2019

    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
  • v4.0.1 Changes

    April 15, 2019
    • ๐Ÿ›  Memory improvements and fixes.
    • ๐Ÿ›  Other minor fixes
  • v4.0.0 Changes

    October 26, 2017
    • โž• Adds support for Xcode 9.
    • ๐Ÿ—„ Deprecated UIAlertView, UIActionSheet, UIPopoverController.
    • โฌ†๏ธ Bumped minimum iOS version to 9.0.
  • v3.3.0 Changes

    November 17, 2016
    • โž• Added cellConfigForSelector to style XLFormOptionsViewController
    • Added properties to limit number of characters in XLFormTextFieldCell and XLFormTextViewCell
    • ๐Ÿ›  Minor fixes
  • v3.2.0 Changes

    June 16, 2016
    • 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
  • v3.1.2 Changes

    May 24, 2016
    • โšก๏ธ Update row in cellForRowAtIndexPath instead of willDisplayCell
    • โž• Added cancel action to image selector (by koenpunt)
    • ๐Ÿ›  Other minor fixes
  • v3.1.1 Changes

    February 16, 2016
    • ๐Ÿ‘ 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
  • v3.1.0 Changes

    December 14, 2015
    • โž• Added Carthage support
    • โž• Added NSCoding protocol
    • ๐Ÿ‘ Allowed HTTP connections
    • ๐Ÿ›  Several bugfixes and improvements.
  • v3.0.2 Changes

    August 18, 2015
    • ๐Ÿ›  Fix issue when inline pickers expand beyond table.