Skip to content

Commit

Permalink
Release 0.10.0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjochen committed Sep 17, 2018
1 parent b54c473 commit 76a476a
Show file tree
Hide file tree
Showing 41 changed files with 670 additions and 343 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [0.10.0](https://github.com/jjochen/JJFloatingActionButton/tree/0.10.0) (2018-09-17)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.9.2...0.10.0)

**Implemented enhancements:**

- Make spacing between the titleLabel and circleView configurable [\#154](https://github.com/jjochen/JJFloatingActionButton/issues/154)

**Merged pull requests:**

- Update dependencies [\#156](https://github.com/jjochen/JJFloatingActionButton/pull/156)
- Make title spacing configurable [\#155](https://github.com/jjochen/JJFloatingActionButton/pull/155) [[added](https://github.com/jjochen/JJFloatingActionButton/labels/added)]
- Add example for downward animation [\#153](https://github.com/jjochen/JJFloatingActionButton/pull/153)
- Add example on how to change size of action button [\#152](https://github.com/jjochen/JJFloatingActionButton/pull/152)
- Update dependencies and circleci configuration [\#148](https://github.com/jjochen/JJFloatingActionButton/pull/148)

## [0.9.2](https://github.com/jjochen/JJFloatingActionButton/tree/0.9.2) (2018-06-18)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.9.1...0.9.2)

Expand Down
2 changes: 1 addition & 1 deletion Example/JJFloatingActionButton/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.2</string>
<string>0.10.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 (4.0.0)
- iOSSnapshotTestCase/SwiftSupport (4.0.0):
- iOSSnapshotTestCase/Core
- JJFloatingActionButton (0.9.2)
- JJFloatingActionButton (0.10.0)
- Nimble (7.3.0)
- Nimble-Snapshots (6.8.1):
- Nimble-Snapshots/Core (= 6.8.1)
Expand Down Expand Up @@ -32,7 +32,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
iOSSnapshotTestCase: 711379b19f69a22c131527df862352c877c2773c
JJFloatingActionButton: 15cdcbef3c733b6b103484e64066b99f07ad486f
JJFloatingActionButton: 42fa688bfc4712bce33f5ada671354a8a3be5248
Nimble: c8d6a1f463701921c46de965c673e13cafa09196
Nimble-Snapshots: 65bce321fa2f62d70909b90a66a825a3cc4ae773
Quick: d17304d58d0d169dd0bd1c6e5c28e3318de32a1a
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 = '0.9.2'
spec.version = '0.10.0'
spec.swift_version = '4.0'
spec.author = { 'Jochen Pfeiffer' => '[email protected]' }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
32 changes: 22 additions & 10 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</head>
<body>

<a name="//apple_ref/swift/Section/Classes" class="dashAnchor"></a>

<a title="Classes Reference"></a>

Expand Down Expand Up @@ -144,7 +145,8 @@ <h3 class="section-name">JJAnimationSettings</h3>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJAnimationSettings</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJAnimationSettings</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -183,7 +185,8 @@ <h3 class="section-name">JJButtonAnimationConfiguration</h3>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJButtonAnimationConfiguration</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJButtonAnimationConfiguration</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -222,7 +225,8 @@ <h3 class="section-name">JJItemAnimationConfiguration</h3>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJItemAnimationConfiguration</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJItemAnimationConfiguration</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -261,7 +265,8 @@ <h3 class="section-name">JJItemLayout</h3>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJItemLayout</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJItemLayout</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -300,7 +305,8 @@ <h3 class="section-name">JJItemPreparation</h3>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJItemPreparation</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJItemPreparation</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -332,7 +338,9 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span> <span class="kd">@IBDesignable</span> <span class="kd">open</span> <span class="kd">class</span> <span class="kt">JJActionItem</span><span class="p">:</span> <span class="kt">UIControl</span></code></pre>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">@IBDesignable</span>
<span class="kd">open</span> <span class="kd">class</span> <span class="kt">JJActionItem</span> <span class="p">:</span> <span class="kt">UIControl</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -364,7 +372,9 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span> <span class="kd">@IBDesignable</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJCircleView</span><span class="p">:</span> <span class="kt">UIView</span></code></pre>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">@IBDesignable</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJCircleView</span> <span class="p">:</span> <span class="kt">UIView</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -408,7 +418,9 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span> <span class="kd">@IBDesignable</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJFloatingActionButton</span><span class="p">:</span> <span class="kt">UIControl</span></code></pre>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">@IBDesignable</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">JJFloatingActionButton</span> <span class="p">:</span> <span class="kt">UIControl</span></code></pre>

</div>
</div>
Expand All @@ -423,8 +435,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-06-18)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2018-09-17)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</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 76a476a

Please sign in to comment.