-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
## [v1.0.1](https://github.com/Xeyos88/HyVueGantt/tree/v1.0.1) (2024-12-19) | ||
|
||
[Full Changelog](https://github.com/Xeyos88/HyVueGantt/v1.00...v1.0.1) | ||
|
||
**Fixed bugs:** | ||
|
||
- Update bar connection position with hidden rows | ||
|
||
## [v1.0.0](https://github.com/Xeyos88/HyVueGantt/tree/v1.0.0) (2024-12-19) | ||
|
||
**Firt version** | ||
|
||
- Feature: Complete TypeScript support with enhanced type definitions and inference | ||
- Feature: Bars support connections with multiple styles ('bezier', 'straight', 'squared') and patterns ('solid', 'dot', 'dash', 'dashdot') | ||
- Feature: Built-in keyboard navigation with arrow keys for bar movement and resizing | ||
- Feature: 11 pre-built color schemes with consistent theming across components | ||
- Feature: `pushOnConnect` props for controlling bar behavior during drag operations | ||
- Feature: Responsive zoom controls with customizable steps and limits | ||
- Feature: Support for bar bundles to group and move related bars together | ||
- Fix: Bar position calculation improved for better accuracy | ||
- Fix: Memory leak in resize observer properly handled | ||
- Fix: Edge cases in bar overlap detection resolved | ||
- Fix: Time axis rendering optimization for large datasets |