Skip to content

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonkratiy committed Oct 1, 2024
2 parents 2353277 + ed98138 commit 37da9be
Show file tree
Hide file tree
Showing 13 changed files with 577 additions and 342 deletions.
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: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.5.11
* Change the default color for "unselected cells" to transparent

## 2.5.10
* Fix the bug with scroll area being too big
* Update packages

## 2.5.9
* Fix the bug with header not moving on scrolling horizontally
* Fix npm vulnerabilities

## 2.5.8
* Fix the bug with dragging cursors

Expand Down
32 changes: 14 additions & 18 deletions capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,6 @@
}
}
},
"cursor": {
"properties": {
"show": {
"type": {
"bool": true
}
},
"color": {
"type": {
"fill": {
"solid": {
"color": true
}
}
}
}
}
},
"forceSelection": {
"properties": {
"currentPeriod": {
Expand Down Expand Up @@ -316,6 +298,20 @@
"type": {
"numeric": true
}
},
"showEdges": {
"type": {
"bool": true
}
},
"edgeColor": {
"type": {
"fill": {
"solid": {
"color": true
}
}
}
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = (config) => {
files: [
testRecursivePath,
],
frameworks: ["jasmine"],
frameworks: ["jasmine", "webpack"],
junitReporter: {
outputDir: path.join(__dirname, coverageFolder),
outputFile: "TESTS-report.xml",
Expand Down
Loading

0 comments on commit 37da9be

Please sign in to comment.