Skip to content

Commit

Permalink
Release 2.1.0 (#218)
Browse files Browse the repository at this point in the history
* Release 2.1.0

* Recreate documentation

* Clean documentation folder before recreating it

* Update test target for iOS 13

* update codecov from one device only
  • Loading branch information
jjochen committed Sep 12, 2019
1 parent 05f97a4 commit d3c5a0c
Show file tree
Hide file tree
Showing 61 changed files with 778 additions and 1,172 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ executors:
shell: /bin/bash --login -eo pipefail
environment:
SIMULATOR_OS: 13.0
DESTINATION: platform=iOS Simulator,OS=13.0,name=iPhone Xs Max
SIMULATOR: iPhone Xs Max (13.0) [
DESTINATION: platform=iOS Simulator,OS=13.0,name=iPhone 11 Pro Max
SIMULATOR: iPhone 11 Pro Max (13.0) [

ios12-iphone-xs-max:
macos:
Expand Down Expand Up @@ -165,7 +165,6 @@ jobs:
- start-simulator
- setup-cocoapods
- run-tests
- update-codecov
- store-reports

build-and-test-ios12-iphonexsmax:
Expand Down
1 change: 1 addition & 0 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ theme: fullwidth
author: Jochen Pfeiffer
author_url: https://github.com/jjochen/
root_url: https://jjochen.github.io/JJFloatingActionButton/
clean: true
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

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

**Implemented enhancements:**

- Add image size property to action items [\#203](https://github.com/jjochen/JJFloatingActionButton/issues/203)

**Merged pull requests:**

- Support dark mode in example project [\#217](https://github.com/jjochen/JJFloatingActionButton/pull/217)
- Update configuration example in README and example project [\#215](https://github.com/jjochen/JJFloatingActionButton/pull/215)
- Make image sizes configurable [\#213](https://github.com/jjochen/JJFloatingActionButton/pull/213) [[added](https://github.com/jjochen/JJFloatingActionButton/labels/added)]
- Fix an issue where special action item configuration would not work [\#212](https://github.com/jjochen/JJFloatingActionButton/pull/212) [[fixed](https://github.com/jjochen/JJFloatingActionButton/labels/fixed)]
- Update dependencies [\#210](https://github.com/jjochen/JJFloatingActionButton/pull/210)
- Get ready for Xcode 11/iOS 13 [\#209](https://github.com/jjochen/JJFloatingActionButton/pull/209)

## [2.0.0](https://github.com/jjochen/JJFloatingActionButton/tree/2.0.0) (2019-04-09)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/1.2.0...2.0.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.0.0</string>
<string>2.1.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.0.0)
- JJFloatingActionButton (2.1.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: 5fc3df9cac6c0e8d8248997ad3fad25a678f9e76
JJFloatingActionButton: 26805f87c7e9f68c6a91bd9f3f09c2e6b904a84f
Nimble: 051e3d8912d40138fa5591c78594f95fb172af37
Nimble-Snapshots: bbd1ab264bacc24a9ce24a8363bc05aac783aeb0
Quick: 4be43f6634acfa727dd106bdf3929ce125ffa79d
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.0.0'
spec.version = '2.1.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 @@ -435,8 +435,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-04-09)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<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>
</section>
</body>
</div>
Expand Down
37 changes: 34 additions & 3 deletions docs/Classes/JJActionItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ <h4>Declaration</h4>
<div class="pointer"></div>
<div class="abstract">
<p>The position of the title label. Default is <code>-1</code>.
When titleSpacing is negative default spacing is used:
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>

Expand All @@ -512,6 +512,37 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@JJFloatingActionButton@objc(cs)JJActionItem(py)imageSize"></a>
<a name="//apple_ref/swift/Property/imageSize" class="dashAnchor"></a>
<a class="token" href="#/c:@M@JJFloatingActionButton@objc(cs)JJActionItem(py)imageSize">imageSize</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<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
size of the image is used.</p>

</div>
<div class="declaration">
<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">dynamic</span> <span class="k">var</span> <span class="nv">imageSize</span><span class="p">:</span> <span class="kt">CGSize</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -673,8 +704,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-04-09)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<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>
</section>
</body>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/JJAnimationSettings.html
Original file line number Diff line number Diff line change
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-04-09)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<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>
</section>
</body>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/JJButtonAnimationConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,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-04-09)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<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>
</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; 2019 <a class="link" href="https://github.com/jjochen/" target="_blank" rel="external">Jochen Pfeiffer</a>. All rights reserved. (Last updated: 2019-04-09)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<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>
</section>
</body>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/JJCircleView.html
Original file line number Diff line number Diff line change
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-04-09)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<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>
</section>
</body>
</div>
Expand Down
70 changes: 65 additions & 5 deletions docs/Classes/JJFloatingActionButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,41 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@JJFloatingActionButton@objc(cs)JJFloatingActionButton(py)buttonImageSize"></a>
<a name="//apple_ref/swift/Property/buttonImageSize" class="dashAnchor"></a>
<a class="token" href="#/c:@M@JJFloatingActionButton@objc(cs)JJFloatingActionButton(py)buttonImageSize">buttonImageSize</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>The size of the image view.
Default is <code>CGSize.zero</code>.
If set to <code>.zero</code> the actual size of the image is used.</p>
<div class="aside aside-see-also">
<p class="aside-title">See also</p>
<code><a href="../Classes/JJFloatingActionButton.html#/c:@M@JJFloatingActionButton@objc(cs)JJFloatingActionButton(py)imageView">imageView</a></code>

</div>

</div>
<div class="declaration">
<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">dynamic</span> <span class="k">var</span> <span class="nv">buttonImageSize</span><span class="p">:</span> <span class="kt">CGSize</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -546,9 +581,7 @@ <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">internal(set)</span> <span class="k">var</span> <span class="nv">buttonState</span><span class="p">:</span> <span class="kt"><a href="../Enums/JJFloatingActionButtonState.html">JJFloatingActionButtonState</a></span> <span class="p">{</span>
<span class="k">get</span>
<span class="p">}</span></code></pre>
<span class="kd">public</span> <span class="kd">internal(set)</span> <span class="k">var</span> <span class="nv">buttonState</span><span class="p">:</span> <span class="kt"><a href="../Enums/JJFloatingActionButtonState.html">JJFloatingActionButtonState</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -1483,6 +1516,33 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@CM@JJFloatingActionButton@objc(cs)JJFloatingActionButton(im)updateConstraints"></a>
<a name="//apple_ref/swift/Method/updateConstraints()" class="dashAnchor"></a>
<a class="token" href="#/c:@CM@JJFloatingActionButton@objc(cs)JJFloatingActionButton(im)updateConstraints">updateConstraints()</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Updates constraints for the view.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="k">override</span> <span class="kd">func</span> <span class="nf">updateConstraints</span><span class="p">()</span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
Expand Down Expand Up @@ -1615,8 +1675,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-04-09)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<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>
</section>
</body>
</div>
Expand Down
Loading

0 comments on commit d3c5a0c

Please sign in to comment.