Skip to content

Commit b99b006

Browse files
authored
Release 2.3.0 (#242)
1 parent 0d3e7ad commit b99b006

41 files changed

Lines changed: 310 additions & 41 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## [2.3.0](https://github.com/jjochen/JJFloatingActionButton/tree/2.3.0) (2020-03-05)
4+
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/2.2.0...2.3.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Add method to remove action item [\#239](https://github.com/jjochen/JJFloatingActionButton/issues/239)
9+
10+
**Fixed bugs:**
11+
12+
- Need to remove animation while closing items [\#223](https://github.com/jjochen/JJFloatingActionButton/issues/223)
13+
14+
**Merged pull requests:**
15+
16+
- Improve deployment [\#241](https://github.com/jjochen/JJFloatingActionButton/pull/241)
17+
- Add convenience methods to remove action items from the button [\#240](https://github.com/jjochen/JJFloatingActionButton/pull/240) [[added](https://github.com/jjochen/JJFloatingActionButton/labels/added)]
18+
- Remove related views when button is removed from superview [\#238](https://github.com/jjochen/JJFloatingActionButton/pull/238) [[fixed](https://github.com/jjochen/JJFloatingActionButton/labels/fixed)]
19+
320
## [2.2.0](https://github.com/jjochen/JJFloatingActionButton/tree/2.2.0) (2020-03-01)
421
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/2.1.0...2.2.0)
522

Example/JJFloatingActionButton/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.2.0</string>
20+
<string>2.3.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PODS:
44
- iOSSnapshotTestCase/Core (5.0.2)
55
- iOSSnapshotTestCase/SwiftSupport (5.0.2):
66
- iOSSnapshotTestCase/Core
7-
- JJFloatingActionButton (2.2.0)
7+
- JJFloatingActionButton (2.3.0)
88
- Nimble (7.3.4)
99
- Nimble-Snapshots (6.9.1):
1010
- Nimble-Snapshots/Core (= 6.9.1)
@@ -32,7 +32,7 @@ EXTERNAL SOURCES:
3232

3333
SPEC CHECKSUMS:
3434
iOSSnapshotTestCase: 2d51aa06775e95cecb0a1fb9c5c159ccd1dd4596
35-
JJFloatingActionButton: 08d64594f986a900855220bcc847073da8d85d48
35+
JJFloatingActionButton: f768bd125490bd4d909dc9c4281e164c96d4f2a5
3636
Nimble: 051e3d8912d40138fa5591c78594f95fb172af37
3737
Nimble-Snapshots: bbd1ab264bacc24a9ce24a8363bc05aac783aeb0
3838
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e

JJFloatingActionButton.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'JJFloatingActionButton'
3-
spec.version = '2.2.0'
3+
spec.version = '2.3.0'
44
spec.swift_version = '5.0'
55
spec.author = { 'Jochen Pfeiffer' => 'pod@jochen-pfeiffer.com' }
66
spec.license = { :type => 'MIT', :file => 'LICENSE' }

docs/Classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ <h4>Declaration</h4>
433433
</article>
434434
</div>
435435
<section class="footer">
436-
<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>
436+
<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-05)</p>
437437
<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>
438438
</section>
439439
</body>

docs/Classes/JJActionItem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ <h4>Declaration</h4>
705705
</article>
706706
</div>
707707
<section class="footer">
708-
<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>
708+
<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-05)</p>
709709
<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>
710710
</section>
711711
</body>

docs/Classes/JJAnimationSettings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ <h4>Return Value</h4>
353353
</article>
354354
</div>
355355
<section class="footer">
356-
<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>
356+
<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-05)</p>
357357
<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>
358358
</section>
359359
</body>

docs/Classes/JJButtonAnimationConfiguration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ <h4>Return Value</h4>
497497
</article>
498498
</div>
499499
<section class="footer">
500-
<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>
500+
<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-05)</p>
501501
<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>
502502
</section>
503503
</body>

docs/Classes/JJButtonAnimationConfiguration/JJButtonAnimationStyle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h4>Declaration</h4>
186186
</article>
187187
</div>
188188
<section class="footer">
189-
<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>
189+
<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-05)</p>
190190
<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>
191191
</section>
192192
</body>

docs/Classes/JJCircleView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h4>Declaration</h4>
298298
</article>
299299
</div>
300300
<section class="footer">
301-
<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>
301+
<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-05)</p>
302302
<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>
303303
</section>
304304
</body>

0 commit comments

Comments
 (0)