-
Notifications
You must be signed in to change notification settings - Fork 134
Bug fix #499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug fix #499
Conversation
Signed-off-by: REDMOND\v-bdjalalov <[email protected]>
Signed-off-by: REDMOND\v-bdjalalov <[email protected]>
Signed-off-by: REDMOND\v-bdjalalov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR is a bug fix release that bumps the version from 3.4.3.0 to 3.4.4.0. It addresses two issues: fixing label colors in high contrast mode and correcting the task sorting logic to properly handle null start/end dates.
Key changes:
- Fixed high contrast mode support by wrapping label colors with
colorHelper.getHighContrastColor() - Refactored task sorting logic to properly separate and handle null
startandenddates - Updated dependencies (glob, js-yaml, node-forge) to newer patch versions
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/gantt.ts | Fixed high contrast label colors and refactored sorting logic to correctly push tasks with null dates to the end |
| pbiviz.json | Bumped visual version and display name from 3.4.3.0 to 3.4.4.0 |
| package.json | Updated package version to 3.4.4.0 |
| package-lock.json | Updated package version and dependency versions (glob, js-yaml, node-forge) |
| CHANGELOG.md | Added 3.4.4 release notes documenting the high contrast mode fix |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: REDMOND\v-bdjalalov <[email protected]>
Signed-off-by: REDMOND\v-bdjalalov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: REDMOND\v-bdjalalov <[email protected]>
No description provided.