Skip to content

Latest commit

 

History

History
370 lines (212 loc) · 9.84 KB

CHANGELOG.md

File metadata and controls

370 lines (212 loc) · 9.84 KB

Change Log

All notable changes to this project will be documented in this file. AMPopTip adheres to Semantic Versioning.


  • Merged #245
  • Merged 242
  • Allow SwiftUI content view to size up until maximum width #240
  • Add cutout and gradient background #239
  • Update default behaviour for tapToRemoveGestureRecognizer.cancelsTouchesInView
  • Build with Swift 5.3
  • Fixed Xcode compile issue (#225)
  • Bump minimum iOS target to 11.0
  • Merged #217
  • Drop iOS 8.0 from Podfile
  • Drop iOS 8.0
  • Fix #251.
  • Add auto, autoHorizontal and autoVertical direction options.
  • Fixed #199 and #200
  • Added SwiftUI Support, see #196
  • Added SwiftPM support
  • Added arrowOffset
  • Merge #174
  • Swift 5.0 support
  • Fixed #175
  • Swift 4.2 support
  • Merged #166
  • Merged #157
  • Added support for shadows

Fixed the float animation

  • Merged #152

Changed

The animation float now accepts two associated values: float(offsetX: CGFloat?, offsetY: CGFloat?)

  • Merged #150
  • Fixed #147
  • Merged #146
  • Merged #143
  • Merged #142
  • Merged #135, #136, #137
  • Fixed animation issues
  • Fixed #133
  • Swift 4 support
  • Fixed #125
  • Merged #121
  • Fixed #114
  • Fixed #119
  • Fixed issue with text rendering
  • Fixed an issue with the timer not being invalidated
  • Fixed regression with the iOS extensions
  • Fixed #117
  • Fixed regression with the iOS extensions
  • Added ability to change the bubble contents
  • Fixed #116
  • AMPopTip was re-written in Swift. The API was also slightly changed. Make sure to check out the README.
  • Fixed #114
  • Merged #111
  • Added dimmable background (#107)
  • Fix #100
  • Fix extensions handling with NS_EXTENSION_UNAVAILABLE_IOS
  • Added hideForced:
  • Merged #87
  • Fix issue with UIFont set as appearance proxy.
  • Merged #82
  • Fixed #80
  • Merged #75
  • Fixed #73
  • Fixed #72
  • Fixed #71 and #63

Stable release

Added

Fixed

  • #56

Added

  • Ability to show a custom view

Fixed

  • Merged #55

Fixed

  • Project modulemap

Fixed

  • Merged #44

Removed

  • Unused log

Fixed

  • Test suite

Added

  • Ability for a swipe to dismiss pop tip

Fixed

  • Issue with the designated initializer

Fixed

  • Issue #41

Fixed

  • Code refactor

Fixed

  • Carthage support

0.9.4

Version yanked

Added

  • Carthage Support

Fixed

  • Issue #40

Fixed

  • Issue #39

Added