Skip to content

Commit 1adcb1c

Browse files
authored
Add new CHANGELOG and bump 1.3.1 (#528)
1 parent 2d5de74 commit 1adcb1c

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# CHANGELOG
2+
3+
The changelog for `Hero`. Also see the [releases](https://github.com/HeroTransitions/Hero/releases) on GitHub.
4+
5+
--------------------------------------
6+
7+
## Upcoming release
8+
9+
## [1.3.1](https://github.com/HeroTransitions/Hero/releases/tag/1.3.1)
10+
11+
### Fixed
12+
13+
- Fixed the retain cycle caused by strong references to `previousNavigationDelegate` and `previousTabBarDelegate`.
14+
[#516](https://github.com/HeroTransitions/Hero/pull/516) by [@mkieselmann](https://github.com/mkieselmann)
15+
16+
## [1.3.0](https://github.com/HeroTransitions/Hero/releases/tag/1.3.0)
17+
18+
### Added
19+
- Adds an optional completion block parameter to the `dismissViewController` and `replaceViewController` methods.
20+
[#456](https://github.com/HeroTransitions/Hero/pull/456) by [@kartikthapar](https://github.com/kartikthapar)
21+
22+
### Changed
23+
- Allows previous `UINavigationController` delegate to handle delegate events.
24+
[#430](https://github.com/HeroTransitions/Hero/pull/430) by [@bradphilips](https://github.com/bradphilips)
25+
26+
### Fixed
27+
- Fixed shadows being cutoff by snapshots.
28+
[#440](https://github.com/HeroTransitions/Hero/pull/440) by [@2blane](https://github.com/2blane)
29+
- Fixed animation flickering on CALayer animation.
30+
[f4dab9](https://github.com/HeroTransitions/Hero/commit/f4dab9ed2ab88ae065605199d5aca7706b07c2ad) by [@lkzhao](https://github.com/lkzhao)

Hero.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Hero"
3-
s.version = "1.3.0"
3+
s.version = "1.3.1"
44
s.summary = "Elegant transition library for iOS"
55

66
s.description = <<-DESC

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>1.3.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)