deb50dfde2
feat(workspace): add resizable file tree and terminal panes with draggable handles and public layout APIs
Juergen Kunz2025-12-31 18:24:10 +00:00
15bca09086
feat(workspace): rename editor components to workspace group and move terminal & TypeScript intellisense into workspace
Juergen Kunz2025-12-31 12:37:14 +00:00
747a67d790
fix(intellisense): Debounce TypeScript/JavaScript IntelliSense processing and cache missing packages to reduce work and noisy logs
Juergen Kunz2025-12-31 11:02:58 +00:00
e193e28fe9
feat(filetree): add filesystem watch support to WebContainer environment and auto-refresh file tree; improve icon handling and context menu behavior
Juergen Kunz2025-12-31 08:53:01 +00:00
f30025957f
fix(editor): bump monaco-editor to 0.55.1 and adapt TypeScript intellisense integration to the updated Monaco API
Juergen Kunz2025-12-30 16:31:27 +00:00
c27b532aaa
fix(webcontainer): prevent double initialization and race conditions when booting WebContainer and loading editor workspace/file tree
Juergen Kunz2025-12-30 15:47:15 +00:00
5cb41f3368
fix(dees-editor-bare): make Monaco editor follow domtools theme and clean up theme subscription on disconnect
Juergen Kunz2025-12-30 13:57:51 +00:00
05409e89d2
fix(tests): make WYSIWYG tests more robust and deterministic by initializing and attaching elements consistently, awaiting customElements/firstUpdated, adjusting selectors and assertions, and cleaning up DOM after tests
Juergen Kunz2025-12-30 12:24:16 +00:00
5f67bcfb71
feat(appui-tabs): add closeable tabs and auto-hide behavior for content tabs, plus API and events to control them
Juergen Kunz2025-12-29 23:33:38 +00:00
e38d3cd42a
feat(theme,interfaces): Introduce a global theming system and unify menu/tab interfaces; migrate components to use themeDefaultStyles and update APIs accordingly
Juergen Kunz2025-12-29 01:20:24 +00:00
811ec492d8
fix(build): update build config, bump dependencies, and adjust test import paths after element reorganization
Juergen Kunz2025-12-19 12:36:12 +00:00
12a7156928
fix(dees-pdf-viewer): Scroll active PDF thumbnail into view after rendering and on page changes; update dependency versions
Juergen Kunz2025-12-11 23:35:43 +00:00
13fa654c0f
feat(dees-appui-base): Add unified App UI API to dees-appui-base with ViewRegistry, AppRouter and StateManager
Juergen Kunz2025-12-09 08:26:24 +00:00
9c61c0542b
fix(DeesAppuiMainmenu, DeesAppuiSecondarymenu): Add position: relative to main and secondary app UI menus to fix positioning of overlays and tooltips
Juergen Kunz2025-12-08 16:17:52 +00:00
778f457ed5
BREAKING CHANGE(dees-appui-secondarymenu): Add SecondaryMenu component and replace Mainselector with new SecondaryMenu in AppUI
Juergen Kunz2025-12-08 14:35:06 +00:00
4b8b1fa446
fix(dees-input-richtext): Initialize editor and link input element references in firstUpdated to ensure they exist before editor initialization.
Juergen Kunz2025-12-06 20:19:58 +00:00
2ed0d8e0f2
fix(imports): Normalize and fix relative import paths for web components to ensure correct module resolution
Juergen Kunz2025-12-06 13:54:17 +00:00
5e4514c913
chore: remove obsolete files and documentation from the project
Juergen Kunz2025-12-05 10:20:29 +00:00
d1bc562b5c
Refactor import paths for consistency and clarity across multiple components
Juergen Kunz2025-12-05 10:19:37 +00:00