fix(build): migrate smart config and update build tooling for latest tsbundle and TypeScript defaults

This commit is contained in:
2026-04-12 10:19:03 +00:00
parent 0e816379a5
commit ee8b5dc3ff
11 changed files with 1927 additions and 1610 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-12 - 3.8.1 - fix(build)
migrate smart config and update build tooling for latest tsbundle and TypeScript defaults
- rename npmextra.json to .smartconfig.json and add tsbundle bundle configuration
- update build script to use the new tsbundle invocation without the removed element subcommand
- adjust tsconfig and dashboard property defaults for newer TypeScript compiler behavior
- refresh package dependencies and include the new config file in published package contents
## 2026-01-27 - 3.8.0 - feat(sidebar)
rename demoGroup to demoGroups, add multi-group support, search by group name, and context menu group navigation