Releases: loadingio/vscroll
Releases · loadingio/vscroll
0.0.11
27 Apr 09:19
Compare
Sorry, something went wrong.
No results found
fix bug: boundary of loop for inserting nodes in locate may be out of nodes array's range.
additional rules applied that were missing in v0.0.10
0.0.10
27 Apr 09:11
Compare
Sorry, something went wrong.
No results found
fix bug: boundary of loop for inserting nodes in locate may be out of nodes array's range.
0.0.9
21 Apr 04:44
Compare
Sorry, something went wrong.
No results found
fix bug: entry is not shown if there is only one entry.
when initing, range may be the same with min / max so we have to ensure the range doesn't go beyond min max
upgrade dependencies to fix vulnerabilities
0.0.8
19 Jan 12:14
Compare
Sorry, something went wrong.
No results found
release with compact directory structure
0.0.7
19 Jan 08:37
Compare
Sorry, something went wrong.
No results found
fix main field and add browser field in package.json
minimize minimized file further with mangling and compression
upgrade modules
0.0.6
07 Nov 03:01
Compare
Sorry, something went wrong.
No results found
bug fix: probe-len should not be longer than childNodes.length
0.0.5
07 Nov 01:13
Compare
Sorry, something went wrong.
No results found
support setChild for directly update content via innerHTML
support update based on partial content with an additional parameter probe-len
make update faster by removing unnecessary calculation
bug fix: use the real parent before removing node
0.0.4
06 Nov 16:00
Compare
Sorry, something went wrong.
No results found
rename handler to locate to reflect its purpose and make it as an open api
0.0.3
24 Oct 07:21
Compare
Sorry, something went wrong.
No results found
by default set grid-column: 1 / -1 in placeholder to support grid layout
insert all nodes initially instead of only 100 items to correctly get row and count
this can be improved by progressively insertion in the future.
calculate row count by relative node position to container instead of to viewport
reset values, DOM and scrollTop when call update to prevent glitches.
we may want to preserve scrollTop in the future update.
0.0.2
24 Oct 06:30
Compare
Sorry, something went wrong.
No results found
don't calculate box for elements that are not ELEMENT_NODE