Skip to content

Commit 1de25f6

Browse files
author
Michał Sajnóg
committedJun 28, 2016
release 2.0.4
1 parent 2d5181d commit 1de25f6

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [2.0.4]
4+
5+
### Fixed
6+
- Fix device detector (tablet setting)
7+
8+
### Changed
9+
- Disable AOS on not supported browsers (<= IE9)
10+
- Clean code around `disable` option
11+
- Rewrite device detector using ES6 Class
12+
313
## [2.0.3]
414

515
### Added

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aos",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"homepage": "git://github.com/michalsnik/aos.git",
55
"authors": [
66
"Michał Sajnóg <michal.sajnog@hotmail.com>"

‎dist/aos.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/aos.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aos",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Animate on scroll library",
55
"homepage": "http://michalsnik.github.io/aos/",
66
"author": "Michał Sajnóg <michal.sajnog@hotmail.com>",
@@ -38,6 +38,7 @@
3838
"webpack-dev-server": "^1.14.1"
3939
},
4040
"dependencies": {
41+
"classlist-polyfill": "^1.0.3",
4142
"lodash.debounce": "^4.0.6",
4243
"lodash.throttle": "^4.0.1"
4344
},

0 commit comments

Comments
 (0)
Please sign in to comment.