fix(domtools): remove default loading... meta title in WebSetup and use an empty string as the default

This commit is contained in:
2026-01-27 12:58:39 +00:00
parent ae5bf3eb54
commit afbedee177
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026-01-27 - 2.3.8 - fix(domtools)
remove default 'loading...' meta title in WebSetup and use an empty string as the default
- ts/domtools.classes.domtools.ts: changed WebSetup.metaObject.title from 'loading...' to '' to avoid displaying a placeholder title
## 2026-01-04 - 2.3.7 - fix(deps)
bump dependencies, update build/test configuration, and reorganize npmextra configuration