Skip to content

Commit 5297381

Browse files
committed
BuildVu 2025.07 (1.23.2)
1 parent 2566ac4 commit 5297381

File tree

7 files changed

+121
-78
lines changed

7 files changed

+121
-78
lines changed

examples/complete/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 92 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "idrviewer",
3-
"version": "1.23.1",
3+
"version": "1.23.2",
44
"description": "The IDRViewer is a viewer designed for documents converted using BuildVu",
55
"keywords": [
66
"idrsolutions",
@@ -38,14 +38,14 @@
3838
"dev": "npm run webpack-watch"
3939
},
4040
"devDependencies": {
41-
"@playwright/test": "^1.52.0",
41+
"@playwright/test": "^1.54.1",
4242
"html-inline-script-webpack-plugin": "^3.2.1",
4343
"html-loader": "^5.1.0",
4444
"html-webpack-plugin": "^5.6.3",
4545
"http-server": "^14.1.1",
4646
"jshint": "^2.13.6",
47-
"playwright": "^1.52.0",
48-
"webpack": "^5.99.9",
47+
"playwright": "^1.54.1",
48+
"webpack": "^5.100.1",
4949
"webpack-cli": "^6.0.1"
5050
}
5151
}

src/js/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
IDRViewer Changelog
22
-------------------
33

4+
1.23.2 (07 Jul 2025)
5+
- Update dev dependencies
6+
47
1.23.1 (03 Jun 2025)
58
- Update dev dependencies
69

src/templates/complete/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Complete UI Changelog
22
---------------------
33

4+
4.0.1 (15 Jul 2025)
5+
- Fixed sidebar thumbnails not displayed in Safari
6+
- Fixed the sidebar border being visible on the left side of the screen when the sidebar is closed
7+
48
4.0.0 (22 Apr 2025)
59
- Various accessibility improvements including enhanced screen reader compatibility
610
- Updated CSS to use variables for colors, simplifying theme customization

src/templates/complete/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<!-- v4.0.0 -->
4+
<!-- v4.0.1 -->
55
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />

0 commit comments

Comments
 (0)