Skip to content

Latest commit

 

History

History
115 lines (67 loc) · 6.27 KB

CHANGELOG.md

File metadata and controls

115 lines (67 loc) · 6.27 KB

Changelog

Improvements

  • refactor: copy redash used functionalities (#24).
  • chore: updated dependencies (#23).

v2.1.0 - 2021-01-19

Features

  • feat: added reanimated 2 support (#19).

Improvements

  • chore: updated dependencies (1fbca83).
  • chore: updated examples styling (4b744ea).
  • chore: added auto-changelog config (ed464a0).
  • refactor: updated animated thread to be UI instead of native (b6d7499).

v2.0.0 - 2020-06-04

Improvements

  • refactor: updated pointerevents handling (#15) (ff49f5e).

Fixes

  • fix: sticky item width calculation (#14).
  • fix: fixed pointerevents on android (#15) (1295c95).

v1.3.2 - 2020-06-03

Fixes

  • fix: updated sticky item pointerevents to solve pressable area (#15) (1e0af37).

v1.3.1 - 2020-06-01

Fixes

  • Revert "fix: sticky item width calculation (#13)"

This reverts commit e5b246b54604d3c2bed0dc675cf6df483182e8cc. (206420f).

v1.3.0 - 2020-06-01

Features

  • feat: allow custom separator, optimise current one by @Hirbod (#9) (#11).

Improvements

  • chore: add sticky item active effect (#10).
  • chore: allow decelerationRate to be overrided (c0e2359).

Fixes

  • fix: sticky item width calculation (#13).

v1.2.1 - 2020-05-28

Fixes

  • fix: fixed the hitslop and pointerevent for android (7062ab9).

v1.2.0 - 2020-05-28

Features

  • feat: handle initial index (#6).

v1.1.2 - 2020-05-25

Improvements

  • chore: forward FlatList ref (#3).

v1.1.1 - 2020-05-03

Improvements

  • chore: downgrade autochangelog (0378b97).

v1.1.0 - 2020-05-03

Features

  • feat: added RTL support (#1).

Improvements

  • chore: updated example icon (50f92b5).
  • chore: added basic example (e3e7169).
  • chore: added onStickyItemPress callback (8c248b5).
  • refactor: updated examples (4fbb383).
  • chore: updated default props (ff98c99).
  • refactor: updated basic rtl example (0c499ec).
  • chore: updated examples styling (08decb0).
  • chore: added commitlint/cli (d8df485).
  • chore: added auto-changelog (ddd60cf).
  • chore: fix tsc warning (4b3fe29).

Fixes

  • fix: fixed tapgesture hitslop (139f2d3).

Documentations

  • docs: added usage example in the readme file (06a7946).
  • docs: fixed some typos (4568ff6).
  • docs: update readme file (55dec24).
  • docs: added preview gif (54808fa).