Changelog
All notable changes to this project will be documented in this file.
[5.0.2] - 2024-01-15โ
๐ New Featuresโ
- Enhanced Genogram edge drawing logic for unconnected parents
- Improved performance optimizations across all chart types
- New customization options for node styling
๐ Bug Fixesโ
- Fixed missing setState in genogram calculatePosition method
- Updated color handling and improved opacity methods across multiple files
- Resolved edge drawing issues for complex family relationships
๐ Documentationโ
- Comprehensive documentation overhaul
- New examples and tutorials
- Improved API reference documentation
[5.0.1] - 2024-01-10โ
๐ Bug Fixesโ
- Minor bug fixes and performance improvements
- Enhanced stability for large charts
[5.0.0] - 2024-01-05โ
๐ Major Releaseโ
- Complete architecture redesign for better performance
- New Genogram widget with advanced family tree features
- Improved drag and drop functionality
- Enhanced zoom and pan controls
- Better TypeScript support
๐ฅ Breaking Changesโ
- Changed API for OrgChartController initialization
- Updated node data structure
- New event handling system
๐ฆ Migration Guideโ
See our Migration Guide for detailed upgrade instructions.
[4.0.0] - 2023-12-15โ
๐ฏ Featuresโ
- Added support for custom node builders
- Improved edge rendering algorithms
- New interaction modes
- Better accessibility support
๐ Bug Fixesโ
- Fixed memory leaks in large charts
- Resolved rendering issues on mobile devices
- Improved scroll performance
[3.0.0] - 2023-11-20โ
โจ Enhancementsโ
- New graph layout algorithms
- Support for horizontal and vertical orientations
- Custom edge painters
- Improved animation system
๐ง Technical Improvementsโ
- Reduced package size by 30%
- Better tree shaking support
- Optimized rendering pipeline
[2.0.0] - 2023-10-01โ
๐จ UI/UX Improvementsโ
- Modern Material 3 design
- Dark mode support
- Responsive layouts
- Touch gesture improvements
๐ ๏ธ Developer Experienceโ
- Better error messages
- Improved debugging tools
- Enhanced documentation
- New example projects
[1.0.0] - 2023-09-01โ
๐ Initial Releaseโ
- Basic organization chart functionality
- Node and edge customization
- Zoom and pan support
- Export to image
- Basic animations
Version Supportโ
Version | Flutter SDK | Dart SDK | Status |
---|---|---|---|
5.0.x | >=3.0.0 | >=3.0.0 | โ Active |
4.0.x | >=2.10.0 | >=2.17.0 | โ Deprecated |
3.0.x | >=2.10.0 | >=2.17.0 | โ Deprecated |
2.0.x | >=2.5.0 | >=2.14.0 | โ Deprecated |
1.0.x | >=2.0.0 | >=2.12.0 | โ Deprecated |
Reporting Issuesโ
Found a bug or have a feature request? Please open an issue on our GitHub repository.
Contributingโ
We welcome contributions! See our Contributing Guide for details.