Skip to content

Commit

Permalink
release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Sajnóg committed Jun 28, 2016
1 parent 2d5181d commit 1de25f6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [2.0.4]

### Fixed
- Fix device detector (tablet setting)

### Changed
- Disable AOS on not supported browsers (<= IE9)
- Clean code around `disable` option
- Rewrite device detector using ES6 Class

## [2.0.3]

### Added
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": "aos",
"version": "2.0.3",
"version": "2.0.4",
"homepage": "git://github.com/michalsnik/aos.git",
"authors": [
"Michał Sajnóg <michal.sajnog@hotmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/aos.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aos.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aos",
"version": "2.0.3",
"version": "2.0.4",
"description": "Animate on scroll library",
"homepage": "http://michalsnik.github.io/aos/",
"author": "Michał Sajnóg <michal.sajnog@hotmail.com>",
Expand Down Expand Up @@ -38,6 +38,7 @@
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"classlist-polyfill": "^1.0.3",
"lodash.debounce": "^4.0.6",
"lodash.throttle": "^4.0.1"
},
Expand Down

0 comments on commit 1de25f6

Please sign in to comment.