Releases: button/button-ios
Releases · button/button-ios
The one with a photographic memory
- Tapping cancel in the App Store view completely dismisses Attended Install
- Adds ability to clear the session when a user logs out
[[Button sharedButton] logOut]
- Image cache for reduced network requests
-setThirdPartyId:
is deprecated and will be removed in the future. Use-setUserIdentifier:
instead.
Release 4.4.2
- Resolves a rare migration issue
Release 4.4.1
- Fixes a delay in the visual updating of re-used buttons (in a table view)
The one where you can make your own button
- Fast
BTNDropinButton
recycling (for table views) - Make your own button
- Bitcode compatible
The one with line item reporting
- Line Item level order reporting
- BETA support for a new feature
- A consortium of minor improvements
Release 4.2.1
v4.2.1 Releases 4.2.1
The one with a cool thing for cool people
- Removes Install Card permanently
- Removes pattern from location permissions modal
- BETA support for an upcoming feature
The one with iPad split screen support
v4.0.1 Release 4.0.1
The one with structured context
This major-version release has breaking API changes. Read the Migration Guide for some simple steps to upgrade.
Breaking API changes:
- Introduces a new strongly typed and structured context taxonomy (learn more)
-[prepareForDisplayWithContext:completion]
→-[prepareWithContext:completion:]
(learn more)- The private
BTNRideService
has been removed. Similar functionality can be achieved with the new-[willDisplayButtonWithId:context:completion]
(learn more) -[BTNLocationManager allowButtonToRequestLocationPermission:]
→-[Button allowButtonToRequestLocationPermission]
(docs)- Ride Reminders have been retired 🔔
✈️ 🌴
Other Changes:
- Improved commerce card rendering on iPad
- Fixes a rare bug where it was not possible to scroll to the last item
The one where things are faster
- Reduced launch time after Attended Install completes
- Support for Uppercase/Lowercase button text
- Adds better appearance support for BTNDropinButtonCell with improved highlighting behavior