mirror of
https://github.com/mathuo/dockview
synced 2025-11-22 07:22:10 +00:00
When moving panels from floating groups back to newly created empty groups using addGroup() + moveTo(), the component content was disappearing due to improper component lifecycle management during the move operation. The issue occurred because when moveGroupOrPanel was called with skipSetActive=true, the component wouldn't get properly rendered in empty destination groups. - Fix moveGroupOrPanel to force component rendering when moving to empty groups - Add comprehensive test in floating groups section verifying the fix works - Ensure component lifecycle is preserved during floating->grid moves Fixes #996 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
dockview
Zero dependency layout manager supporting tabs, groups, grids and splitviews. Supports React, Vue and Vanilla TypeScript
Please see the website: https://dockview.dev
Features
- Serialization / deserialization with full layout management
- Support for split-views, grid-views and 'dockable' views
- Themeable and customizable
- Tab and Group docking / Drag n' Drop
- Popout Windows
- Floating Groups
- Extensive API
- Supports Shadow DOMs
- High test coverage
- Documentation website with live examples
- Transparent builds and Code Analysis
- Security at mind - verifed publishing and builds through GitHub Actions
Want to verify our builds? Go here.
Languages
TypeScript
85.5%
MDX
4.7%
JavaScript
3.6%
SCSS
2.8%
HTML
2.6%
Other
0.8%
