Skip to content

Commit

Permalink
BuildVu 2024.08 (1.21.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonatherton committed Aug 20, 2024
1 parent f6f5286 commit c2c64b6
Show file tree
Hide file tree
Showing 13 changed files with 168 additions and 152 deletions.
4 changes: 2 additions & 2 deletions examples/clean/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/complete/index.html

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idrviewer",
"version": "1.21.5",
"version": "1.21.6",
"description": "The IDRViewer is a viewer designed for documents converted using BuildVu",
"keywords": [
"idrsolutions",
Expand Down Expand Up @@ -37,14 +37,14 @@
"webpack-watch": "npx webpack --watch"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.46.1",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-loader": "^5.0.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"http-server": "^14.1.1",
"jshint": "^2.13.6",
"playwright": "^1.45.1",
"webpack": "^5.92.1",
"playwright": "^1.46.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}
5 changes: 3 additions & 2 deletions src/js/.jshintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"strict": true,
"unused": true,
"esversion": 6,
"varstmt": true
"esversion": 11,
"varstmt": true,
"laxbreak": true
}
6 changes: 6 additions & 0 deletions src/js/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
IDRViewer Changelog
-------------------

1.21.6 (20 Aug 2024)
- Fix search highlighting failing after a page has unloaded
- Fix "next search result" button not working when there are no results from the current page to the end
- Fix "e.pageHandler is null" console error when repeatedly clicking the "prev search button" quickly
- Update dev dependencies

1.21.5 (09 Jul 2024)
- Update dev dependencies

Expand Down
Loading

0 comments on commit c2c64b6

Please sign in to comment.