Skip to content

Releases: Shopify/flash-list

v2.0.0-alpha.19

04 Jun 22:30
Compare
Choose a tag to compare
v2.0.0-alpha.19 Pre-release
Pre-release

What's Changed

  • Fix incorrect rendering when StrictMode is enabled by @j0sip in #1695
  • Use callbacks instead of promises in scrollToIndex to block paint before scroll begins.

New Contributors

Full Changelog: v2.0.0-alpha.18...v2.0.0-alpha.19

v2.0.0-alpha.18

02 Jun 21:01
Compare
Choose a tag to compare
v2.0.0-alpha.18 Pre-release
Pre-release

What's new

  • Improve layout recompute to have a more accurate total height
  • Fix some items expanding upwards when resizing

Full Changelog: v2.0.0-alpha.17...v2.0.0-alpha.18

v2.0.0-alpha.17

30 May 20:40
Compare
Choose a tag to compare
v2.0.0-alpha.17 Pre-release
Pre-release

What's new

  • Fix tallest item compute when checking for span changes

Full Changelog: v2.0.0-alpha.16...v2.0.0-alpha.17

v2.0.0-alpha.16

30 May 17:26
Compare
Choose a tag to compare
v2.0.0-alpha.16 Pre-release
Pre-release

What's new

  • Relayout list is item spans are modified with a data change
  • Added option to skip layout work in state hooks
  • Fix stale callback in viewability implementation

Full Changelog: v2.0.0-alpha.15...v2.0.0-alpha.16

v1.8.2

30 May 17:29
Compare
Choose a tag to compare

What's changed

  • Fix stale callbacks in viewability implementation. Commit

Full Changelog: v1.8.1...v1.8.2

v2.0.0-rc.2

28 May 15:43
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

What's new

  • Clone stickyHeaderIndices before sorting to avoid mutating props

Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-alpha.15

28 May 15:49
Compare
Choose a tag to compare
v2.0.0-alpha.15 Pre-release
Pre-release

What's Changed

  • Minor improvements to reconciliation algorithms
  • Clone stickyHeaderIndices before sorting to avoid mutating props.

Full Changelog: 2.0.0-alpha.14...v2.0.0-alpha.15

v2.0.0-rc.1

26 May 23:34
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.8.0...v2.0.0-rc.1

2.0.0-alpha.14

26 May 18:59
Compare
Choose a tag to compare
2.0.0-alpha.14 Pre-release
Pre-release

What's changed

  • Fix a minor bug causing getItemType to be called with index -1 in some cases.

Full Changelog: v2.0.0-alpha.13...2.0.0-alpha.14

v1.8.1

26 May 22:30
Compare
Choose a tag to compare

What's new

  • Cleanup pending timers after unmounting a component #1159

Full Changelog: v1.8.0...v1.8.1