Skip to content

Commit 9fdfa98

Browse files
committed
Added PR references to CHANGELOG
1 parent 8f6addb commit 9fdfa98

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ x.y.z Release Notes (yyyy-MM-dd)
33

44
### Added
55

6-
* A `delegate` property to receive tap events for the button where delegates are preferred over blocks.
7-
* An `isTranslucent` property (and a `blurStyle` property) that replaces the background of buttons from a solid color to a blurred background.
8-
* A `contentView` property to enable adding custom view content to buttons.
9-
* `sizeToFit` and `sizeThatFits:` methods to allow automatic sizing of buttons around their content.
6+
* A `delegate` property to receive tap events for the button where delegates are preferred over blocks. ([#46](https://github.com/TimOliver/TORoundedButton/pull/46))
7+
* An `isTranslucent` property (and a `blurStyle` property) that replaces the background of buttons from a solid color to a blurred background. ([#45](https://github.com/TimOliver/TORoundedButton/pull/45))
8+
* A `contentView` property to enable adding custom view content to buttons. ([#44](https://github.com/TimOliver/TORoundedButton/pull/44))
9+
* `sizeToFit` and `sizeThatFits:` methods to allow automatic sizing of buttons around their content. ([#44](https://github.com/TimOliver/TORoundedButton/pull/44))
1010

1111
### Fixed
1212

13-
* Re-calculating the darker tap color when moving between light and dark mode.
14-
* Changed the tap-down animation to always use a fluid zoom animation.
15-
* A broken symlink reference in the SPM integration.
13+
* Re-calculating the darker tap color when moving between light and dark mode. ([#34](https://github.com/TimOliver/TORoundedButton/pull/34))
14+
* Changed the tap-down animation to always use a fluid zoom animation. ([#35](https://github.com/TimOliver/TORoundedButton/pull/35))
15+
* A broken symlink reference in the SPM integration. ([#48](https://github.com/TimOliver/TORoundedButton/pull/48))
1616

1717
1.1.3 Release Notes (2020-12-12)
1818
=============================================================

0 commit comments

Comments
 (0)