File tree Expand file tree Collapse file tree 4 files changed +1775
-1574
lines changed
Expand file tree Collapse file tree 4 files changed +1775
-1574
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments