Releases: dorixdev/react-dual-scroll-sync
Releases · dorixdev/react-dual-scroll-sync
v2.1.1
2.1.1 (2025-09-05)
🐛 Bug Fixes
- context: add maxVisibleItems to DualScrollSyncContextProps interface (4c13328)
- DualScrollSync: add maxVisibleItems support with docs and tests (#27) (4c13328)
- DualScrollSync: ensure maxVisibleItems is correctly passed from context (4c13328)
📝 Documentation
- README: update usage patterns and examples for DualScrollSync component (4c13328)
✅ Tests
- DualScrollSyncNav: update tests to use context mock for maxVisibleItems (4c13328)
v2.1.0
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2025-09-04)
⚠ BREAKING CHANGES
- DualScrollSync: DualScrollSync now supports a declarative compound-components API in addition to the existing
itemsprop 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)
v1.2.3
v1.2.2
v1.2.1
v1.2.0
1.2.0 (2025-08-27)
Features
Bug Fixes
- ci: replace GITHUB_TOKEN to RELEASE_PLEASE_TOKEN (#4) (df8e4d1)
- CI: update release-please action (#7) (8e35746)
- DualScrollSync: add title attribute for better accessibility (6a13f9f)
- DualScrollSync: refine nav item styles and active indicator (6a13f9f)
Performance Improvements
- storybook: update stories with new mock data (internal only) (6a13f9f)