Releases: ucfx/react-pert
Releases · ucfx/react-pert
v1.0.3
1.0.3 (2025-03-29)
Bug Fixes
What's Changed
- Migrate artifact actions to v4 by @ucfx in #5
- Add github & npm links & demo screenshot by @ucfx in #6
- Fix dependencies by @ucfx in #8
Full Changelog: v1.0.2...v1.0.3
v1.0.2
1.0.2 (2025-02-14)
Bug Fixes
- resolve issues in onSelect function and last task dependency key (0d5244d)
- resolve security vulnerabilities (007023b)
v1.0.1
1.0.1 (2025-01-20)
Bug Fixes
v1.0.0
1.0.0 (2025-01-18)
Features
- chart: add PERT chart visualization and interaction
- Add PERT chart rendering functionality
- Implement task selection and hover interactions
- Allow programmatic task selection via code
- Update README with new chart features and examples
What's Changed
- Complete PERT Chart with Live Demo by @ucfx in #1
New Contributors
- @ucfx made their first contribution in #1
Full Changelog: https://github.com/ucfx/react-pert/commits/v1.0.0
v1.0.0-beta.1
1.0.0-beta.1 (2024-12-06)
Features
- implement PERT calculator and data retrieval hook (5f7321e)