Skip to content

Commit

Permalink
updated changelog and podspec for 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sobri909 committed Mar 21, 2015
1 parent 74e1ac0 commit c264ead
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 8.0.0

- Changed default MGLine label shadow colour to `clearColor`
- Added `innerSize` MGBox property, and deprecated `innerWidth` and
`innerHeight` (use `innerSize.width` / `innerSize.height` instead)
- Improved MGLine label vertical centring
- Added `onHighlightChanged` MGBox block property, for performing actions on
touch up, down, and cancel
- Added `allowSimultaneousTaps` MGBox property
- Removed various previously deprecated classes and properties
- Various misc bug fixes

## 7.0.1

- Fixed box provider reuse bug when data changes near content bounds.
Expand Down
4 changes: 2 additions & 2 deletions MGBoxKit.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "MGBoxKit"
s.version = "7.0.1"
s.version = "8.0.0"
s.summary = "Simple, quick iOS tables, grids, and more"
s.homepage = "https://github.com/sobri909/MGBoxKit"
s.license = { :type => "BSD", :file => "LICENSE" }
s.author = { "Matt Greenfield" => "matt@bigpaua.com" }
s.source = { :git => "https://github.com/sobri909/MGBoxKit.git", :tag => "7.0.1" }
s.source = { :git => "https://github.com/sobri909/MGBoxKit.git", :tag => "8.0.0" }
s.platform = :ios, '6.0'
s.source_files = 'MGBoxKit/**/*.{h,m}'
s.framework = 'QuartzCore'
Expand Down

0 comments on commit c264ead

Please sign in to comment.