diff --git a/CHANGELOG.md b/CHANGELOG.md index 1050e2a9..9bb469cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Change Log +## [0.6.0](https://github.com/jjochen/JJFloatingActionButton/tree/0.6.0) (2017-12-30) +[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.5.0...0.6.0) + +**Implemented enhancements:** + +- Handle hidden action items [\#36](https://github.com/jjochen/JJFloatingActionButton/issues/36) +- Support Swift Package Manager [\#27](https://github.com/jjochen/JJFloatingActionButton/issues/27) +- Draw default button image [\#17](https://github.com/jjochen/JJFloatingActionButton/issues/17) + +**Closed issues:** + +- Remove unnecessary properties [\#63](https://github.com/jjochen/JJFloatingActionButton/issues/63) +- Document functions/properties from superclasses [\#61](https://github.com/jjochen/JJFloatingActionButton/issues/61) +- Improve README [\#60](https://github.com/jjochen/JJFloatingActionButton/issues/60) +- Check RTL Languages [\#55](https://github.com/jjochen/JJFloatingActionButton/issues/55) + +**Merged pull requests:** + +- Add license to each file [\#69](https://github.com/jjochen/JJFloatingActionButton/pull/69) ([jjochen](https://github.com/jjochen)) +- Improve Readme [\#68](https://github.com/jjochen/JJFloatingActionButton/pull/68) ([jjochen](https://github.com/jjochen)) +- Improve documentation [\#67](https://github.com/jjochen/JJFloatingActionButton/pull/67) ([jjochen](https://github.com/jjochen)) +- Investigate swift package manager support [\#66](https://github.com/jjochen/JJFloatingActionButton/pull/66) ([jjochen](https://github.com/jjochen)) +- Draw assets \(remove assets bundle\) [\#65](https://github.com/jjochen/JJFloatingActionButton/pull/65) ([jjochen](https://github.com/jjochen)) +- Expose overlay view as read only property [\#64](https://github.com/jjochen/JJFloatingActionButton/pull/64) ([jjochen](https://github.com/jjochen)) +- RTL language support [\#58](https://github.com/jjochen/JJFloatingActionButton/pull/58) ([jjochen](https://github.com/jjochen)) +- Add documentation for github pages [\#54](https://github.com/jjochen/JJFloatingActionButton/pull/54) ([jjochen](https://github.com/jjochen)) +- Improve release script [\#53](https://github.com/jjochen/JJFloatingActionButton/pull/53) ([jjochen](https://github.com/jjochen)) +- Handle hidden items [\#52](https://github.com/jjochen/JJFloatingActionButton/pull/52) ([jjochen](https://github.com/jjochen)) +- Handle open/close animations in separate classes [\#51](https://github.com/jjochen/JJFloatingActionButton/pull/51) ([jjochen](https://github.com/jjochen)) +- Continuous integration improvements [\#50](https://github.com/jjochen/JJFloatingActionButton/pull/50) ([jjochen](https://github.com/jjochen)) + ## [0.5.0](https://github.com/jjochen/JJFloatingActionButton/tree/0.5.0) (2017-12-15) [Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.4.0...0.5.0) @@ -14,8 +45,8 @@ **Merged pull requests:** -- Add documentation [\#47](https://github.com/jjochen/JJFloatingActionButton/pull/47) ([jjochen](https://github.com/jjochen)) - Add image transition when button opens/closes [\#46](https://github.com/jjochen/JJFloatingActionButton/pull/46) ([jjochen](https://github.com/jjochen)) +- Add documentation [\#47](https://github.com/jjochen/JJFloatingActionButton/pull/47) ([jjochen](https://github.com/jjochen)) - Make single action handling configurable [\#44](https://github.com/jjochen/JJFloatingActionButton/pull/44) ([jjochen](https://github.com/jjochen)) - Add swiftlint to CircleCi workflow [\#43](https://github.com/jjochen/JJFloatingActionButton/pull/43) ([jjochen](https://github.com/jjochen)) diff --git a/Example/JJFloatingActionButton/Info.plist b/Example/JJFloatingActionButton/Info.plist index a4cf22e6..3e4112ee 100644 --- a/Example/JJFloatingActionButton/Info.plist +++ b/Example/JJFloatingActionButton/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.5.0 + 0.6.0 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Example/Podfile.lock b/Example/Podfile.lock index a8f73180..a33fee96 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -4,7 +4,7 @@ PODS: - FBSnapshotTestCase/Core (2.1.4) - FBSnapshotTestCase/SwiftSupport (2.1.4): - FBSnapshotTestCase/Core - - JJFloatingActionButton (0.5.0) + - JJFloatingActionButton (0.6.0) - Nimble (7.0.3) - Nimble-Snapshots (6.3.0): - Nimble-Snapshots/Core (= 6.3.0) @@ -25,7 +25,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a - JJFloatingActionButton: e63b2fe01262fcbea45b354e1dd8efa9d978fa9b + JJFloatingActionButton: 4b72b5a82659ac2bceaf85964956f7cc7680dd90 Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac Nimble-Snapshots: f5459b5b091678dc942d03ec4741cacb58ba4a52 Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08 diff --git a/JJFloatingActionButton.podspec b/JJFloatingActionButton.podspec index 24897230..b72b9905 100644 --- a/JJFloatingActionButton.podspec +++ b/JJFloatingActionButton.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'JJFloatingActionButton' - spec.version = '0.5.0' + spec.version = '0.6.0' spec.author = { 'Jochen Pfeiffer' => 'pod@jochen-pfeiffer.com' } spec.license = { :type => 'MIT', :file => 'LICENSE' } spec.homepage = 'https://github.com/jjochen/JJFloatingActionButton' diff --git a/docs/docsets/JJFloatingActionButton.tgz b/docs/docsets/JJFloatingActionButton.tgz index 6e42c5e7..ff620940 100644 Binary files a/docs/docsets/JJFloatingActionButton.tgz and b/docs/docsets/JJFloatingActionButton.tgz differ diff --git a/docs/docsets/JJFloatingActionButton.xml b/docs/docsets/JJFloatingActionButton.xml index cb5abedb..66a407f1 100644 --- a/docs/docsets/JJFloatingActionButton.xml +++ b/docs/docsets/JJFloatingActionButton.xml @@ -1 +1 @@ -0.5.0https://jjochen.github.io/docsets/JJFloatingActionButton.tgz +0.6.0https://jjochen.github.io/docsets/JJFloatingActionButton.tgz