This commit is contained in:
Marta Kowalska
2025-12-22 20:22:30 +00:00
parent d4429300aa
commit bb81e7a336
90 changed files with 3676 additions and 1828 deletions

View File

@@ -1,3 +1,39 @@
## Version 2.4.3
Community license changed from GPL to MIT
### New features
- Ability to remove links from Chart UI
- Locale-based scale formatting
### Pro edition features
- Basic auto scheduling
- Handling of invalid links
- Critical path calculation
- Global calendar to define working schedule
- Unscheduled tasks
- Vertical markers on timeline
- Baselines
- Split tasks
- Undo/redo
### Updates
- Resizer line can be dragged to expand current display mode
### Fixes
- Summary task size is sometimes incorrect while dragging
- ContextMenu css cannot be set
- Editing tasks breakes dynamic width of narrow scales cells
### Breaking changes
- Scales format string is changed from date-fns to SVAR locale
- Fullscreen helper is moved to SVAR Svelte Core
## Version 2.3.4
### Fixes