Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Klein committed Jul 22, 2014
1 parent 43d981b commit 264f383
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

### HEAD

### 0.8.0 - 2014-07-22
* Clean up documentation and featureRequest
* Create separate CHANGELOG file
* Prevent the default gesture on the browser (Merge #23)
Expand All @@ -18,15 +20,15 @@
* fixes indicators touch sensitivity [#9](https://github.com/ixisio/bootstrap-touch-carousel/issues/9)
* code refactoring

### 0.5.0
### 0.5.0 - 2014-11-30
* add resize/orientation events and resize the carousel to its parent element width [#5](https://github.com/ixisio/bootstrap-touch-carousel/issues/5)
* Some minor bugfixes
* update docs

### 0.3.0
### 0.3.0 - 2014-11-30
* Update to grunt@0.4.2

### 0.2.0
### 0.2.0 - 2013-10-20
* MSPointer benchmarks
* fixes [#3](https://github.com/ixisio/bootstrap-touch-carousel/issues/3), touch optimizes indicator pills
* [#2](https://github.com/ixisio/bootstrap-touch-carousel/issues/2), display captions on portait orientation iPad
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-touch-carousel",
"version": "0.7.1",
"version": "0.8.0",
"homepage": "https://github.com/ixisio/bootstrap-touch-carousel",
"authors": [
"Andreas Klein",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap-touch-carousel",
"description": "A drop-in perfection for Twitter Bootstrap's Carousel (v3) to enable gestures on touch devices.",
"version": "0.7.1",
"version": "0.8.0",
"keywords": [
"bootstrap",
"touch",
Expand Down

0 comments on commit 264f383

Please sign in to comment.