Releases: Xeyos88/HyVueGantt
Releases · Xeyos88/HyVueGantt
v3.0.0
v3.0.0 (2025-01-31)
✨ 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
v2.2.0 (2025-01-25)
✨ 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
v2.1.0 (2025-01-21)
✨ 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
v2.0.0 (2025-01-15)
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
v1.5.0
v1.5.0 (2025-01-02)
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
v1.3.0
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
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