This repository has been archived by the owner on Jan 16, 2021. It is now read-only.
Releases: parse-community/ParseUI-iOS
Releases · parse-community/ParseUI-iOS
1.2.0
New
- ParseUI now requires Xcode 7.0+.
#222
by @nlutsenko - French localization for all text strings.
#195
by @huguesbr - Portuguese (BR) localization for all text strings.
#197
by @natanrolnik
Improved
- Updated and improved documentation.
#211
by @nlutsenko - Added ObjC generics to all public API.
#213
by @nlutsenko - Added accessibility identifiers to
PFLogInView
,PFSignUpView
.
#214
by @huguesbr - Use
UIAlertController
for all alerts if it's available.
#225
by @nlutsenko
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
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
- 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
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
New: PFQueryTableViewController
and PFQueryCollectionViewController
now support dynamic deletion of objects.
Improved: Error alert description in all view controllers.
ParseUI 1.1.3
Fixed: Issues when using ParseUI
with latest Xcode 6.3 beta.
ParseUI 1.1.2
- New: Log in with Facebook now works through both
ParseFacebookUtilsV3
andParseFacebookUtilsV4
. - 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
- 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
- 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
- Fixed PFQueryTableViewController with Local Datastore.
- Fixed PFSignUpView layout when
emailAsUsername
enabled and Additional field is used.