Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 17:52
e1c3e49

1.0.0 (2024-11-11)

Bug Fixes

  • fix ref on ScrollSyncPanel not working (#90) (bfbd0a9)
  • less strict prop type so that it works inside SSR (#92) (401c947)
  • build: Add prepublish script to generate build on CI (dcd6cdc), closes #10
  • pencil: Update peer dependencies for react 18.x (#71) (ac5c3fd)
  • Ensure valid non-zero scroll offset values on multi-scroll panes (#8) (7b1e791)
  • Fix Styleguidist setup (#2) (3d4a072)
  • Update deprecated lifecycle event (#26) (bf52a7c)
  • Update peer dependency to React 16 (#16) (4e7b516), closes #15
  • Use proper stage version in .babelrc (18d74d8)
  • Use standalone prop-types package (#6) (3b74880)

Features

  • Add enable prop to control sync behavior (#18) (0b4309b)
  • Add onSync callback to ScrollSync (#38) (c68dd5d)
  • Add options: proportional, vertical, horizontal (#7) (14fe2d8)
  • Add scroll sync groups (#11) (47eb479)
  • Allow ScrollSyncPane to belong to multiple groups (3000067)
  • Extend enable prop to work with ScrollSyncPane (5d6b000)
  • Migrate to the new React Context API for proper work in React 18. (#74) (f628c0f)
  • Remove warnings on Strict Mode and update on props change (#76) (dcdcf37)
  • Support for horizontal scroll (#4) (9e50264)
  • Sync newly added panes (#17) (5494e52)
  • Update peer dependencies for react 17.x (#48) (74d0bf6)