Skip to content

Commit

Permalink
Release 2.2.0 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjochen committed Mar 1, 2020
1 parent ef749dd commit e0dfa2a
Show file tree
Hide file tree
Showing 45 changed files with 416 additions and 304 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Change Log

## [2.1.0](https://github.com/jjochen/JJFloatingActionButton/tree/2.1.0) (2019-09-09)
## [2.2.0](https://github.com/jjochen/JJFloatingActionButton/tree/2.2.0) (2020-03-01)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/2.1.0...2.2.0)

**Implemented enhancements:**

- Leave action items visible [\#221](https://github.com/jjochen/JJFloatingActionButton/issues/221)

**Fixed bugs:**

- Code coverage checks not working in pull requests [\#165](https://github.com/jjochen/JJFloatingActionButton/issues/165)

**Merged pull requests:**

- Fix changelog generation [\#235](https://github.com/jjochen/JJFloatingActionButton/pull/235)
- Prevent item selection during closing animation [\#234](https://github.com/jjochen/JJFloatingActionButton/pull/234) [[changed](https://github.com/jjochen/JJFloatingActionButton/labels/changed)]
- Allow item selection during opening animation [\#233](https://github.com/jjochen/JJFloatingActionButton/pull/233) [[changed](https://github.com/jjochen/JJFloatingActionButton/labels/changed)]
- Fix typos [\#232](https://github.com/jjochen/JJFloatingActionButton/pull/232)
- Make automatic closing of action button configurable [\#231](https://github.com/jjochen/JJFloatingActionButton/pull/231) [[added](https://github.com/jjochen/JJFloatingActionButton/labels/added)]
- Update dependencies [\#230](https://github.com/jjochen/JJFloatingActionButton/pull/230)
- Some improvements to test suite [\#229](https://github.com/jjochen/JJFloatingActionButton/pull/229)
- Support for Swift Package Manager [\#228](https://github.com/jjochen/JJFloatingActionButton/pull/228)

## [2.1.0](https://github.com/jjochen/JJFloatingActionButton/tree/2.1.0) (2019-09-12)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/2.0.0...2.1.0)

**Implemented enhancements:**
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.1.0</string>
<string>2.2.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.1.0)
- JJFloatingActionButton (2.2.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: 26805f87c7e9f68c6a91bd9f3f09c2e6b904a84f
JJFloatingActionButton: 08d64594f986a900855220bcc847073da8d85d48
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.1.0'
spec.version = '2.2.0'
spec.swift_version = '5.0'
spec.author = { 'Jochen Pfeiffer' => '[email protected]' }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
58 changes: 28 additions & 30 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<article class="main-content">

<section class="section">
<div class="section-content">
<div class="section-content top-matter">
<h1>Classes</h1>
<p>The following classes are available globally.</p>

Expand All @@ -119,9 +119,11 @@ <h1>Classes</h1>
<div class="task-name-container">
<a name="/JJAnimationSettings"></a>
<a name="//apple_ref/swift/Section/JJAnimationSettings" class="dashAnchor"></a>
<a href="#/JJAnimationSettings">
<h3 class="section-name">JJAnimationSettings</h3>
</a>
<div class="section-name-container">
<a class="section-name-link" href="#/JJAnimationSettings"></a>
<h3 class="section-name"><p>JJAnimationSettings</p>
</h3>
</div>
</div>
<ul class="item-container">
<li class="item">
Expand Down Expand Up @@ -159,9 +161,11 @@ <h4>Declaration</h4>
<div class="task-name-container">
<a name="/JJButtonAnimationConfiguration"></a>
<a name="//apple_ref/swift/Section/JJButtonAnimationConfiguration" class="dashAnchor"></a>
<a href="#/JJButtonAnimationConfiguration">
<h3 class="section-name">JJButtonAnimationConfiguration</h3>
</a>
<div class="section-name-container">
<a class="section-name-link" href="#/JJButtonAnimationConfiguration"></a>
<h3 class="section-name"><p>JJButtonAnimationConfiguration</p>
</h3>
</div>
</div>
<ul class="item-container">
<li class="item">
Expand Down Expand Up @@ -199,9 +203,11 @@ <h4>Declaration</h4>
<div class="task-name-container">
<a name="/JJItemAnimationConfiguration"></a>
<a name="//apple_ref/swift/Section/JJItemAnimationConfiguration" class="dashAnchor"></a>
<a href="#/JJItemAnimationConfiguration">
<h3 class="section-name">JJItemAnimationConfiguration</h3>
</a>
<div class="section-name-container">
<a class="section-name-link" href="#/JJItemAnimationConfiguration"></a>
<h3 class="section-name"><p>JJItemAnimationConfiguration</p>
</h3>
</div>
</div>
<ul class="item-container">
<li class="item">
Expand Down Expand Up @@ -239,9 +245,11 @@ <h4>Declaration</h4>
<div class="task-name-container">
<a name="/JJItemLayout"></a>
<a name="//apple_ref/swift/Section/JJItemLayout" class="dashAnchor"></a>
<a href="#/JJItemLayout">
<h3 class="section-name">JJItemLayout</h3>
</a>
<div class="section-name-container">
<a class="section-name-link" href="#/JJItemLayout"></a>
<h3 class="section-name"><p>JJItemLayout</p>
</h3>
</div>
</div>
<ul class="item-container">
<li class="item">
Expand Down Expand Up @@ -279,9 +287,11 @@ <h4>Declaration</h4>
<div class="task-name-container">
<a name="/JJItemPreparation"></a>
<a name="//apple_ref/swift/Section/JJItemPreparation" class="dashAnchor"></a>
<a href="#/JJItemPreparation">
<h3 class="section-name">JJItemPreparation</h3>
</a>
<div class="section-name-container">
<a class="section-name-link" href="#/JJItemPreparation"></a>
<h3 class="section-name"><p>JJItemPreparation</p>
</h3>
</div>
</div>
<ul class="item-container">
<li class="item">
Expand Down Expand Up @@ -313,10 +323,6 @@ <h4>Declaration</h4>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul class="item-container">
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -347,10 +353,6 @@ <h4>Declaration</h4>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul class="item-container">
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -381,10 +383,6 @@ <h4>Declaration</h4>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul class="item-container">
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -435,8 +433,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2019-09-12)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</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-03-01)</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>
</section>
</body>
</div>
Expand Down
37 changes: 19 additions & 18 deletions docs/Classes/JJActionItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<article class="main-content">

<section class="section">
<div class="section-content">
<div class="section-content top-matter">
<h1>JJActionItem</h1>
<div class="declaration">
<div class="language">
Expand Down Expand Up @@ -138,7 +138,7 @@ <h1>JJActionItem</h1>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>The action that is executen when the item is tapped.
<p>The action that is executed when the item is tapped.
Default is <code>nil</code>.</p>

</div>
Expand Down Expand Up @@ -325,8 +325,7 @@ <h4>Declaration</h4>
<p class="aside-title">Warning</p>
<p>Only template images are colored.</p>

</div>
<div class="aside aside-see-also">
</div><div class="aside aside-see-also">
<p class="aside-title">See also</p>
<p><code><a href="../Classes/JJActionItem.html#/c:@M@JJFloatingActionButton@objc(cs)JJActionItem(py)imageView">imageView</a></code></p>

Expand Down Expand Up @@ -394,8 +393,7 @@ <h4>Declaration</h4>
<p class="aside-title">See also</p>
<code><a href="../Classes/JJActionItem.html#/c:@M@JJFloatingActionButton@objc(cs)JJActionItem(py)buttonImage">buttonImage</a></code>

</div>
<div class="aside aside-see-also">
</div><div class="aside aside-see-also">
<p class="aside-title">See also</p>
<code><a href="../Classes/JJActionItem.html#/c:@M@JJFloatingActionButton@objc(cs)JJActionItem(py)buttonImageColor">buttonImageColor</a></code>

Expand Down Expand Up @@ -433,8 +431,7 @@ <h4>Declaration</h4>
<p class="aside-title">See also</p>
<code><a href="../Classes/JJActionItem.html#/c:@M@JJFloatingActionButton@objc(cs)JJActionItem(py)buttonColor">buttonColor</a></code>

</div>
<div class="aside aside-see-also">
</div><div class="aside aside-see-also">
<p class="aside-title">See also</p>
<code><a href="../Classes/JJActionItem.html#/c:@M@JJFloatingActionButton@objc(cs)JJActionItem(py)highlightedButtonColor">highlightedButtonColor</a></code>

Expand Down Expand Up @@ -497,7 +494,7 @@ <h4>Declaration</h4>
<p>The position of the title label. Default is <code>-1</code>.
When <code>titleSpacing</code> is negative default spacing is used:
Default horizontal spacing is <code>12</code>.
Default vertical spaicng is <code>4</code>.</p>
Default vertical spacing is <code>4</code>.</p>

</div>
<div class="declaration">
Expand Down Expand Up @@ -527,7 +524,7 @@ <h4>Declaration</h4>
<div class="abstract">
<p>The size of the image view. Default is <code>(0, 0)</code>.
When imageSize is <code>.zero</code> the image is shrunken until it fits
compleately into the circle view. If it already does the actual
completely into the circle view. If it already does the actual
size of the image is used.</p>

</div>
Expand Down Expand Up @@ -599,9 +596,11 @@ <h4>Return Value</h4>
<div class="task-name-container">
<a name="/UIView"></a>
<a name="//apple_ref/swift/Section/UIView" class="dashAnchor"></a>
<a href="#/UIView">
<h3 class="section-name">UIView</h3>
</a>
<div class="section-name-container">
<a class="section-name-link" href="#/UIView"></a>
<h3 class="section-name"><p>UIView</p>
</h3>
</div>
</div>
<ul class="item-container">
<li class="item">
Expand Down Expand Up @@ -664,9 +663,11 @@ <h4>Declaration</h4>
<div class="task-name-container">
<a name="/UIControl"></a>
<a name="//apple_ref/swift/Section/UIControl" class="dashAnchor"></a>
<a href="#/UIControl">
<h3 class="section-name">UIControl</h3>
</a>
<div class="section-name-container">
<a class="section-name-link" href="#/UIControl"></a>
<h3 class="section-name"><p>UIControl</p>
</h3>
</div>
</div>
<ul class="item-container">
<li class="item">
Expand Down Expand Up @@ -704,8 +705,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2019-09-12)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</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-03-01)</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>
</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 @@ -106,7 +106,7 @@
<article class="main-content">

<section class="section">
<div class="section-content">
<div class="section-content top-matter">
<h1>JJAnimationSettings</h1>
<div class="declaration">
<div class="language">
Expand Down Expand Up @@ -353,8 +353,8 @@ <h4>Return Value</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2019-09-12)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</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-03-01)</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>
</section>
</body>
</div>
Expand Down
14 changes: 8 additions & 6 deletions docs/Classes/JJButtonAnimationConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<article class="main-content">

<section class="section">
<div class="section-content">
<div class="section-content top-matter">
<h1>JJButtonAnimationConfiguration</h1>
<div class="declaration">
<div class="language">
Expand Down Expand Up @@ -380,9 +380,11 @@ <h4>Declaration</h4>
<div class="task-name-container">
<a name="/JJButtonAnimationConfiguration"></a>
<a name="//apple_ref/swift/Section/JJButtonAnimationConfiguration" class="dashAnchor"></a>
<a href="#/JJButtonAnimationConfiguration">
<h3 class="section-name">JJButtonAnimationConfiguration</h3>
</a>
<div class="section-name-container">
<a class="section-name-link" href="#/JJButtonAnimationConfiguration"></a>
<h3 class="section-name"><p>JJButtonAnimationConfiguration</p>
</h3>
</div>
</div>
<ul class="item-container">
<li class="item">
Expand Down Expand Up @@ -495,8 +497,8 @@ <h4>Return Value</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2019-09-12)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</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-03-01)</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>
</section>
</body>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<article class="main-content">

<section class="section">
<div class="section-content">
<div class="section-content top-matter">
<h1>JJButtonAnimationStyle</h1>
<div class="declaration">
<div class="language">
Expand Down Expand Up @@ -186,8 +186,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2019-09-12)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</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-03-01)</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>
</section>
</body>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/JJCircleView.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<article class="main-content">

<section class="section">
<div class="section-content">
<div class="section-content top-matter">
<h1>JJCircleView</h1>
<div class="declaration">
<div class="language">
Expand Down Expand Up @@ -298,8 +298,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2019-09-12)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</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-03-01)</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>
</section>
</body>
</div>
Expand Down
Loading

0 comments on commit e0dfa2a

Please sign in to comment.