Skip to content

Latest commit

 

History

History
407 lines (207 loc) · 17.2 KB

CHANGELOG.md

File metadata and controls

407 lines (207 loc) · 17.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.0 (2022-11-06)

Features

  • add support for native animation on scroll (2a84fb7)

Bug Fixes

  • rename animatedOffsetValues to nativeOffsetValues in index.d.ts (06e3f66)

1.5.6 (2022-10-22)

Bug Fixes

  • allow overwriting elevation in style of section header (be68fb1)

1.5.5 (2022-10-12)

1.5.4 (2022-02-28)

Bug Fixes

  • regex-ify UNSAFE_ autobind (b9205ec)

1.5.3 (2022-02-23)

Bug Fixes

  • onViewableItemsChanged function issues (7c67cb), closes #120

1.5.2 (2022-01-20)

Bug Fixes

  • fallback scroll view component (76719a7)

1.5.1 (2022-01-19)

Bug Fixes

  • add scroll view components types (131c706), closes #141

1.5.0 (2022-01-15)

Features

  • custom scroll view component (0c7f425)

1.4.3 (2021-09-30)

Features

  • Improve typing and documentation

1.4.2 (2021-09-02)

Bug Fixes

  • Get item offset with height as function #47 (435fe4)
  • Get item offset with height as function on sections #47 (048b5a)
  • Scroll to methods #57 (5bc699)

1.4.1 (2021-08-08)

Bug Fixes

  • make style prop merge writable (56d8a49), closes #43

1.4.0 (2021-08-03)

Features

Bug Fixes

  • section elevation on android (114a831), closes #38

1.3.16 (2021-07-21)

Bug Fixes

1.3.15 (2021-06-29)

Bug Fixes

On Momentum End

1.3.14 (2021-06-24)

Bug Fixes


1.3.13 (2021-06-23)

Features

  • Add key extractor to assign item state without recycle it #13 (383b31)

1.3.12 (2021-06-20)

Features

  • Hide and show marginals on empty list #8 (cf5c9f)

Bug Fixes

  • On viewable items on addition #8 (b8816d)

1.3.10 (2021-06-20)

Bug Fixes

TypeScript
  • Make num columns and on viewable items change optional (58f661)
  • Replace unknown with null and undefined (e60f2c)

1.3.9 (2021-06-17)

Bug Fixes

  • Static header with sections (298d2b)

1.3.8 (2021-06-17)


1.3.7 (2021-06-17)

Features

  • Add column wrapper style #6 (2e28c9)
  • Add on viewable items changed #8 (0c709e)
Placeholder
  • Add placeholder on fast scrolling #7 (6dc75b)

Bug Fixes

  • Disable placeholder prop (1e085b)
  • Force push header and footer items #6 (7f6f3a)
  • Issues on performances using sections (f4413e)
  • Viewable items changed result #8 (f89c7c)

1.3.6 (2021-06-13)

Bug Fixes

  • Sections condensed issue (7517b0)

1.3.5 (2021-06-12)


1.3.4 (2021-06-12)


1.3.3 (2021-06-11)

Bug Fixes

  • Content container style overwritable (a1dcf9)

1.3.2 (2021-06-11)

Bug Fixes


1.3.1 (2021-06-11)

Bug Fixes

TypeScript

1.3.0 (2021-06-11)

Features

Bug Fixes

  • Increase batch size (e4c20c)

1.2.5 (2021-06-10)

Features

  • Add on refresh event (1ec3a4)

1.2.4 (2021-06-10)

Features


1.2.3 (2021-06-10)


1.2.2 (2021-06-10)


1.2.1 (2021-06-10)


1.2.0 (2021-06-09)

Features

  • Add sticky section headers enabled prop (f39231)

Bug Fixes

  • Sticky headers for web (38198c)

1.1.10 (2021-06-09)

Bug Fixes

TypeScript

1.1.9 (2021-06-08)

Bug Fixes

  • Add scroll to location method (d5e288)
  • Is visible method (56fbe9)
TypeScript
  • Render accessory declaration (ace0aa)

1.1.8 (2021-06-07)

Bug Fixes

TypeScript
  • Item height declaration issues (313895)

1.1.7 (2021-06-07)

Bug Fixes

TypeScript
  • Some declaration issues (02f50d)

1.1.6 (2021-06-07)

Features

  • Add some new methods from scroll view (81abd5)

Bug Fixes


1.1.5 (2021-06-07)

Features

  • Add get item layout comaptibility (1d93b5)
  • Add scroll to item and scroll to offset (182463)

Bug Fixes

TypeScript
  • Render declarations (5b9513)

1.1.4 (2021-06-07)

Bug Fixes

  • Check if empty on create element (01885b)
  • Replace reflect methods (001dfa)

1.1.3 (2021-06-07)

Bug Fixes

  • Get list processor class (108664)

1.1.2 (2021-06-07)

Features


1.1.1 (2021-06-06)

Features

Props
  • Adjust component header, footer and empty types (34d4c4)

1.1.0 (2021-06-06)

Features

  • Add list component like flatlist for header, footer and empty (796c1f)
Prop Types
TypeScript
  • Add list component header, footer and empty types (0129b6)
  • Add typescript types (de7b52)
  • Add types for subcomponents (48cc67)

Bug Fixes

  • Component for header, footer and empty multi usage (443ead)
TypeScript
  • Children to null and optional on subcomponents (56dc20)
  • Component header, footer and empty types (af9066)

1.0.0 (2021-06-05)