v2.1.0 - 2021-01-19
- feat: added reanimated 2 support (
#19
).
- 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
- refactor: updated pointerevents handling (#15) (ff49f5e).
v1.3.2 - 2020-06-03
- fix: updated sticky item pointerevents to solve pressable area (#15) (1e0af37).
v1.3.1 - 2020-06-01
- Revert "fix: sticky item width calculation (#13)"
This reverts commit e5b246b54604d3c2bed0dc675cf6df483182e8cc. (206420f).
v1.3.0 - 2020-06-01
- feat: allow custom separator, optimise current one by @Hirbod (#9) (
#11
).
- chore: add sticky item active effect (
#10
). - chore: allow decelerationRate to be overrided (c0e2359).
- fix: sticky item width calculation (
#13
).
v1.2.1 - 2020-05-28
- fix: fixed the hitslop and pointerevent for android (7062ab9).
v1.2.0 - 2020-05-28
- feat: handle initial index (
#6
).
v1.1.2 - 2020-05-25
- chore: forward FlatList ref (
#3
).
v1.1.1 - 2020-05-03
- chore: downgrade autochangelog (0378b97).
- feat: added RTL support (
#1
).
- 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).
- fix: fixed tapgesture hitslop (139f2d3).