v2.1.2 - Scroll Sync Cleanup
What's Changed
This patch release completes the removal of the scroll synchronization feature that was reverted in v2.1.1.
🧹 Cleanup
- Remove remaining scroll sync props from SettingsModal interface
- Clean up scroll sync references in App.tsx
- Complete code simplification after scroll sync feature removal
🔧 Technical Details
- Removed unused
scrollSyncandonChangeScrollSyncprops from SettingsModal interface - Cleaned up remaining scroll sync prop passing in App component
- Ensures codebase is fully clean after scroll sync feature deprecation
This release ensures the codebase is completely free of scroll synchronization code after the feature was removed in v2.1.1 for simplicity.
Full Changelog: v2.1.1...v2.1.2