Skip to content

Commit ebc8e70

Browse files
authored
Merge pull request #146 from os2display/release/2.3.0
Release 2.3.0
2 parents 90125f1 + 9e4d165 commit ebc8e70

File tree

4 files changed

+1775
-1574
lines changed

4 files changed

+1775
-1574
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## [2.3.0] - 2025-12-05
8+
9+
- [#145](https://github.com/os2display/display-client/pull/145)
10+
- NPM upgrade.
11+
- Upgraded DOMPurify to 3.3.
12+
713
## [2.2.1] - 2025-11-04
814

915
- Fix missing release assets.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@paciolan/remote-component": "^2.11.0",
99
"crypto-js": "^4.0.0",
1010
"dayjs": "^1.10.5",
11-
"dompurify": "^2.3.3",
11+
"dompurify": "^3.3.0",
1212
"html-react-parser": "^1.3.0",
1313
"jwt-decode": "^3.1.2",
1414
"lodash.clonedeep": "^4.5.0",

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default defineConfig({
1818
},
1919
server: {
2020
strictPort: true,
21+
allowedHosts: true,
2122
port: 3000,
2223
host: 'localhost',
2324
hmr: {

0 commit comments

Comments
 (0)