File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 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 ) 
Original file line number Diff line number Diff line change 11Pod ::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 
Original file line number Diff line number Diff line change 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  >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments