Skip to content

Commit e71c4fe

Browse files
committed
v1.3.1 release
1 parent 9348fab commit e71c4fe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
public
33
node_modules
44
temp
5-
/nbproject/private/
5+
/nbproject/private/
6+
local_development

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,12 @@ See [index.html](http://rawgithub.com/angular-ui/ui-scroll/master/demo/index.htm
215215

216216
###History
217217

218+
###v1.3.1
219+
* Changed the logic of viewport scroll/padding recalculation (to solve the problem [#8](https://github.com/angular-ui/ui-scroll/issues/8)).
220+
* Splitted test specifications.
221+
* Updated dev-dependencies (package.json).
222+
* Implemented append/prepend methods on the adapter.
223+
218224
###v1.3.0
219225
* Reorganized the repository structure.
220226

0 commit comments

Comments
 (0)