Skip to content

Releases: dhilt/vscroll

DOM Routines refactoring, part 2

15 Nov 04:28
f695301
Compare
Choose a tag to compare

What's Changed

  • DOM Routines minor refactoring, part 2 by @dhilt in #33

Full Changelog: v1.4.1...v1.4.2

DOM Routines refactoring

02 Nov 00:33
0f0d5a5
Compare
Choose a tag to compare

What's Changed

  • DOM Routines minor refactoring by @dhilt in #31

Full Changelog: v1.4.0...v1.4.1

Virtual insertions via Adapter.insert

01 Oct 22:51
5292703
Compare
Choose a tag to compare
  • introduce beforeIndex and afterIndex options for Adapter.insert API, which allow virtual insertions
  • append process uses insert process under the hood

Link to PR.

Adapter.remove improvements

18 Sep 17:14
b34e369
Compare
Choose a tag to compare
  • use Adapter.update for in-buffer removals
  • remove continuos sequence limitation
  • fix simultaneous deleting of the in-buffer and virtual items

Link to PR1, link to PR2.

Default size maintenance when remove via Adapter.update API

15 Sep 14:09
d3c9d44
Compare
Choose a tag to compare

Decreasing/increasing strategy for append/prepend Adapter API

08 Sep 02:08
724aee2
Compare
Choose a tag to compare

directionPriority dev setting

01 Sep 00:42
09afe02
Compare
Choose a tag to compare

Memory leaks when the Workflow is re-created with the the same Datasource

15 Jul 00:19
9005a32
Compare
Choose a tag to compare

Default Size Strategy

07 Jun 19:53
6c34795
Compare
Choose a tag to compare

Simplify typings

20 Apr 17:46
0689385
Compare
Choose a tag to compare