Skip to content

v2.0.0

Choose a tag to compare

@dorixdev dorixdev released this 04 Sep 00:01
495b5c5

2.0.0 (2025-09-04)

⚠ BREAKING CHANGES

  • DualScrollSync: DualScrollSync now supports a declarative compound-components API in addition to the existing items prop pattern.

✨ Features

  • DualScrollSync: add DualScrollSyncContent component (a1c7a1f)
  • DualScrollSync: add DualScrollSyncContentSection component (a1c7a1f)
  • DualScrollSync: add DualScrollSyncLabel component (a1c7a1f)
  • DualScrollSync: add DualScrollSyncNav component (a1c7a1f)
  • DualScrollSync: add DualScrollSyncNavItem component (a1c7a1f)
  • DualScrollSync: adopt compound-components API alongside items prop (#15) (a1c7a1f)
  • hooks: add useDualScrollSyncContext for accessing scroll synchronization context (a1c7a1f)
  • hooks: implement useValidateChildren to validate Nav and Content sections (a1c7a1f)
  • types: introduce types for content, navigation, and labels (a1c7a1f)

⚡ Performance Improvements

  • DualScrollSync: refactor component structure and improve test coverage (a1c7a1f)