Skip to content

Releases: jjochen/JJFloatingActionButton

1.0.0

29 Nov 13:14
3009a4d
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Swift 4.2 support #159

Fixed bugs:

  • Item tap area overlaps in circular pop up style #170

Merged pull requests:

  • Update dependencies #173
  • Update README #172
  • Fix item layout in circular pop up style #171 [fixed]
  • Add convenience method to action item that calls it's action #169 [added]
  • Update tests for iOS 12.1 and new devices #163
  • Migrate to swift 4.2 #161 [changed]

0.10.0

17 Sep 12:28
76a476a
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Make spacing between the titleLabel and circleView configurable #154

Merged pull requests:

  • Update dependencies #156
  • Make title spacing configurable #155 [added]
  • Add example for downward animation #153
  • Add example on how to change size of action button #152
  • Update dependencies and circleci configuration #148

0.9.2

18 Jun 09:53
60d7e80
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • View inset for bottom and trailing separately #144

Merged pull requests:

  • Fix circle ci checks #146
  • Separate bottom and trailing inset in layout category #145 [added]

0.9.1

01 Mar 15:23
cb8b90c
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Recreate preview gifs on iPhone 8 #139

0.9.0

01 Mar 12:13
fe76b32
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Make item title position configurable #122
  • Add more opening styles #87

Merged pull requests:

  • Add App Icon to example project #136
  • Improve configurability of animations #134 [added] [changed]
  • Add codeclimate configuration #133
  • Configure swift version in pod spec #131
  • Make position of action item title configurable #130 [added]
  • Update dependencies #129
  • Revert default color for item title and item circle to white #126 [changed]

0.8.0

22 Jan 13:57
dcc53ff
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • remove shadow properties and handle directly #118
  • Configure default item with public function #117
  • Split preview gifs #114
  • Use swift enum (handle objc in extension) #59

Merged pull requests:

0.7.2

11 Jan 11:04
84bda28
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Placement methods not accessible from objective-c #111

Merged pull requests:

  • Rename placement methods to fix objc issues #112 [changed]
  • Create release pull requests with octokit.rb #110

0.7.1

09 Jan 09:08
724b8f0
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Rename methods for placing button in view or view controller #107 [changed]
  • Improved example #106
  • Add task for updating releases on GitHub #104
  • Add rake task for creating releases on GitHub #103

0.7.0

08 Jan 12:02
08ed1b4
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Add test for documentation coverage #98
  • Handle actions instantly upon tap #71
  • Handle placement in view controller #57
  • Add tests for delegate calls #42
  • Support UIAppearance #30

Fixed bugs:

  • Documentation for placement missing #94

Merged pull requests:

  • Add test for documentation coverage #101
  • Handle new github labels in change log #100
  • Fix exception when loading button from xib during tests #99
  • Add documentation and improve tests for button placement #97
  • User Xcode 9.1 on CircleCI #96
  • Improve labels in change log #93
  • Extension for placing action button in view or view controller #92 [added]
  • Use xcpretty in CI builds #91
  • Better support for UIAppearance #90 [updated]
  • Add delegate calls to example #89
  • Handle tasks with rake #88
  • Handle action directly when item is tapped #86 [changed]
  • Add tests for delegate calls #85

0.6.4

03 Jan 09:46
833a349
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Update readme and changelog #83