From 1adcb1cab7b537b93ea29b800621e076a0660668 Mon Sep 17 00:00:00 2001 From: Steven Deutsch Date: Mon, 10 Sep 2018 19:31:26 -0500 Subject: [PATCH] Add new CHANGELOG and bump 1.3.1 (#528) --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ Hero.podspec | 2 +- Sources/Info.plist | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..48c653dc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# CHANGELOG + +The changelog for `Hero`. Also see the [releases](https://github.com/HeroTransitions/Hero/releases) on GitHub. + +-------------------------------------- + +## Upcoming release + +## [1.3.1](https://github.com/HeroTransitions/Hero/releases/tag/1.3.1) + +### Fixed + +- Fixed the retain cycle caused by strong references to `previousNavigationDelegate` and `previousTabBarDelegate`. +[#516](https://github.com/HeroTransitions/Hero/pull/516) by [@mkieselmann](https://github.com/mkieselmann) + +## [1.3.0](https://github.com/HeroTransitions/Hero/releases/tag/1.3.0) + +### Added +- Adds an optional completion block parameter to the `dismissViewController` and `replaceViewController` methods. +[#456](https://github.com/HeroTransitions/Hero/pull/456) by [@kartikthapar](https://github.com/kartikthapar) + +### Changed +- Allows previous `UINavigationController` delegate to handle delegate events. +[#430](https://github.com/HeroTransitions/Hero/pull/430) by [@bradphilips](https://github.com/bradphilips) + +### Fixed +- Fixed shadows being cutoff by snapshots. +[#440](https://github.com/HeroTransitions/Hero/pull/440) by [@2blane](https://github.com/2blane) +- Fixed animation flickering on CALayer animation. +[f4dab9](https://github.com/HeroTransitions/Hero/commit/f4dab9ed2ab88ae065605199d5aca7706b07c2ad) by [@lkzhao](https://github.com/lkzhao) \ No newline at end of file diff --git a/Hero.podspec b/Hero.podspec index b2087291..5deadfc5 100644 --- a/Hero.podspec +++ b/Hero.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Hero" - s.version = "1.3.0" + s.version = "1.3.1" s.summary = "Elegant transition library for iOS" s.description = <<-DESC diff --git a/Sources/Info.plist b/Sources/Info.plist index 18065b54..9f9016ae 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass