fix(build): Update TypeScript config and build tooling; use accessor for Lit properties; bump deps and adjust package metadata
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-11-30 - 1.6.1 - fix(build)
|
||||
Update TypeScript config and build tooling; use accessor for Lit properties; bump deps and adjust package metadata
|
||||
|
||||
- ts_web/tsconfig.json: target -> ES2022, module -> ES2022, moduleResolution -> bundler, lib updated to ES2022/DOM/DOM.Iterable
|
||||
- tsconfig.json (root): target -> ES2022, module -> NodeNext, moduleResolution -> NodeNext
|
||||
- Component properties migrated to use the TypeScript 'accessor' modifier (consentsoftware-cookieconsent, consentsoftware-mainselection, consentsoftware-toggle)
|
||||
- Bumped runtime and dev dependencies: lit -> ^3.3.1; upgrades to @design.estate/dees-wcctools, @git.zone/tsbuild, @git.zone/tsbundle, @git.zone/tswatch
|
||||
- Package metadata: author updated to Task Venture Capital GmbH and test script changed to use pnpm
|
||||
|
||||
## 2025-01-22 - 1.6.0 - feat(elements)
|
||||
Enhance theme handling and CSS organization for consent component
|
||||
|
||||
|
||||
Reference in New Issue
Block a user