Skip to content

v3.1.1.0 - merge Dev to main #371

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

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
0de5a24
Create build.yml
MulyukovAidar Aug 16, 2023
3ec7dcc
Dev vdnursultan feature (#302)
Aug 18, 2023
6a0dcab
Update build.yml
MulyukovAidar Aug 18, 2023
e663ced
Dev vdnursultan feature (#303)
Aug 18, 2023
d2124c3
Update build.yml
uve Aug 23, 2023
4542e71
Create codeql.yml
uve Aug 23, 2023
190a903
New translations
pbicvloc Sep 7, 2023
d5fffd4
New translations
pbicvloc Jan 25, 2024
04cd9a8
V3.0.0 (#314)
adiletelf Feb 20, 2024
310192b
Fix bugs (#320)
adiletelf Feb 26, 2024
cc0fd1c
New translations
pbicvloc Feb 27, 2024
680e25c
Fix legend labels and show `collapse/expand` buttons when "category l…
adiletelf Mar 1, 2024
1ea5077
Bump version to 3.0.2 (#324)
adiletelf Mar 1, 2024
34043cf
Render "Collapse all" / "Expand all" even if "Category labels" is dis…
adiletelf Mar 6, 2024
92124bb
Fix issue when milestones were rendered twice (#327)
adiletelf Mar 12, 2024
3a4f434
Fix disappearing bars bug (#332)
adiletelf Mar 19, 2024
19944c1
Return old UI appearance - task bars will be shifted to the left (#333)
adiletelf Mar 19, 2024
198c67f
Fix context menu, do not show multiple context menus (#335)
adiletelf Mar 25, 2024
a3d4f5a
New translations
pbicvloc Mar 26, 2024
b92d176
New translations
pbicvloc Mar 28, 2024
781fd64
Fix axis position compared to tasks position (#339)
adiletelf Mar 28, 2024
c81ac29
When tasks are small drawing them as rounded makes them look awful. (…
adiletelf Apr 3, 2024
fb779af
Remove restrictions on legend width (#344)
adiletelf May 13, 2024
e88db94
Merge branch 'main' into dev
MulyukovAidar May 30, 2024
d2ddf6b
Merge branch 'main' into dev
MulyukovAidar Jun 3, 2024
ef4100b
Fix not showing collapse button for parent tasks (#349)
adiletelf Jun 12, 2024
4ddf684
Fix visual background color not applying to axis, collapse all button…
adiletelf Jul 31, 2024
247a6dc
New translations
pbicvloc Aug 5, 2024
d7e5116
v3.1.0.0 (#357)
adiletelf Mar 13, 2025
da15189
Set category labels background to enabled by default for consistency …
adiletelf Mar 17, 2025
89cdd19
Bump version to 3.1.1 (#370)
adiletelf Mar 17, 2025
fa6fb2d
Merge branch 'main' into dev
Demonkratiy Mar 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ webpack.statistics.prod.html

# JetBrains
.idea/

## VSCode
.vscode/
11 changes: 7 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
"version": "0.1.0",
"configurations": [
{
"name": "Debugger",
"type": "chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${cwd}/"
"name": "Karma Attach",
"address": "localhost",
"port": 9333,
"pathMapping": {
"/": "${workspaceRoot}/",
"/base/": "${workspaceRoot}/"
}
}
]
}
49 changes: 48 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
## 3.1.1
* Set category labels background to enabled by default for consistency with previous versions
* Fix npm vulnerabilities

## 3.1.0
### Visual changes
* Add new card settings for background colors

### Code improvements
* Update outdated packages

## 3.0.14
### Visual changes
* Add keyboard focus animation to better visualize focus
* Add settings to control milestone line type / organize milestones in groups
* Add report page tooltips support
* Make clickable elements have "pointer" cursor
* Make task column draggable
* Add legend/task labels/data labels font settings
* Add toggle switch to match data labels colors with legend colors
* Add axis/task labels background color
* Make sticky header with axis and "Collapse all" button
* Make draggable column bigger
* Add font settings for axis text

### Code improvements
* Fix task fill gradient and keyboard focus styles
* Fix sorting tasks when "Group tasks" is enabled
* Fix the bug with task labels background opacity resetting to 100 when specifying 0 opacity
* Remove interactivity-utils
* Apply font settings to "Collapse All/Expand All" button
* Rename all "Fill" properties to "Color"
* Enable the support multiple visual selection feature
* Fix bug when "Days off" were not rendered


# 3.0.13
### Visual changes
* Add all font settings (italic, bold, etc.) for the "Expand All" button, also make the default value satisfy the contrast ration of 4.6:1
* Fix visual background color not applying to axis, collapse all button, task labels
* Add toggle to enable/disable milestones dotted lines and color picker for it's color

### Code improvements
* Update API to 5.11.0, tools to 5.5.1 and other packages"

## 3.0.12
* Fix not showing collapse button for parent tasks

## 3.0.11
# Remove restrictions on legend width

Expand Down Expand Up @@ -37,7 +85,6 @@
* Fix tests
* Fix label name


## 3.0.1
* Upgraded to API 5.8.0
* Fixed bugs related to UI
Expand Down
186 changes: 185 additions & 1 deletion capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,28 @@
}
}
},
"fontFamily": {
"type": {
"formatting": {
"fontFamily": true
}
}
},
"bold": {
"type": {
"bool": true
}
},
"italic": {
"type": {
"bool": true
}
},
"underline": {
"type": {
"bool": true
}
},
"fill": {
"type": {
"fill": {
Expand All @@ -456,6 +478,30 @@
},
"milestones": {
"properties": {
"showLines": {
"type": {
"bool": true
}
},
"lineColor": {
"type": {
"fill": {
"solid": {
"color": true
}
}
}
},
"lineOpacity": {
"type": {
"numeric": true
}
},
"lineType": {
"type": {
"enumeration": []
}
},
"fill": {
"type": {
"fill": {
Expand Down Expand Up @@ -488,13 +534,40 @@
}
}
},
"enableBackground": {
"type": {
"bool": true
}
},
"fontSize": {
"type": {
"formatting": {
"fontSize": true
}
}
},
"fontFamily": {
"type": {
"formatting": {
"fontFamily": true
}
}
},
"bold": {
"type": {
"bool": true
}
},
"italic": {
"type": {
"bool": true
}
},
"underline": {
"type": {
"bool": true
}
},
"width": {
"type": {
"numeric": true
Expand Down Expand Up @@ -550,6 +623,11 @@
"bool": true
}
},
"matchLegendColors": {
"type": {
"bool": true
}
},
"fill": {
"type": {
"fill": {
Expand All @@ -566,6 +644,28 @@
}
}
},
"fontFamily": {
"type": {
"formatting": {
"fontFamily": true
}
}
},
"bold": {
"type": {
"bool": true
}
},
"italic": {
"type": {
"bool": true
}
},
"underline": {
"type": {
"bool": true
}
},
"position": {
"type": {
"text": true
Expand Down Expand Up @@ -616,13 +716,97 @@
}
}
}
},
"axisFontSize": {
"type": {
"formatting": {
"fontSize": true
}
}
},
"enableBackground": {
"type": {
"bool": true
}
}
}
},
"background": {
"properties": {
"generalBackgroundEnable": {
"type": {
"bool": true
}
},
"generalBackgroundColor": {
"type": {
"fill": {
"solid": {
"color": true
}
}
}
},
"generalBackgroundOpacity": {
"type": {
"numeric": true
}
},
"categoryLabelsBackgroundEnable": {
"type": {
"bool": true
}
},
"categoryLabelsBackgroundColor": {
"type": {
"fill": {
"solid": {
"color": true
}
}
}
},
"categoryLabelsBackgroundOpacity": {
"type": {
"numeric": true
}
},
"dateTypeBackgroundEnable": {
"type": {
"bool": true
}
},
"dateTypeBackgroundColor": {
"type": {
"fill": {
"solid": {
"color": true
}
}
}
},
"dateTypeBackgroundOpacity": {
"type": {
"numeric": true
}
}
}
}
},
"sorting": {
"default": {}
},
"tooltips": {
"supportedTypes": {
"default": true,
"canvas": true
},
"roles": [
"tooltips"
]
},
"privileges": [],
"supportsHighlight": true
"supportsHighlight": true,
"supportsKeyboardFocus": true,
"supportsMultiVisualSelection": true
}
5 changes: 3 additions & 2 deletions karma.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ module.exports = (config) => {
}
},
colors: true,
frameworks: ["jasmine"],
frameworks: ["jasmine", "webpack"],
reporters: [
"progress",
"junit"
"junit",
"coverage"
],
junitReporter: {
outputDir: path.join(__dirname, coverageFolder),
Expand Down
Loading
Loading