fix(dees-editor-bare): make Monaco editor follow domtools theme and clean up theme subscription on disconnect
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-12-30 - 3.12.2 - fix(dees-editor-bare)
|
||||
make Monaco editor follow domtools theme and clean up theme subscription on disconnect
|
||||
|
||||
- Set initial Monaco theme from domtools.themeManager.goBrightBoolean instead of hardcoded 'vs-dark'
|
||||
- Subscribe to domtools.themeManager.themeObservable to update editor theme dynamically
|
||||
- Add monacoThemeSubscription property and unsubscribe in disconnectedCallback to avoid memory leaks
|
||||
|
||||
## 2025-12-30 - 3.12.1 - fix(modal)
|
||||
fix modal editor layout to prevent overlap by adding relative positioning and reducing height
|
||||
|
||||
|
||||
Reference in New Issue
Block a user