This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
Releases: naver/egjs-children-differ
Releases · naver/egjs-children-differ
1.0.0 Release (2019-08-05)
Features for DOM List
- added: Index array of values added to
list
- removed: Index array of values removed in
prevList
- changed: An array of index pairs of
prevList
andlist
with different indexes fromprevList
andlist
- pureChanged: The subset of
changed
and an array of index pairs that moved data directly. Indicate an array of absolute index pairs ofordered
.(Formatted by: Array<[index of prevList, index of list]>) - ordered: An array of index pairs to be
ordered
that can synchronizelist
before adding data. (Formatted by: Array<[prevIndex, nextIndex]>) - maintained: An array of index pairs of
prevList
andlist
that have not been added/removed so data is preserved