Skip to content

0.4.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 29 Mar 14:20
· 310 commits to master since this release

Bug Fixes

  • array-virtual-repeat-strategy:
    • add new items to the distance to bottom view port (60383100)
    • queue changes when animating (c4fff68b)
    • do not remove views when less than max rendered (312f4caf)
    • handel added items when scrolled to bottom (ed3b014c)
    • handle remove from bottom and top (46c8ba71)
  • utilities: rename updateOverrideContexts to updateVirtualOverrideContexts (c879a08f)
  • view-strategy:
  • virtual-repeat:
    • initialize scroll at top to true (7264d3d6)
    • stop updating when scrolling passed the list (b7c19e6f)
    • move views at top and bottom when virtualised (7775796e)
    • remove resize handling (029e6efb)
    • support fixed height container (80704074)
    • do not move view when at top or bottom (dce3107a)
    • handle bind with less items than whats fits in view port (9e6f121a, closes #39)
    • remove scrollList (05ecd2ff)
    • handle remove items from list (498296b1)

Features

  • TableStrategy: remove need for surrounding container (617d7570)
  • virtual-list: remove VirtualList (d52201c2)
  • virtual-repeat:
    • support multiple virtual-repeat after each other (5e99c07e)
    • no need for surrounding container (37c68bbd)
    • support inline virtualization (4805482c)