Skip to content

Commit

Permalink
Update CHANGELING.md and README.md to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLin committed Feb 13, 2016
1 parent 52c02d5 commit 1183a6b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
28 changes: 17 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,44 @@
# Next
# Change Log
All notable changes to this project will be documented in this file.
`IBAnimatable` adheres to [Semantic Versioning](http://semver.org/).

### API breaking changes
## Versions

### Next

#### API breaking changes
TBD

### Enhancements
#### Enhancements
TBD

### Bugfixes
#### Bugfixes
TBD

# 1.1
### [1.1](https://github.com/JakeLin/IBAnimatable/releases/tag/V1.1)

### API breaking changes
#### API breaking changes

- Remove `DesignableGradientView`, use `AnimatableView` to configure gradient. [#81](https://github.com/JakeLin/IBAnimatable/issues/81) and [#86](https://github.com/JakeLin/IBAnimatable/issues/86)

### Enhancements
#### Enhancements

- New animations: Rotate, RotateCCW [#51](https://github.com/JakeLin/IBAnimatable/issues/51)
- New masks: Star, Triangle, Polygon, Wave
- SidebarImage now support right images
- Predefined gradients [#24](https://github.com/JakeLin/IBAnimatable/issues/24)

### Bugfixes
#### Bugfixes

- Fixed left gradient
- Fixed slideOut / slideIn animations [#46](https://github.com/JakeLin/IBAnimatable/issues/46)

# 1.0.1
### [1.0.1](https://github.com/JakeLin/IBAnimatable/releases/tag/V1.0.1)

### Enhancements
#### Enhancements

- Carthage support - [#6](https://github.com/JakeLin/IBAnimatable/issues/6)

# 1.0
### [1.0](https://github.com/JakeLin/IBAnimatable/releases/tag/V1.0)

- Initial release
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ All of us can contribute to this project. Fewer overheads mean less time to buil
* [Spring by Meng To](https://github.com/MengTo/Spring) - steal a lot of animation parameters from this project.
* [Invision ToDo App UI Kit](http://www.invisionapp.com/do), The demo App's original design is from this UI Kit and redone in Interface Builder. We also added interaction, navigation and animations.

## Change Log
Please see [CHANGELOG.md](https://github.com/JakeLin/IBAnimatable/blob/master/CHANGELOG.md)

## License
`IBAnimatable` is released under the MIT license. See [LICENSE](https://github.com/JakeLin/IBAnimatable/blob/master/LICENSE) for details.

0 comments on commit 1183a6b

Please sign in to comment.