Skip to content

Releases: Xeyos88/HyVueGantt

v3.0.0

31 Jan 21:39
Compare
Choose a tag to compare

v3.0.0 (2025-01-31)

Full Changelog

✨ New Features:

  • History managment by keyboard
  • History mode, undo and redo of actions
  • Label column section resizable
  • With grouped rows the commands now contain the functions expand all or collapse all

🐛 Fix:

  • Chart and label misalignment with timeaxis hide
  • Expand and Collapse all buttons disabled status
  • Reactivity of defaultConnections props
  • Reactivity of enableMinutes prop
  • Reactivity of enableRowDragAndDrop prop
  • Reactivity of labelResizable prop
  • Reactivity of locale and holiday props
  • Reactivity of precision prop
  • Reactivity of sortable prop

⚠ BREAKING CHANGES:

  • The commands slot now totally replaces the command area, exposing all useful methods

v2.2.0

25 Jan 17:01
Compare
Choose a tag to compare

v2.2.0 (2025-01-25)

Full Changelog

✨ New Features:

  • Gantt connections with bar groups
  • Marker connection definition. 3 types none, bidirectional and forward
  • Mobile event support

🐛 Fix:

  • added uuid package for crypto replacement
  • Bundle movement for bars in groups
  • pushOnOverlap and pushOnConnect for bars in group

v2.1.0

21 Jan 22:09
Compare
Choose a tag to compare

v2.1.0 (2025-01-21)

Full Changelog

✨ New Features:

  • Drag and drop rows

📋 Notes:

In this release, the unit size system has changed from a percentage size to a fixed size in px. This solves the problem of misalignment of the upper unit from the lower unit for large time ranges, but results in a different display from previous versions.

v2.0.0

15 Jan 10:35
Compare
Choose a tag to compare

v2.0.0 (2025-01-15)

Full Changelog

Features:

  • Added slot for column label row value

Bug Fixes:

  • border, interaction between grid and hover on highlight
  • Exposed event interface
  • Slot label-column-title
  • Update positions of bar connections with groups

⚠ BREAKING CHANGES:

  • New build configuration and change dependencies. This release change the build configurations to minify the packege, some dependencies are moved into peer dependencies

v1.6.0

11 Jan 16:37
Compare
Choose a tag to compare

v1.6.0 (2025-01-11)

Full Changelog

Features:

  • Row grouping

Bug Fixes:

  • Sorting problem

v1.5.0

02 Jan 22:24
Compare
Choose a tag to compare

v1.5.0 (2025-01-02)

Full Changelog

Features:

  • added different modes to highlight different vertical grid units
  • Added localization for timeaxis

Bug Fixes:

  • Corrected bar management in case of multiple Gantt
  • Corrected the functionality of the initial sorting property
  • grid: Grid visualization with minutes

v1.4.0

31 Dec 19:55
Compare
Choose a tag to compare

v1.4.0 (2024-12-31)

Full Changelog

Features

  • 'release/1.4.0 - Refactoring release process and added test'

v1.3.0

29 Dec 19:31
Compare
Choose a tag to compare

What's new?

  • Feature: Milestone slots. #milestone for all milestone, #mileston-${milestonId} for specific milestone
  • Feature: Defining a milestone per bar. Bars may not exceed the milestone
  • Feature: rowClass and rowLabelClass props. Custom method to add classes in the data row and i the label row.
  • Feature: dayOptionLabel props. Define different way to visualize the day time unit (number, day, doy or name)

Updates:

  • Added id field in Milestone type

Fix:

  • Bar slot propagation
  • Sort event emit
  • User precision is now the best displayed precision

v1.2.0

25 Dec 22:28
Compare
Choose a tag to compare

What's new?

  • Feature: Milestone definition whit tooltip and color schema
  • Feature: Enable higjloght holidays whit tooltip and color schema

Updates:

  • Auto change of precision if lower cells become too small for proper display
  • Improved zoom feature

Fix:

  • Bar connection after zoom

v1.1.0

22 Dec 17:01
Compare
Choose a tag to compare

What's new?

  • Feature: Use multiple label columns pre-defined
  • Feature: Sort rows based on label column
  • Feature: Resizable label columns
  • Feature: Define custom label columns

All feature above are enabled with labelColumnTitle prop defined