Skip to content

Commit

Permalink
Release 2.5.0 (#264)
Browse files Browse the repository at this point in the history
Co-authored-by: Distiller <[email protected]>
  • Loading branch information
jjochen and Distiller authored Apr 21, 2020
1 parent 583e5b6 commit 60fcde6
Show file tree
Hide file tree
Showing 45 changed files with 1,134 additions and 155 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [2.5.0](https://github.com/jjochen/JJFloatingActionButton/tree/2.5.0) (2020-04-21)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/2.4.0...2.5.0)

**Implemented enhancements:**

- Spacing Betwens Items [\#258](https://github.com/jjochen/JJFloatingActionButton/issues/258)
- Create issue templates [\#257](https://github.com/jjochen/JJFloatingActionButton/issues/257)

**Fixed bugs:**

- bundle —path is deprecated [\#247](https://github.com/jjochen/JJFloatingActionButton/issues/247)

**Merged pull requests:**

- Create issue templates [\#263](https://github.com/jjochen/JJFloatingActionButton/pull/263)
- Separate spacing between action button and first action item [\#262](https://github.com/jjochen/JJFloatingActionButton/pull/262) [[added](https://github.com/jjochen/JJFloatingActionButton/labels/added)]
- Update dependencies [\#261](https://github.com/jjochen/JJFloatingActionButton/pull/261)
- Use `bundle config` to set path for bundler [\#260](https://github.com/jjochen/JJFloatingActionButton/pull/260)
- Fix access to functions in AnimationConfiguration [\#259](https://github.com/jjochen/JJFloatingActionButton/pull/259) [[fixed](https://github.com/jjochen/JJFloatingActionButton/labels/fixed)]
- Less restricted filter for release commit messages [\#253](https://github.com/jjochen/JJFloatingActionButton/pull/253)

## [2.4.0](https://github.com/jjochen/JJFloatingActionButton/tree/2.4.0) (2020-03-20)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/2.3.0...2.4.0)

Expand Down
2 changes: 1 addition & 1 deletion Example/JJFloatingActionButton/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<string>2.5.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- iOSSnapshotTestCase/Core (5.0.2)
- iOSSnapshotTestCase/SwiftSupport (5.0.2):
- iOSSnapshotTestCase/Core
- JJFloatingActionButton (2.4.0)
- JJFloatingActionButton (2.5.0)
- Nimble (7.3.4)
- Nimble-Snapshots (6.9.1):
- Nimble-Snapshots/Core (= 6.9.1)
Expand Down Expand Up @@ -32,7 +32,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
iOSSnapshotTestCase: 2d51aa06775e95cecb0a1fb9c5c159ccd1dd4596
JJFloatingActionButton: 0d21f5cdd2adde150e62c22c63762ab713c4e16f
JJFloatingActionButton: fdc3aefb0f28f04d0f988fa25d5fac97028a9ea7
Nimble: 051e3d8912d40138fa5591c78594f95fb172af37
Nimble-Snapshots: bbd1ab264bacc24a9ce24a8363bc05aac783aeb0
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e
Expand Down
2 changes: 1 addition & 1 deletion JJFloatingActionButton.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'JJFloatingActionButton'
spec.version = '2.4.0'
spec.version = '2.5.0'
spec.swift_version = '5.0'
spec.author = { 'Jochen Pfeiffer' => '[email protected]' }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2020-03-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2020-04-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/JJActionItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ <h4>Declaration</h4>
<code>
<a name="/c:@M@JJFloatingActionButton@objc(cs)JJActionItem(im)initWithCoder:"></a>
<a name="//apple_ref/swift/Method/init(coder:)" class="dashAnchor"></a>
<a class="token" href="#/c:@M@JJFloatingActionButton@objc(cs)JJActionItem(im)initWithCoder:">init(coder:)</a>
<a class="token" href="#/c:@M@JJFloatingActionButton@objc(cs)JJActionItem(im)initWithCoder:">init(coder:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -705,8 +705,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2020-03-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2020-04-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/JJAnimationSettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ <h4>Declaration</h4>
<code>
<a name="/c:@M@JJFloatingActionButton@objc(cs)JJAnimationSettings(im)initWithDuration:dampingRatio:initialVelocity:interItemDelay:"></a>
<a name="//apple_ref/swift/Method/init(duration:dampingRatio:initialVelocity:interItemDelay:)" class="dashAnchor"></a>
<a class="token" href="#/c:@M@JJFloatingActionButton@objc(cs)JJAnimationSettings(im)initWithDuration:dampingRatio:initialVelocity:interItemDelay:">init(duration:dampingRatio:initialVelocity:interItemDelay:)</a>
<a class="token" href="#/c:@M@JJFloatingActionButton@objc(cs)JJAnimationSettings(im)initWithDuration:dampingRatio:initialVelocity:interItemDelay:">init(duration:<wbr>dampingRatio:<wbr>initialVelocity:<wbr>interItemDelay:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -353,8 +353,8 @@ <h4>Return Value</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2020-03-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2020-04-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
10 changes: 5 additions & 5 deletions docs/Classes/JJButtonAnimationConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h1>JJButtonAnimationConfiguration</h1>
<code>
<a name="/c:@M@JJFloatingActionButton@objc(cs)JJButtonAnimationConfiguration(im)initWithStyle:"></a>
<a name="//apple_ref/swift/Method/init(withStyle:)" class="dashAnchor"></a>
<a class="token" href="#/c:@M@JJFloatingActionButton@objc(cs)JJButtonAnimationConfiguration(im)initWithStyle:">init(withStyle:)</a>
<a class="token" href="#/c:@M@JJFloatingActionButton@objc(cs)JJButtonAnimationConfiguration(im)initWithStyle:">init(withStyle:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -392,7 +392,7 @@ <h3 class="section-name"><p>JJButtonAnimationConfiguration</p>
<code>
<a name="/c:@CM@JJFloatingActionButton@objc(cs)JJButtonAnimationConfiguration(cm)rotationToAngle:"></a>
<a name="//apple_ref/swift/Method/rotation(toAngle:)" class="dashAnchor"></a>
<a class="token" href="#/c:@CM@JJFloatingActionButton@objc(cs)JJButtonAnimationConfiguration(cm)rotationToAngle:">rotation(toAngle:)</a>
<a class="token" href="#/c:@CM@JJFloatingActionButton@objc(cs)JJButtonAnimationConfiguration(cm)rotationToAngle:">rotation(toAngle:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -443,7 +443,7 @@ <h4>Return Value</h4>
<code>
<a name="/c:@CM@JJFloatingActionButton@objc(cs)JJButtonAnimationConfiguration(cm)transitionToImage:"></a>
<a name="//apple_ref/swift/Method/transition(toImage:)" class="dashAnchor"></a>
<a class="token" href="#/c:@CM@JJFloatingActionButton@objc(cs)JJButtonAnimationConfiguration(cm)transitionToImage:">transition(toImage:)</a>
<a class="token" href="#/c:@CM@JJFloatingActionButton@objc(cs)JJButtonAnimationConfiguration(cm)transitionToImage:">transition(toImage:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -497,8 +497,8 @@ <h4>Return Value</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2020-03-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2020-04-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2020-03-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2020-04-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/JJCircleView.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h4>Declaration</h4>
<code>
<a name="/c:@M@JJFloatingActionButton@objc(cs)JJCircleView(im)initWithCoder:"></a>
<a name="//apple_ref/swift/Method/init(coder:)" class="dashAnchor"></a>
<a class="token" href="#/c:@M@JJFloatingActionButton@objc(cs)JJCircleView(im)initWithCoder:">init(coder:)</a>
<a class="token" href="#/c:@M@JJFloatingActionButton@objc(cs)JJCircleView(im)initWithCoder:">init(coder:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -267,7 +267,7 @@ <h4>Return Value</h4>
<code>
<a name="/c:@M@JJFloatingActionButton@objc(cs)JJCircleView(im)drawRect:"></a>
<a name="//apple_ref/swift/Method/draw(_:)" class="dashAnchor"></a>
<a class="token" href="#/c:@M@JJFloatingActionButton@objc(cs)JJCircleView(im)drawRect:">draw(_:)</a>
<a class="token" href="#/c:@M@JJFloatingActionButton@objc(cs)JJCircleView(im)drawRect:">draw(_:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -298,8 +298,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2020-03-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2020-04-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
Loading

0 comments on commit 60fcde6

Please sign in to comment.