Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Releases: parse-community/ParseUI-iOS

1.2.0

08 Jan 02:29
Compare
Choose a tag to compare

New

Improved

Fixed

  • Fixed issue with Facebook reauthentication in PFLogInViewController.
    #204
    by @nlutsenko
  • Fixed potential crash when calling UI code from background thread inside PFQueryTableViewController.
    #210
    by @nlutsenko
  • Fixed never successfully completed task returned from -loadObjects in Query Table/Collection View Controllers.
    #212
    by @nlutsenko

View all issues and pull requests associated with this release here.

1.1.7

18 Nov 22:31
Compare
Choose a tag to compare

Improved

  • Improved localization macro used in the implementation. #193
  • Replaced nullability macros with generic annotations. #194

Fixed

  • Fixed missing bitcode slice in pre-built binary. #169
  • Fixed few misspelled pieces of documentation. #183
  • Fixed demo application authentication with Facebook. #161

View all issues and pull requests associated with this release here.

ParseUI 1.1.6

10 Sep 22:13
Compare
Choose a tag to compare
  • New: ParseUI now fully supports bitcode and Xcode 7. #148, #151
  • New: ParseUI now fully compiles from source when used in App Extensions. #146
  • Improved: Email is now trimmed of whitespace in PFSignUpViewController. #137
  • Improved: Custom layout of an image view inside PFCollectionViewCell. #143
  • Fixed: Not visible fields when emailAsUsername is set before fields are configured in PFLogInViewController. #135
  • Fixed: Potentially missing PasswordForgotten and Twitter buttons in PFLogInViewController. #138
  • Fixed: ParseUIDemo not showing a list of examples when running on iOS 9. #150
  • Fixed: Localization issue when using ParseUI as a dynamic frameworks. #145

ParseUI 1.1.5

14 Aug 02:11
Compare
Choose a tag to compare

Fixed: Support for the latest open source Parse.framework with CocoaPods.
Fixed: Potential threading problems when concurrently loading images in PFImageView.
Fixed: Potential crash in PFQueryCollectionViewController on returning nil supplementary view for footer in sections.

ParseUI 1.1.4

20 May 03:27
Compare
Choose a tag to compare

New: PFQueryTableViewController and PFQueryCollectionViewController now support dynamic deletion of objects.
Improved: Error alert description in all view controllers.

ParseUI 1.1.3

01 Apr 20:49
Compare
Choose a tag to compare

Fixed: Issues when using ParseUI with latest Xcode 6.3 beta.

ParseUI 1.1.2

01 Apr 00:19
Compare
Choose a tag to compare
  • New: Log in with Facebook now works through both ParseFacebookUtilsV3 and ParseFacebookUtilsV4.
  • New: Localized strings are now included with the framework.
  • Fixed: Issue where there potentially could be multiple loading views in PFQueryTableViewController, PFQueryCollectionViewController.

ParseUI 1.1.1

02 Mar 23:43
Compare
Choose a tag to compare
  • New: Obj-C Nullability Annotations for the entire Framework.
  • New: PFQueryCollectionViewController can now be used with Storyboards/XIBs.
  • New: PFImageView now supports reporting progress when loading image.
  • New: Properties of PFQueryCollectionViewController, PFQueryTableViewController can now be configured directly inside Interface Builder.
  • Fixed: Positioning of next page view in PFQueryCollectionViewController.

ParseUI 1.1.0

23 Jan 00:00
Compare
Choose a tag to compare
  • New: PFQueryCollectionViewController to display data from Parse in a UICollectionView.
  • New: PFTextField class is now public. It allows additional customization of text fields in PFLogInView/PFSignUpView.
  • Fixed wrong text being used for "email already exists" error on sign up.

ParseUI 1.0.3

12 Jan 14:06
Compare
Choose a tag to compare
  • Fixed PFQueryTableViewController with Local Datastore.
  • Fixed PFSignUpView layout when emailAsUsername enabled and Additional field is used.