Skip to content

Commit b95a0f5

Browse files
committed
[ADD] Changelog
1 parent 892de48 commit b95a0f5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## [v1.0.1](https://github.com/Xeyos88/HyVueGantt/tree/v1.0.1) (2024-12-19)
4+
5+
[Full Changelog](https://github.com/Xeyos88/HyVueGantt/v1.00...v1.0.1)
6+
7+
**Fixed bugs:**
8+
9+
- Update bar connection position with hidden rows
10+
11+
## [v1.0.0](https://github.com/Xeyos88/HyVueGantt/tree/v1.0.0) (2024-12-19)
12+
13+
**Firt version**
14+
15+
- Feature: Complete TypeScript support with enhanced type definitions and inference
16+
- Feature: Bars support connections with multiple styles ('bezier', 'straight', 'squared') and patterns ('solid', 'dot', 'dash', 'dashdot')
17+
- Feature: Built-in keyboard navigation with arrow keys for bar movement and resizing
18+
- Feature: 11 pre-built color schemes with consistent theming across components
19+
- Feature: `pushOnConnect` props for controlling bar behavior during drag operations
20+
- Feature: Responsive zoom controls with customizable steps and limits
21+
- Feature: Support for bar bundles to group and move related bars together
22+
- Fix: Bar position calculation improved for better accuracy
23+
- Fix: Memory leak in resize observer properly handled
24+
- Fix: Edge cases in bar overlap detection resolved
25+
- Fix: Time axis rendering optimization for large datasets

0 commit comments

Comments
 (0)