Skip to content

Releases: ucfx/react-pert

v1.0.3

29 Mar 02:48
3816c8b
Compare
Choose a tag to compare

1.0.3 (2025-03-29)

Bug Fixes

  • resolve security vulnerabilities (64272a3)
  • update peer deps (f4aa7b7)

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

14 Feb 21:53
f2da77b
Compare
Choose a tag to compare

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

20 Jan 02:40
c54889e
Compare
Choose a tag to compare

1.0.1 (2025-01-20)

Bug Fixes

v1.0.0

18 Jan 20:50
07bea48
Compare
Choose a tag to compare

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

06 Dec 00:19
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2024-12-06)

Features

  • implement PERT calculator and data retrieval hook (5f7321e)