handle undefined global, fixes #1544

This commit is contained in:
El RIDO
2025-05-18 21:15:39 +02:00
parent 6347b6193e
commit c08a792f01
3 changed files with 13 additions and 5 deletions

View File

@@ -5,6 +5,8 @@
* CHANGED: Passing large data structures by reference to reduce memory consumption (#858)
* CHANGED: Removed use of ctype functions and polyfill library for ctype
* CHANGED: Upgrading libraries to: DOMpurify 3.2.5, ip-lib 1.20.0
* FIXED: Bump zlib library suffix, ensuring cache refresh for WASM streaming change
* FIXED: Handle undefined globals in file based persisted values (#1544)
## 1.7.6 (2025-02-01)
* ADDED: Ability to copy the paste by clicking the copy icon button or using the keyboard shortcut ctrl+c/cmd+c (#1390 & #12)