- Enforced lowercase for image owner and name to comply with Docker standards.
- Switched to using the package name from package.json as the image name.
- Added a unique tag using the commit SHA to improve deployment reliability.
- Created BUILD.bazel files for all subprojects to enable recursive build verification.
- Updated root BUILD.bazel to track all project source files.
- Cleared .bazelignore of project directories to allow Bazel to scan them.
- Excluded files with colons from Bazel globs as they are invalid labels.
- lit-force-graph: Refactored for instance reuse, better lifecycle management, and added dynamic imports for AR/VR modes.
- lit-html-table: Improved visual design, readability of headers, and fixed reactivity in editable mode.
- lit-draggable-dom: Fixed clipping issues by switching to relative/absolute positioning and resolved a panning speed bug caused by CSS variable inheritance.