Skip to content

Commit

Permalink
Fix the bug with scroll area being too big and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adiletelf committed Sep 26, 2024
1 parent 7bc0a33 commit a9fc22e
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 132 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 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
* Fix the bug with scroll area being too big

## 2.5.8
* Fix the bug with dragging cursors
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 a9fc22e

Please sign in to comment.