fix(deps, windowlayer): Update dependency versions and adjust dees-windowlayer CSS to add pointer-events fix

This commit is contained in:
Juergen Kunz
2025-06-26 23:19:43 +00:00
parent 10c43ecd59
commit 35eb410051
5 changed files with 373 additions and 374 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2025-06-26 - 1.9.8 - fix(deps, windowlayer)
Update dependency versions and adjust dees-windowlayer CSS to add pointer-events fix
- Bump @design.estate/dees-wcctools from ^1.0.98 to ^1.0.101
- Bump @tiptap packages from 2.22.3 to 2.23.0
- Bump lucide from ^0.522.0 to ^0.523.0
- Bump @git.zone/tsbundle from ^2.4.0 to ^2.5.1 and tswatch from ^2.0.37 to ^2.1.2
- Add 'pointer-events: none' to dees-windowlayer CSS to improve overlay behavior
## 2025-06-22 - 1.9.0 - feat(form-inputs)
Improve form input consistency and auto spacing across inputs and buttons