Skip to content

Releases: jinSasaki/AlertBar

0.5.0

02 May 04:27
2a02b29
Compare
Choose a tag to compare

Supported Swift5

0.4.3

05 Dec 13:14
1f4d9e5
Compare
Choose a tag to compare

New Features

0.4.2

24 Dec 06:39
966ccc8
Compare
Choose a tag to compare

Bugfix

  • Fixed landscape bar position for iPad. #31

0.4.1

11 Dec 10:38
dc2ec09
Compare
Choose a tag to compare

API breakings

  • Renamed from Option to Options

0.4.0

08 Dec 15:40
5fb5b94
Compare
Choose a tag to compare

New Features

  • New option shouldConsiderSafeArea for iPhone X.
  • New option isStretchable to show full message.
  • Default option setter and parameter to each show method.

API breakings

  • Replace from func show(_ type: AlertBarType to func show(type: AlertBarType).
  • Replace from AlertBar.textAlignment to AlertBar.Option

Inner changes

  • Separate AlertBarView and AlertBar to management views.
  • Singleton

0.3.3

25 Sep 05:38
Compare
Choose a tag to compare

Inner changes

Support Xcode 9 and Swift 4

0.3.2

28 Mar 16:31
Compare
Choose a tag to compare

Inner changes

  • Support Xcode8.3

0.3.1

08 Jan 09:58
Compare
Choose a tag to compare

New feature

  • Support Carthage

Inner changes

  • Refactor projects for Carthage

0.3.0

08 Jan 09:56
Compare
Choose a tag to compare

API breaking

  • refactor interface

0.2.0

08 Jan 09:59
Compare
Choose a tag to compare

New Feature

  • Support Swift3