Skip to content

Commit d08b84d

Browse files
committed
- update CHANGELOG
- bump version
1 parent 0a9d696 commit d08b84d

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Logs
22

3+
## v0.0.3
4+
5+
- by default set `grid-column: 1 / -1` in placeholder to support grid layout
6+
- insert all nodes initially instead of only 100 items to correctly get row and count
7+
- this can be improved by progressively insertion in the future.
8+
- calculate row count by relative node position to container instead of to viewport
9+
- reset values, DOM and scrollTop when call `update` to prevent glitches.
10+
- we may want to preserve scrollTop in the future update.
11+
12+
313
## v0.0.2
414

515
- don't calculate box for elements that are not ELEMENT_NODE

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loadingio/vscroll",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"main": "index.js",
66
"files": ["dist/**/*"],

0 commit comments

Comments
 (0)