Skip to content

πŸ’Ž Version 3.1.0

Latest

Choose a tag to compare

@junedchhipa junedchhipa released this 23 Oct 13:28
· 1 commit to main since this release

πŸŽ‰ New Features

Data Parsing

  • Added data parsing functionality to improve data handling and transformation capabilities

Scrolling

  • Implemented unified scroller for tasks and timelines
  • Fixed scroll synchronization between tasks and timeline panes
  • Improved horizontal scrollbar positioning and stability across zoom levels

πŸ› Bug Fixes

Scrollbar Improvements

  • Fixed horizontal scrollbar positioning in shadow DOM
  • Improved dark theme scrollbar styling
  • Resolved scrollbar sticking to bottom issue
  • Fixed horizontal scrollbar updates during zoom operations
  • Forcefully hide horizontal scrollbars under headers to prevent visual conflicts

Export Functionality

  • General export functionality improvements

Rendering & State Management

  • Properties now correctly reset to defaults when set to undefined during updates
  • Create empty rows automatically to avoid blank white space
  • Replaced table elements with div-based task rendering for better performance

Type Safety

  • Fixed type error by making level property optional in task objects

πŸ”§ Internal Changes

  • Implemented state manager for better state handling