Skip to content

Commit c20a3f9

Browse files
committed
Merge branch 'release/v0.5.3'
2 parents 36ff60f + af0fca0 commit c20a3f9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.5.3
4+
5+
- Support AngularJS 1.3 class animations ([#2](https://github.com/pc035860/angular-scroll-watch/issues/2))
6+
37
## v0.5.2
48

59
- Prevent inifinite digest on `scroll-watch`

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-scroll-watch",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Basic scroll-aware directives for AngularJS.",
55
"main": "angular-scroll-watch.js",
66
"ignore": [

build/angular-scroll-watch.min.js

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anguar-scroll-watch",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Basic scroll-aware directives for AngularJS.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)